Started by
murilo123
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a block of coral that keeps releasing bubbles, the bubbles are already made and working (when it is spawned it levitates it rises for 10 seconds and "pops") but I don't know how to make the coral block release these bubbles every 3 seconds without stopping
just on Corals Advanced Properties, set Tick Update to 60 Ticks, and on Update Tick Trigger set the Bubbles Procedure
Hey, so how can i specify for the bubbles to appear on top of the block? they are appearing inside me lmao
on block tick update, spawn Particles at X Y + 1 Z
(The bubble is not a particle, it is an entity) but i did this and they keep apearing inside off me
https://prnt.sc/1vxplgj
just use the Particles and not Repeat Wait etc
also who in their right minds make an entity instead of a particle?
I know if i use particle is easy but i need to the bubble to be a entity for my mod, is for aesthetics
Oh, it worked thank u very much
:)!
oh I see why, so the player can pop it?
yeah
me and my friends are working on this mod (i make the mod, and my friends work on music and texture)
nice
wow cool