From 4151f200be40bc15b2a263520e8e8f14cc45e1d0 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 12 Oct 2021 17:07:08 +0200 Subject: [PATCH] Added respawnblocksexplode --- src/Lib/Data/Vanilla.ts | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/Lib/Data/Vanilla.ts b/src/Lib/Data/Vanilla.ts index 94688c1..a70c7ea 100644 --- a/src/Lib/Data/Vanilla.ts +++ b/src/Lib/Data/Vanilla.ts @@ -593,10 +593,10 @@ export const Vanilla: CommandContainer = { }, { name: "gamerule", - documentation: "Sets or queries a game rule value.", + documentation: "??", parameters: [ { text: "gamerule", type: ParameterType.keyword, required: true }, - { text: "showbordereffect", type: ParameterType.keyword, required: true }, + { text: "respawnblocksexplode", type: ParameterType.keyword, required: true }, { text: "value", type: ParameterType.boolean, required: false }, ], }, @@ -609,6 +609,15 @@ export const Vanilla: CommandContainer = { { text: "value", type: ParameterType.boolean, required: false }, ], }, + { + name: "gamerule", + documentation: "Sets or queries a game rule value.", + parameters: [ + { text: "gamerule", type: ParameterType.keyword, required: true }, + { text: "showbordereffect", type: ParameterType.keyword, required: true }, + { text: "value", type: ParameterType.boolean, required: false }, + ], + }, { name: "gamerule", documentation: "Whether or not global coordinates display is showed.",