We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960c383 commit 584264fCopy full SHA for 584264f
1 file changed
src/ipad54/netherblocks/Main.php
@@ -138,7 +138,7 @@ public static function initializeRuntimeIds(): void
138
$method = new ReflectionMethod(RuntimeBlockMapping::class, "registerMapping");
139
$method->setAccessible(true);
140
141
- $blockIdMap = json_decode(file_get_contents( nbtblock . 'block_legacy_id_map.json'), true);
+ $blockIdMap = json_decode(file_get_contents( nbtblocks . 'block_legacy_id_map.json'), true);
142
$metaMap = [];
143
144
foreach ($instance->getBedrockKnownStates() as $runtimeId => $nbt) {
0 commit comments