Started by
ItsNovaLOL
on
Topic category: Help with Minecraft modding (Java Edition)
I've already seen a topic like this, although the answer isn't very straight forward. So I've made my own topic on this subject.
Topic category: Help with Minecraft modding (Java Edition)
I've already seen a topic like this, although the answer isn't very straight forward. So I've made my own topic on this subject.
The answer just said that the process was hard and nothing else. If you could, can you guys post a link to a tutorial or show me how to do it, please? Thx in advance!
hello?
Definitely not clear what you need
Just make form on blockbench respecting allowed measures for blocks and in mcreator assign it to a block and not to an entity
What's difficult here or maybe i don't get you ?
whats a form?
also, i am specifically looking for how to do it in a procedure if that helps.
also also, my basic goal is that when I place down a custom block (in this case a Wither Attractor) I want certain blocks in a 30-block radius around the custom block to have a certain color outline.
i've seen blocks have an entity outline in mod showcase videos, so I know it isn't impossible (at least not in mcreator). before you ask, I don't remember which mod it was. i just remembering seeing the outline on a block.
hello again?
Not possible on mcreator
y'know i think it might actually be possible with in-game commands. so, I could just execute those commands in a procedure. do you think that'll work?
if you type this command it will spawn an invisible Shulker with a glowing outline.
/summon minecraft:shulker ~ ~1 ~ {NoAI:1b,PersistenceRequired:1b,Glowing:1,NoGravity:1b,CanPickUpLoot:0b,Attributes:[{Name:"generic.followRange",Base:0},{Name:"generic.knockbackResistance",Base:1f},{Name:"generic.movementSpeed",Base:0f}],Silent:1,Invulnerable:1,ActiveEffects:[{Id:14,Amplifier:0,Duration:2147483647}]}
oh thx!
although, i could replace the shulker with a magma cube to get rid of the small head inside of it...