minetest-mods / technic

Technic mod for Minetest
Other
145 stars 155 forks source link

Fix issue #474 by adding a crafting recipe for technic:rubber without the grinder #578

Closed TechDudie closed 3 years ago

SmallJoker commented 3 years ago

Why? (general)

And why only for 0.4.x clients? depends.txt is ignored when mod.conf is found within the mod.

TechDudie commented 3 years ago

So issue #474 can be closed. When I first downloaded technic and the dependencies, I couldn’t make a few things. I went here and then realized I needed mesecons_materials. This is annoying for people who are new to technic.

SmallJoker commented 3 years ago

Technic is already quite dependency-heavy. If it's within your capabilities, I'd prefer an alternative recipe for technic:raw_latex 4 -> furnace cooking -> technic:rubber 4 (or 2) if mesecons_materials is not available.

TechDudie commented 3 years ago

Hmmmm..... maybe a new solution can be used instead of a new dependency.....

TechDudie commented 3 years ago

Perhaps you can craft 1 raw latex and 8 coal into 1 rubber goo and you smelt the goo to rubber.

TechDudie commented 3 years ago

It’s “collecting” the loose bits of coal that come off of the lumps.

TechDudie commented 3 years ago

Ok, changes made.

TechDudie commented 3 years ago

Oops......

TechDudie commented 3 years ago

Ok