From 3359c26a1c017f0252c177e7970b70d2f8177db8 Mon Sep 17 00:00:00 2001 From: ForestOfLight Date: Fri, 6 Jun 2025 03:27:07 -0700 Subject: [PATCH] Fix composters easyplacing their fill level in survival --- Construct[BP]/scripts/data.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Construct[BP]/scripts/data.js b/Construct[BP]/scripts/data.js index 53038d0..44dce4e 100644 --- a/Construct[BP]/scripts/data.js +++ b/Construct[BP]/scripts/data.js @@ -37,6 +37,7 @@ export const resetToBlockStates = { respawn_anchor_charge: 0, turtle_egg_count: 0, cluster_count: 0, + composter_fill_level: 0, end_portal_eye_bit: false };