absolutelyaya / ultracraft

A Minecraft mod recreating the game Ultrakill
MIT License
21 stars 3 forks source link

Trying to use mods like construction wand do some weird things #88

Closed Jasdernn closed 7 months ago

Jasdernn commented 7 months ago

Pretty sure it's because all of the skybox blocks are labeled skybox, instead of them having different names, if that makes sense. Also, if this but is for construction wand, then it's for world edit too, which is a bigger problem 2023-11-30_22 16 29_2

absolutelyaya commented 7 months ago

they're all the same block, but they have different nbt data; using worldedit, you'd fill an area with evening sky blocks using something like //set ultracraft:sky_block{type:"evening"} for example