mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-04 02:52:56 +00:00
parent
68a5081740
commit
0ad12eeab6
@ -10,7 +10,7 @@
|
||||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
"C": {
|
||||
"item": "computercraft:computer_advanced"
|
||||
"item": "computercraft:computer_normal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
@ -10,7 +10,7 @@
|
||||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
"C": {
|
||||
"item": "computercraft:computer_advanced"
|
||||
"item": "computercraft:turtle_normal"
|
||||
},
|
||||
"B": {
|
||||
"tag": "forge:storage_blocks/gold"
|
||||
|
@ -200,7 +200,7 @@ public class RecipeGenerator extends RecipeProvider
|
||||
.pattern( "#C#" )
|
||||
.pattern( "# #" )
|
||||
.define( '#', Tags.Items.INGOTS_GOLD )
|
||||
.define( 'C', Registry.ModItems.COMPUTER_ADVANCED.get() )
|
||||
.define( 'C', Registry.ModItems.COMPUTER_NORMAL.get() )
|
||||
.unlockedBy( "has_components", inventoryChange( itemPredicate( Registry.ModItems.COMPUTER_NORMAL.get() ), itemPredicate( Tags.Items.INGOTS_GOLD ) ) )
|
||||
.save(
|
||||
RecipeWrapper.wrap( ComputerUpgradeRecipe.SERIALIZER, add ).withExtraData( family( ComputerFamily.ADVANCED ) ),
|
||||
@ -246,7 +246,7 @@ public class RecipeGenerator extends RecipeProvider
|
||||
.pattern( "#C#" )
|
||||
.pattern( " B " )
|
||||
.define( '#', Tags.Items.INGOTS_GOLD )
|
||||
.define( 'C', Registry.ModItems.COMPUTER_ADVANCED.get() )
|
||||
.define( 'C', Registry.ModItems.TURTLE_NORMAL.get() )
|
||||
.define( 'B', Tags.Items.STORAGE_BLOCKS_GOLD )
|
||||
.unlockedBy( "has_components", inventoryChange( itemPredicate( Registry.ModItems.TURTLE_NORMAL.get() ), itemPredicate( Tags.Items.INGOTS_GOLD ) ) )
|
||||
.save(
|
||||
|
Loading…
x
Reference in New Issue
Block a user