mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Add Enigmatica6 kubejs files
This commit is contained in:
28
kubejs[e6]/data/rftoolsstorage/recipes/storage_module0.json
Normal file
28
kubejs[e6]/data/rftoolsstorage/recipes/storage_module0.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"gig",
|
||||
"qrq"
|
||||
],
|
||||
"key": {
|
||||
"g": {
|
||||
"tag": "forge:nuggets/gold_bronze"
|
||||
},
|
||||
"q": {
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
"r": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"C": {
|
||||
"tag": "forge:chests"
|
||||
},
|
||||
"i": {
|
||||
"tag": "forge:ingots/iron_tin"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "rftoolsstorage:storage_module0"
|
||||
}
|
||||
}
|
28
kubejs[e6]/data/rftoolsstorage/recipes/storage_module1.json
Normal file
28
kubejs[e6]/data/rftoolsstorage/recipes/storage_module1.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "mcjtylib:copy_nbt",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"gXg",
|
||||
"qrq"
|
||||
],
|
||||
"key": {
|
||||
"g": {
|
||||
"tag": "forge:ingots/gold_bronze"
|
||||
},
|
||||
"X": {
|
||||
"item": "rftoolsstorage:storage_module0"
|
||||
},
|
||||
"q": {
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
"r": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"C": {
|
||||
"tag": "forge:chests"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "rftoolsstorage:storage_module1"
|
||||
}
|
||||
}
|
28
kubejs[e6]/data/rftoolsstorage/recipes/storage_module2.json
Normal file
28
kubejs[e6]/data/rftoolsstorage/recipes/storage_module2.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "mcjtylib:copy_nbt",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"gXg",
|
||||
"QRQ"
|
||||
],
|
||||
"key": {
|
||||
"g": {
|
||||
"tag": "forge:storage_blocks/gold_bronze"
|
||||
},
|
||||
"X": {
|
||||
"item": "rftoolsstorage:storage_module1"
|
||||
},
|
||||
"Q": {
|
||||
"item": "minecraft:quartz_block"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone_block"
|
||||
},
|
||||
"C": {
|
||||
"tag": "forge:chests"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "rftoolsstorage:storage_module2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user