rovxr

Results 34 comments of rovxr

Oh good point. Plus it requires a lot of subdivisions to look nice, which makes things worse.

After further investigation, the above issue is likely related to the conversion between data types (float precision error or something like that). If someone can check the precision of the...

Two questions: 1. Not that it should matter, do you use one particular mod (and perhaps game version) for shulker nesting? I want to check the script under the same...

Line 17 is `if (!tool || get(tool, 0) != 'diamond_pickaxe', !tool || get(tool, 0) != 'netherite_pickaxe', return());` Or with whitespace ``` if (!tool || get(tool, 0) != 'diamond_pickaxe', !tool ||...

Additionally, the spawner is always renamed to "Null Spawner" because the block nbt structure must've changed. Line 32 has `data:'SpawnData.id'` which should now be `data:'SpawnData.entity.id'`. And line 46 prevents setting...

> I have another issue to add -- when placing a spawner that has been renamed with the aqua NBT tag stuff, there are actually two spawners placed. This doesnt...

Did you load the script with `/script load shulkerboxes`?

Seems handy and the test script demonstrates some cool functions. Thanks for adding the example else reviewing this would take an eternity. I'll being going through this for a while...

Can you tell me more about how to reproduce this and exactly what the problematic behavior is? I'd like directions like stand here, be in this dimension, change to spectator...

Okay now I understand. I didn't think to test that behavior in singleplayer, so I'll mess around with that later and I should be able to fix it. Thank you...