Crafting using Slimeball, Gold Ingot, Slimeball, Gold Ingot, Engine, Gold Ingot, Brick, Brick and Brick, arranged in the pattern shown. Produces Eco Engine.
item· Other
Eco Engine
Immersive Aircraft · by Luke100000
Eco Engine is a item from Immersive Aircraft, crafted from Slimeball, Gold Ingot, Engine, and Brick.
Acquisition
Related items
Developer reference
- Registry name
immersive_aircraft:eco_engine- Namespace
immersive_aircraft- Mod ID
immersive_aircraft- Tags (1)
immersive_aircraft:items/upgrades
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"CNC",
"NEN",
"RRR"
],
"ingredients": {
"C": {
"anyOf": [
{
"item": "minecraft:slime_ball"
}
]
},
"E": {
"anyOf": [
{
"item": "immersive_aircraft:engine"
}
]
},
"N": {
"anyOf": [
{
"item": "minecraft:gold_ingot"
}
]
},
"R": {
"anyOf": [
{
"item": "minecraft:brick"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}