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:
23
kubejs[e6]/data/mythicbotany/recipes/alfsteel_pylon.json
Normal file
23
kubejs[e6]/data/mythicbotany/recipes/alfsteel_pylon.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mythicbotany:alfsteel_pylon",
|
||||
"pattern": [
|
||||
" n ",
|
||||
"npn",
|
||||
" g "
|
||||
],
|
||||
"key": {
|
||||
"n": {
|
||||
"item": "mythicbotany:alfsteel_nugget"
|
||||
},
|
||||
"g": {
|
||||
"item": "minecraft:ghast_tear"
|
||||
},
|
||||
"p": {
|
||||
"item": "botania:gaia_pylon"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "mythicbotany:alfsteel_pylon"
|
||||
}
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mythicbotany:modified_gaia_pylon_with_alfsteel",
|
||||
"pattern": [
|
||||
" D ",
|
||||
"EPE",
|
||||
" D "
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "botania:mana_pylon"
|
||||
},
|
||||
"D": {
|
||||
"item": "botania:pixie_dust"
|
||||
},
|
||||
"E": {
|
||||
"tag": "forge:ingots/elementium"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "botania:gaia_pylon"
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "botania:petal_apothecary",
|
||||
"output": {
|
||||
"item": "minecraft:air"
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:air"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "botania:petal_apothecary",
|
||||
"output": {
|
||||
"item": "minecraft:air"
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:air"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "mythicbotany:raindeletia_floating",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:air"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:air"
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "mythicbotany:wither_aconite_floating",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:air"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:air"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user