Spectrall

Results 47 comments of Spectrall

You should backport `EnumEnchantmentType.java.patch` (leave return null on the `create` method), backport the creation of the IExtensibleEnum class, and maybe something else to make the `create` method in that patch...

as for the "usability" of the 1.12.x branch I think it is necessary to bump grgit to 4.1.1 to be able to at least work locally on the workspace

> I agree that I don't find good use case where this should be possible to be used as static value Ok

> A suggestion for the vector variable scopes, you can store the x y z values of the vector as an IntArrayTag as CompoundTag has the putIntArray method you can...

> A suggestion for the vector variable scopes, you can store the x y z values of the vector as an IntArrayTag as CompoundTag has the putIntArray method you can...

You could use `mappedMCItemToIngredient` to accept tags with blocks as well

> > Then in my opinion it doesn't make sense to do scale = 0.15f * fixed value, in my opinion we should do directly scale = fixed value when...