# 5.4-res **Repository Path**: emitsun_admin/5.4-res ## Basic Information - **Project Name**: 5.4-res - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-19 - **Last Updated**: 2025-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 5.4-res # is this thing turned on??? ## in case it doesn't work/console gets spammed a lot, try: - replacing ```java block -> { block.load(sceneId, meta.context); block.groups.values().stream() ``` with ```java block -> { block.load(sceneId, meta.context); if (block.groups == null) { return; } block.groups.values().stream() ``` in src/main/java/emu/grasscutter/scripts/SceneScriptManager.java then recompile # Credits: - me for making this skill issued repo - hiro for resources - dimbreath for resources as well - yuuki for resource inspiration - iam-akuzihs for resources