Skip to content

Commit 584264f

Browse files
authored
Update Main.php
1 parent 960c383 commit 584264f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ipad54/netherblocks/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public static function initializeRuntimeIds(): void
138138
$method = new ReflectionMethod(RuntimeBlockMapping::class, "registerMapping");
139139
$method->setAccessible(true);
140140

141-
$blockIdMap = json_decode(file_get_contents( nbtblock . 'block_legacy_id_map.json'), true);
141+
$blockIdMap = json_decode(file_get_contents( nbtblocks . 'block_legacy_id_map.json'), true);
142142
$metaMap = [];
143143

144144
foreach ($instance->getBedrockKnownStates() as $runtimeId => $nbt) {

0 commit comments

Comments
 (0)