From f12e01db01148e8da55c4ae803952a102b9e0852 Mon Sep 17 00:00:00 2001 From: MrPanda8 <188357680+MrPanda8@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:37:39 +0300 Subject: [PATCH] Update templates.yml Add new template default:block_state/leaves_no_tint --- .../default/configuration/templates.yml | 40 ++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/common-files/src/main/resources/resources/default/configuration/templates.yml b/common-files/src/main/resources/resources/default/configuration/templates.yml index da609c8b0..243177fa6 100644 --- a/common-files/src/main/resources/resources/default/configuration/templates.yml +++ b/common-files/src/main/resources/resources/default/configuration/templates.yml @@ -936,6 +936,44 @@ templates#block_states: distance=7,persistent=false: settings: is-randomly-ticking: true + # leaves (no tint) block + default:block_state/leaves: + properties: + waterlogged: + type: boolean + default: false + persistent: + type: boolean + default: true + distance: + type: int + default: 7 + range: 1~7 + appearances: + default: + auto-state: leaves_no_tint + model: + path: ${model_path} + generation: + parent: minecraft:block/leaves + textures: + all: ${texture_path} + waterlogged: + auto-state: waterlogged_leaves_no_tint + model: + path: ${model_path} + variants: + waterlogged=false: + appearance: default + waterlogged=true: + appearance: waterlogged + settings: + resistance: 1200.0 + burnable: false + fluid-state: water + distance=7,persistent=false: + settings: + is-randomly-ticking: true # trapdoor block default:block_state/trapdoor: properties: @@ -3400,4 +3438,4 @@ templates#loot_tables: type: uniform min: 1 max: 2 - - type: explosion_decay \ No newline at end of file + - type: explosion_decay