Chisel

Chisel

150M Downloads

Compat is adding end stones variants to the wrong group

ephys opened this issue ยท 1 comments

commented

The end stone group is "end_Stone" but compatibility is adding blocks to the "end_stone" group, resulting in two different groups.

https://github.com/Chisel-Team/Chisel/blob/1.7/dev/src/main/java/team/chisel/Features.java#L707

addSupport("Botania", "endStoneBrick", "end_stone", 0, 0);

commented

Love inconsistent naming...need to go through and clean everything up sigh