mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-08-29 13:20:32 +00:00
make StructureScript properly return registry key
This commit is contained in:
+1
-1
@@ -151,6 +151,6 @@ public class StructureScript implements Structure, Keyed<StructureScript> {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public RegistryKey getRegistryKey() {
|
public RegistryKey getRegistryKey() {
|
||||||
return null;
|
return id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user