RCXcrafter / TweakersConstruct

https://minecraft.curseforge.com/projects/tweakers-construct
2 stars 2 forks source link

Material disabling by part type #20

Open ghost opened 5 years ago

ghost commented 5 years ago

This is a suggestion to change/expand the way material disabling works with the mod, in which instead of only being able to provide the material name and all parts are disabled globally for that material, it would allow you to set the material name by itself and or also let you set the material name and then consecutive tool part types afterwards:

material ID -> alone would disable all tools (same as it was originally) material ID:part_name:part_name:part_name:part_name etc. -> disable specified parts

Example: miscelleaneous {

Here you can remove any material by adding its id to this list [default: [paper]]

S:"Remove Materials" <
    paper
    stone:pick_head:axe_head:pan_head
 >
Insane96 commented 5 years ago

I would go for something like

materialId:part_name,part_name,...

But yeah would be a really neat addition

ghost commented 5 years ago

Awesome!