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:
DBotThePony 2022-09-06 21:51:11 +07:00
commit c75c056790
Signed by: DBot
GPG Key ID: DCC23B5715498507
3 changed files with 3 additions and 27 deletions

View File

@ -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)

View File

@ -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")

View File

@ -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
}
}