Safrodev / oxidized

GNU General Public License v3.0
10 stars 8 forks source link

[Suggestion] Copper Furnace can't do glass from red sand #33

Closed ghost closed 1 year ago

ghost commented 1 year ago

Copper Furnace working on sand, but with red sand it's not. I think it'll be better to add red sand to the possible glass sources in this furnace.

jshipley commented 1 year ago

In 1.19.4 a "minecraft:smelts_to_glass" tag was added. Replacing "item": "minecraft:sand" with "tag": "minecraft:smelts_to_glass" in the glass_kiln_smelting.json recipe should be all that is needed for 1.19.4+.

For older minecraft versions (if they're still supported), you could just add in the minecraft:smelts_to_sand tag in the data folder.

Safrodev commented 1 year ago

Yep, this fix is coming with the 1.20 update