You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: when when move the following, rename this file
20
-
// public static final DeferredHolderCommon<BlockEntityType<?>, BlockEntityType<?>> BLOCK_ENTITY_STRUCTURED_CRAFTER = DeferredHolderCommon.create(Registries.BLOCK_ENTITY_TYPE, ResourceLocation.parse("structuredcrafting:structured_crafter"));
@ConfigurableProperty(category = "general", comment = "If crafting inputs can be taken from the world.", configLocation = ModConfig.Type.SERVER)
19
+
@ConfigurablePropertyCommon(category = "general", comment = "If crafting inputs can be taken from the world.", configLocation = ModConfigLocation.SERVER)
25
20
publicstaticbooleancanTakeInputsFromWorld = true;
26
21
27
22
/**
28
23
* If crafting inputs can be taken from inventories.
29
24
*/
30
-
@ConfigurableProperty(category = "general", comment = "If crafting inputs can be taken from inventories.", configLocation = ModConfig.Type.SERVER)
25
+
@ConfigurablePropertyCommon(category = "general", comment = "If crafting inputs can be taken from inventories.", configLocation = ModConfigLocation.SERVER)
Copy file name to clipboardExpand all lines: loader-common/src/main/java/org/cyclops/structuredcrafting/blockentity/BlockEntityStructuredCrafterConfig.java
0 commit comments