minetest-mods / technic

Technic mod for Minetest
Other
145 stars 155 forks source link

Changing recipe proportions #517

Closed BobFred7 closed 4 years ago

BobFred7 commented 4 years ago

I changed the proportions of ingredients in alloy furnace recipes to make technic more realistic (issue #516): Carbon steel: 1 wrought iron + 1 coal -> 2 wrought iron + 1 coal Cast iron: 1 carbon steel + 1 coal -> 2 carbon steel + 1 coal Stainless steel: 3 carbon steel + 1 chromium -> 4 carbon steel + 1 chromium Bronze: 3 copper + 1 tin -> 7 copper + 1 tin I also changed the output quantities to match these changes. All changes are in technic/machines/register/alloy_recipes.lua

Ekdohibs commented 4 years ago

This seems good. However, to keep the balance, I think it would be better to increase the time of the various recipes, as you increased the number of items they handle at the same time.

BobFred7 commented 4 years ago

I also intend to somehow blacklist the cast iron recipe from cooking in electric furnaces

BobFred7 commented 4 years ago

Clarification: The blacklisting will be done separately. This PR is complete except for the merging (as far as I can tell).

BobFred7 commented 4 years ago

Uh, it's been almost a month Is there a problem with this? Is it going to get merged?

SmallJoker commented 4 years ago

@BobFred7 Currently there are no changes to merge. Please avoid pull requests using your master branch.

BobFred7 commented 4 years ago

Right, whoops, I'll redo the alloy recipe changes in another branch and try to merge that.

SmallJoker commented 4 years ago

549