SHsuperCM

Results 60 comments of SHsuperCM

I'll keep this in mind for when the item type gets rewritten but for now there won't be a hotfix for the current state of the cit type.

Are you sure the images are in the correct order? I think you have them flipped. Also, could you make the resourcepack link work for both this pack and the...

> Adding a hard dependency on CIT Resewn to construct the subclass instead of the base class is not preferable. That's understandable. I'll look for a solution once I'm back...

I removed the usage of `ResewnTextureIdentifier` completely in favor of another approach(for v1.1.1). Basically, whenever there is a need for an absolute path, the `.png` is added before it was...

It was not meant to fix the issue, it just allows fixing it without adding a dependency to CIT Resewn. Currently there is no clean way(afaik) to add a way...

A workaround to help with performance might be to use a method similar to what amidst does and find structures within an area(which amidst determines the area by what part...

Hmm.. Haven't thought about updating old worlds, good catch..

You were right, what you had should've worked and I'll take a look at why it isnt the case. Aside from that what you should do now(and in general) is...

Json is definitely a very harsh transition but it does fit with vanilla resourcepacks formats pretty well. Another approach to that issue is using what's being done in the language...

Something else to be considered while making major/breaking changes is that components can be of any type and only then are serialized into nbt. There have been reports of item...