From 831d861ce4e100dcd20053f5b0e8ebee73888084 Mon Sep 17 00:00:00 2001 From: Jochen Jacobs Date: Wed, 4 Sep 2024 18:07:23 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20trial=5Fspawner=20resource=20?= =?UTF-8?q?(#1585)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/symbol/Symbol.ts | 1 + packages/java-edition/src/binder/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/core/src/symbol/Symbol.ts b/packages/core/src/symbol/Symbol.ts index 66a8bee27..33fa51231 100644 --- a/packages/core/src/symbol/Symbol.ts +++ b/packages/core/src/symbol/Symbol.ts @@ -123,6 +123,7 @@ export const NormalFileCategories = Object.freeze( 'predicate', 'recipe', 'structure', + 'trial_spawner', 'trim_material', 'trim_pattern', 'wolf_variant', diff --git a/packages/java-edition/src/binder/index.ts b/packages/java-edition/src/binder/index.ts index f0100e8dd..6a73821c2 100644 --- a/packages/java-edition/src/binder/index.ts +++ b/packages/java-edition/src/binder/index.ts @@ -76,6 +76,7 @@ resource('enchantment_provider', { since: '1.21' }) resource('instrument', { since: '1.21.2' }) resource('jukebox_song', { since: '1.21' }) resource('painting_variant', { since: '1.21' }) +resource('trial_spawner', { since: '1.21.2' }) resource('trim_pattern', { since: '1.19.4' }) resource('trim_material', { since: '1.19.4' }) resource('wolf_variant', { since: '1.20.5' })