#Why is it looking for Air?
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
Cannot set property BooleanProperty{name=waterlogged, clazz=class java.lang.Boolean, values=[true, false]} as it does not exist in Block{minecraft:air}
It just says air because your block isn't registered yet. The issue here is that you didn't override appendProperties correctly
Thanks matey, I;'mma try that right now
Nailed it!