mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-14 14:13:49 +01:00
Merge fixups and datagen
This commit is contained in:
parent
6e64c2ab01
commit
7e67a4a74a
3 changed files with 3 additions and 3 deletions
|
@ -582,7 +582,7 @@ bf2b0310500213ff853c748c236eb5d01f61658e assets/create/blockstates/yellow_toolbo
|
|||
7f39521b211441f5c3e06d60c5978cebe16cacfb assets/create/blockstates/zinc_block.json
|
||||
b7181bcd8182b2f17088e5aa881f374c9c65470c assets/create/blockstates/zinc_ore.json
|
||||
fcaad84ac4ebdb1e6d9301b77245ce855dbde503 assets/create/lang/en_ud.json
|
||||
03146c18c43580d65e41b94f3b9e1b3846768cc5 assets/create/lang/en_us.json
|
||||
fc2c57b8a2e8f364a2e74e8f64cffcb8c74b35f1 assets/create/lang/en_us.json
|
||||
487a511a01b2a4531fb672f917922312db78f958 assets/create/models/block/acacia_window.json
|
||||
b48060cba1a382f373a05bf0039054053eccf076 assets/create/models/block/acacia_window_pane_noside.json
|
||||
3066db1bf03cffa1a9c7fbacf47ae586632f4eb3 assets/create/models/block/acacia_window_pane_noside_alt.json
|
||||
|
|
|
@ -2186,7 +2186,7 @@
|
|||
"create.ponder.tag.redstone.description": "Components which help with redstone engineering",
|
||||
"create.ponder.tag.contraption_assembly": "Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.recently_updated": "Recently Updated",
|
||||
"create.ponder.tag.recently_updated": "Recent Changes",
|
||||
"create.ponder.tag.recently_updated.description": "Components that have been added or changed significantly in the latest versions of Create",
|
||||
"create.ponder.tag.fluids": "Fluid Manipulators",
|
||||
"create.ponder.tag.fluids.description": "Components which help relaying and making use of Fluids",
|
||||
|
|
|
@ -70,7 +70,7 @@ public class MinecartContraptionItem extends Item {
|
|||
|
||||
@Override
|
||||
public boolean canFitInsideContainerItems() {
|
||||
return AllConfigs.SERVER.kinetics.minecartContraptionInContainers.get();
|
||||
return AllConfigs.server().kinetics.minecartContraptionInContainers.get();
|
||||
}
|
||||
|
||||
private MinecartContraptionItem(Type minecartTypeIn, Properties builder) {
|
||||
|
|
Loading…
Reference in a new issue