Beyond-Reality / BeyondRealityModPack

Mod pack for the beyond reality team
21 stars 14 forks source link

Nerf Buildcraft Gears to Gregtech #371

Closed tiba666 closed 8 years ago

tiba666 commented 8 years ago

i failed to use pull request :/ but was thinking about remove all normal BC gear so you only have on chose from Gregtech we are few ppl on this server there like it really hardcore lol ^^

under buildcraft.zs

add this

recipes.remove(<BuildCraft|Core:woodenGearItem>);
recipes.remove(<BuildCraft|Core:stoneGearItem>);
recipes.remove(<BuildCraft|Core:ironGearItem>);
recipes.remove(<BuildCraft|Core:goldGearItem>);
recipes.remove(<BuildCraft|Core:diamondGearItem>);

@leagris [edited to format code sample]

leagris commented 8 years ago

This would require rewriting all Buildcraft recipes for Oredict gears ingredients. It would impair Buildcraft achievements. Maybe other impacts. @tiba666 Not sure it is worth hardening low tech Buildcraft, but a PR would be welcome.

tiba666 commented 8 years ago

hmm what about change the recipe to the same as for gregtech then ?

spacebuilder2020 commented 8 years ago

That might be a good idea.... That or changing the recipe to a shapeless interchangeable recipe that can exchange gregtech gears for BC ones but not be craftable otherwise.

tiba666 commented 8 years ago

was the reason i said it if if for the buildcraft achievement ^:)

leagris commented 8 years ago

Ore-Dictionary ingredients replace those below.

Removed Items

BuildCraft|Core:stoneGearItem
BuildCraft|Core:diamondGearItem
BuildCraft|Core:woodenGearItem
BuildCraft|Core:goldGearItem
BuildCraft|Core:ironGearItem