sfence / painting

in-game painting mod for minetest
Other
0 stars 4 forks source link

Unable to craft glasses with oil color #15

Open ssdaniel24 opened 3 weeks ago

ssdaniel24 commented 3 weeks ago

Default craft recipe contains non-existent ingredient farming:hemp_oil. There is no such thing in MTG/farming.

https://github.com/sfence/painting/blob/cf949ec2937cfafc1837624a042a16f346dd569e/oil_color.lua#L7

https://github.com/sfence/painting/blob/cf949ec2937cfafc1837624a042a16f346dd569e/oil_color.lua#L113-L121

sfence commented 2 weeks ago

This item is included in https://content.minetest.net/packages/TenPlus1/farming/

sfence commented 2 weeks ago

I will disable oil colors registration if the hemp_oil item is not registered. Sounds it acceptable?

ssdaniel24 commented 2 weeks ago

Yeah.

Edit: Just write that mod requires TenPlus1's farming mod and do not add crafting recipes if there is no any oil component in the game.