|
|
|
@ -44,7 +44,7 @@ onEvent("recipes", event => { |
|
|
|
|
minecraft: [ "oak", "spruce", "birch", "jungle", "acacia", "dark_oak", "crimson", "warped" ], |
|
|
|
|
biomesoplenty: [ "cherry", "dead", "fir", "hellbark", "jacaranda", "magic", "mahogany", "palm", "redwood", "umbran", "willow" ], |
|
|
|
|
botania: [ "livingwood", "dreamwood" ], |
|
|
|
|
nourished_end: [ "seldge", "verdant", "cerulean" ], |
|
|
|
|
nourished_end: [ "seldge", "verdant", "cerulean", "cosmic" ], |
|
|
|
|
malum: [ "runewood", "soulwood" ], |
|
|
|
|
tconstruct: [ "greenheart", "skyroot", "bloodshroom" ], |
|
|
|
|
twilightforest: [ "twilight_oak", "canopy", "mangrove", "dark", "time", "transformation", "mining", "sorting" ], |
|
|
|
@ -150,17 +150,30 @@ onEvent("recipes", event => { |
|
|
|
|
woods: WOOD_TYPES.nourished_end, |
|
|
|
|
types: [ |
|
|
|
|
"any_log", "log", "wood", "stripped_log", "stripped_wood", |
|
|
|
|
"planks", "door", "trapdoor", "fence", "fence_gate", |
|
|
|
|
"planks", "stairs", "slab", "door", "trapdoor", "fence", "fence_gate", |
|
|
|
|
"button", "pressure_plate", |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
woods: [ "seldge", "verdant" ], |
|
|
|
|
types: [ "log", "wood", "stripped_log", "stripped_wood" ], |
|
|
|
|
format: { |
|
|
|
|
// any_log: "#{MOD}:{WOOD}_stems",
|
|
|
|
|
log: "{MOD}:{WOOD}_stem", |
|
|
|
|
wood: "{MOD}:{WOOD}_hyphae", |
|
|
|
|
stripped_log: "{MOD}:stripped_{WOOD}_stem", |
|
|
|
|
stripped_wood: "{MOD}:stripped_{WOOD}_hyphae", |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
woods: [ "cerulean" ], |
|
|
|
|
types: [ "log", "wood", "stripped_log", "stripped_wood" ], |
|
|
|
|
format: { |
|
|
|
|
log: "{MOD}:{WOOD}_stem_thick", |
|
|
|
|
wood: "{MOD}:{WOOD}_wood", |
|
|
|
|
stripped_log: "{MOD}:{WOOD}_stem_stripped", |
|
|
|
|
stripped_wood: "{MOD}:stripped_{WOOD}_hyphae", |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
woods: [ "seldge" ], |
|
|
|
|
types: [ "stripped_log" ], |
|
|
|
@ -169,19 +182,7 @@ onEvent("recipes", event => { |
|
|
|
|
{ |
|
|
|
|
woods: [ "verdant" ], |
|
|
|
|
types: [ "any_log", "log" ], |
|
|
|
|
format: { |
|
|
|
|
any_log: "#{MOD}:{WOOD}_log", |
|
|
|
|
log: "{MOD}:{WOOD}_stalk", |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
woods: [ "cerulean" ], |
|
|
|
|
types: [ "log", "wood", "stripped_log", ], |
|
|
|
|
format: { |
|
|
|
|
log: "{MOD}:{WOOD}_stem_thick", |
|
|
|
|
wood: "{MOD}:{WOOD}_wood", |
|
|
|
|
stripped_log: "{MOD}:{WOOD}_stem_stripped", |
|
|
|
|
}, |
|
|
|
|
format: { any_log: "#{MOD}:{WOOD}_log", log: "{MOD}:{WOOD}_stalk" }, |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
// ===========================
|
|
|
|
|