TerraMiner

Results 8 comments of TerraMiner

I installed the Paper core, nothing changed. Only the error color turned red) I looked at 3 similar requests to this one, but in none of them did I see...

I can record a video of the bug with the console in the background if needed.

I am not a regular user of this forum, but I would like to know how quickly this problem can be solved?

https://youtu.be/Bw7aShMvKJ4 In the video you can see 2 entities, one of which is Interaction, the second Item Display. On the Interaction entity (Which you can see the hitbox), sits an...

I made a quick but ugly code solution that will solve the problem only in a very narrow range of situations (will only fix ItemDisplay) https://pastebin.com/5S1UfDkY I hope this helps...

Yes, I completely agree, but even this solution still satisfies the needs of builders who will work with a private plugin for fittings. Because they desperately needed a solution to...

got the same problem. itemstack, by the way, is also not converted to NBT compound

> This if statement is probably wrong: > > `if (block != null) return null;` > > it should be > > `if (block == null) return null;` Correctly noted,...