Started by
fatoastcat
on
Topic category: Help with Minecraft modding (Java Edition)
so i've tried using /setblock ~ ~-1 ~ minecraft:wool but that only placed it once and i want to place it constantly, please help
Topic category: Help with Minecraft modding (Java Edition)
so i've tried using /setblock ~ ~-1 ~ minecraft:wool but that only placed it once and i want to place it constantly, please help
you will need to have a trigger for it, like if the player is on fire then place wool under him, or if the entity is a player then play wool under him
Use player tick update global trigger, but keep in mind this could lag