Blu
Blu
```java Block block = Block.OAK_SIGN .withTag( Tag.String("Text1"), GsonComponentSerializer.gson().serialize(Component.text("Line 1"))) .withHandler(new SignHandler()); // Option 1 AbsoluteBlockBatch absoluteBlockBatch = new AbsoluteBlockBatch(); absoluteBlockBatch.setBlock(world.getSpawnPos(), block); absoluteBlockBatch.apply(instance, () -> {}); // Option 2 instance.setBlock(world.getSpawnPos(), block);...
I can't find a way of how to assign Handler after they are placed by the BlockBatch you apply with the Schematics. There maybe need to be a PreSetter Parameter...
tried with the most recent version, same error
Client Log: Failed to load model minecraft:models/item/magma_cream.json net.minecraft.class_151: Non [a-z0-9/._-] character in path of location: worldseed:mobs/chests/fairbg3.bbmodel/hit/VERH2 Bbmodel to reproduce: https://hastebin.skyra.pw/linoferoye.prolog (put the content into the "fairbg3.bbmodel")
it look like its working when i rename the bones in the models with lowercase characters only. But would be amazing if its fixed in the code so bones automatically...
That sounds reasonable. Thx for the explanation. Is it possible to change it to a feature request instead to make it publicly available?
I think its more useful if we do not need to mix different apis or lock systems as its already integrated in Minestom
Still happening in the latest commit on master branch
having the same issue but on the platform Minestom.