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