mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 06:11:24 +00:00
implement new tectonic depthtracker API
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ public class StructureBlockShortcutAddon implements AddonInitializer {
|
||||
.register(addon, ConfigPackPreLoadEvent.class)
|
||||
.then(event -> event.getPack()
|
||||
.registerShortcut(Structure.class, "BLOCK",
|
||||
(configLoader, input) -> new SingletonStructure(configLoader.loadType(BlockState.class, input)
|
||||
(configLoader, input, tracker) -> new SingletonStructure(configLoader.loadType(BlockState.class, input, tracker)
|
||||
)))
|
||||
.failThrough();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user