Merge remote-tracking branch 'origin/master' into master
# Conflicts: # src/data/kotlin/ru/dbotthepony/mc/otm/datagen/recipes/CraftingTableRecipes.kt
This commit is contained in:
commit
c75c056790
@ -246,8 +246,8 @@ fun addCraftingTableRecipes(consumer: Consumer<FinishedRecipe>) {
|
||||
|
||||
// броня
|
||||
MatteryRecipe(MItems.TRITANIUM_HELMET)
|
||||
.row(MItemTags.PLATE_TRITANIUM, MItemTags.PLATE_TRITANIUM, MItemTags.PLATE_TRITANIUM)
|
||||
.row(MItemTags.PLATE_TRITANIUM, MItemTags.PLATE_IRON, MItemTags.PLATE_TRITANIUM)
|
||||
.rowAC(MItemTags.PLATE_TRITANIUM, MItemTags.PLATE_TRITANIUM)
|
||||
.unlockedBy(MItemTags.PLATE_TRITANIUM)
|
||||
.build(consumer)
|
||||
|
||||
|
@ -418,11 +418,11 @@ class MatteryPlayerCapability(val ply: Player) : ICapabilityProvider, INBTSerial
|
||||
|
||||
// exosuit
|
||||
hasExoSuit = tag.getBoolean("hasExoSuit")
|
||||
tag.map("exoSuitSlotCountModifiers", exoSuitSlotCountModifiers::deserializeNBT)
|
||||
|
||||
exoSuitContainer.deserializeNBT(tag["exoSuitContainer"])
|
||||
isExoSuitCraftingUpgraded = tag.getBoolean("isExoSuitCraftingUpgraded")
|
||||
|
||||
tag.map("exoSuitSlotCountModifiers", exoSuitSlotCountModifiers::deserializeNBT)
|
||||
|
||||
// android
|
||||
isAndroid = tag.getBoolean("isAndroid")
|
||||
willBecomeAndroid = tag.getBoolean("willBecomeAndroid")
|
||||
|
@ -1,24 +0,0 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
|
||||
"pattern": [
|
||||
" # ",
|
||||
"#@#",
|
||||
" # "
|
||||
],
|
||||
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
},
|
||||
|
||||
"@": {
|
||||
"tag": "forge:rods/wooden"
|
||||
}
|
||||
},
|
||||
|
||||
"result": {
|
||||
"item": "overdrive_that_matters:copper_wiring",
|
||||
"count": 8
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user