mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-14 04:00:30 +00:00
Fix recipe book upgrade recipes
- Flip turtle/pocket and upgrade item. - Correctly set NBT on pocket upgrade recipe output.
This commit is contained in:
parent
6dd33f7099
commit
482ae0d22e
@ -6,14 +6,15 @@
|
||||
"P"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"P": {
|
||||
"item": "computercraft:pocket_computer_advanced"
|
||||
},
|
||||
"P": {
|
||||
"#": {
|
||||
"item": "computercraft:speaker"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "computercraft:pocket_computer_advanced"
|
||||
"item": "computercraft:pocket_computer_advanced",
|
||||
"nbt": "{Upgrade:\"computercraft:speaker\"}"
|
||||
}
|
||||
}
|
@ -6,14 +6,15 @@
|
||||
"P"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"P": {
|
||||
"item": "computercraft:pocket_computer_advanced"
|
||||
},
|
||||
"P": {
|
||||
"#": {
|
||||
"item": "computercraft:wireless_modem_advanced"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "computercraft:pocket_computer_advanced"
|
||||
"item": "computercraft:pocket_computer_advanced",
|
||||
"nbt": "{Upgrade:\"computercraft:wireless_modem_advanced\"}"
|
||||
}
|
||||
}
|
@ -6,14 +6,15 @@
|
||||
"P"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"P": {
|
||||
"item": "computercraft:pocket_computer_advanced"
|
||||
},
|
||||
"P": {
|
||||
"#": {
|
||||
"item": "computercraft:wireless_modem_normal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "computercraft:pocket_computer_advanced"
|
||||
"item": "computercraft:pocket_computer_advanced",
|
||||
"nbt": "{Upgrade:\"computercraft:wireless_modem_normal\"}"
|
||||
}
|
||||
}
|
@ -6,14 +6,15 @@
|
||||
"P"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"P": {
|
||||
"item": "computercraft:pocket_computer_normal"
|
||||
},
|
||||
"P": {
|
||||
"#": {
|
||||
"item": "computercraft:speaker"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "computercraft:pocket_computer_normal"
|
||||
"item": "computercraft:pocket_computer_normal",
|
||||
"nbt": "{Upgrade:\"computercraft:speaker\"}"
|
||||
}
|
||||
}
|
@ -6,14 +6,15 @@
|
||||
"P"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"P": {
|
||||
"item": "computercraft:pocket_computer_normal"
|
||||
},
|
||||
"P": {
|
||||
"#": {
|
||||
"item": "computercraft:wireless_modem_advanced"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "computercraft:pocket_computer_normal"
|
||||
"item": "computercraft:pocket_computer_normal",
|
||||
"nbt": "{Upgrade:\"computercraft:wireless_modem_advanced\"}"
|
||||
}
|
||||
}
|
@ -6,14 +6,15 @@
|
||||
"P"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"P": {
|
||||
"item": "computercraft:pocket_computer_normal"
|
||||
},
|
||||
"P": {
|
||||
"#": {
|
||||
"item": "computercraft:wireless_modem_normal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "computercraft:pocket_computer_normal"
|
||||
"item": "computercraft:pocket_computer_normal",
|
||||
"nbt": "{Upgrade:\"computercraft:wireless_modem_normal\"}"
|
||||
}
|
||||
}
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_advanced"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "computercraft:speaker"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_advanced"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "computercraft:wireless_modem_advanced"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_advanced"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "computercraft:wireless_modem_normal"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_advanced"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "minecraft:crafting_table"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_advanced"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond_axe"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_advanced"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond_hoe"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_advanced"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond_pickaxe"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_advanced"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond_shovel"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_advanced"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond_sword"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_normal"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "computercraft:speaker"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_normal"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "computercraft:wireless_modem_advanced"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_normal"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "computercraft:wireless_modem_normal"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_normal"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "minecraft:crafting_table"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_normal"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond_axe"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_normal"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond_hoe"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_normal"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond_pickaxe"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_normal"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond_shovel"
|
||||
}
|
||||
},
|
||||
|
@ -5,10 +5,10 @@
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"T": {
|
||||
"item": "computercraft:turtle_normal"
|
||||
},
|
||||
"T": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond_sword"
|
||||
}
|
||||
},
|
||||
|
@ -104,8 +104,8 @@ public class Recipes extends RecipeProvider
|
||||
.shaped( result.getItem() )
|
||||
.group( String.format( "%s:turtle_%s", ComputerCraft.MOD_ID, nameId ) )
|
||||
.pattern( "#T" )
|
||||
.define( '#', base.getItem() )
|
||||
.define( 'T', upgrade.getCraftingItem().getItem() )
|
||||
.define( 'T', base.getItem() )
|
||||
.define( '#', upgrade.getCraftingItem().getItem() )
|
||||
.unlockedBy( "has_items",
|
||||
inventoryChange( base.getItem(), upgrade.getCraftingItem().getItem() ) )
|
||||
.save(
|
||||
@ -133,14 +133,14 @@ public class Recipes extends RecipeProvider
|
||||
String nameId = family.name().toLowerCase( Locale.ROOT );
|
||||
|
||||
PocketUpgrades.getVanillaUpgrades().forEach( upgrade -> {
|
||||
ItemStack result = PocketComputerItemFactory.create( -1, null, -1, family, null );
|
||||
ItemStack result = PocketComputerItemFactory.create( -1, null, -1, family, upgrade );
|
||||
ShapedRecipeBuilder
|
||||
.shaped( result.getItem() )
|
||||
.group( String.format( "%s:pocket_%s", ComputerCraft.MOD_ID, nameId ) )
|
||||
.pattern( "#" )
|
||||
.pattern( "P" )
|
||||
.define( '#', base.getItem() )
|
||||
.define( 'P', upgrade.getCraftingItem().getItem() )
|
||||
.define( 'P', base.getItem() )
|
||||
.define( '#', upgrade.getCraftingItem().getItem() )
|
||||
.unlockedBy( "has_items",
|
||||
inventoryChange( base.getItem(), upgrade.getCraftingItem().getItem() ) )
|
||||
.save(
|
||||
|
Loading…
Reference in New Issue
Block a user