Started by
GamesOfLife
on
Topic category: Help with Minecraft modding (Java Edition)
How would I go about making a new block like air? No interaction/collision with entities, the player cannot destroy them, and you can look at blocks behind them.
I also need them to be able to store NBT tags.
Make a block that uses a transparent (blank texture), make the block be able to be replaced (so people can build in it, make sure to add a custom bounding box, and make it 0 for everything, and there's a setting in properties pretty sure where you can make it so you can walk through it. as for NBT not sure. Sorry if I wasn't being super clear where everything is, but all of this is in the block thing in mcreator