Started by
gustavowizard123
on
Topic category: Help with Minecraft modding (Java Edition)
im trying to make my ICBM entity to move (take off Y axis up, move X/Z axis to some coord then fall with Y axis negative), for now its only taking off lol, dont know why it wont move on X axis there:
on this case here it should move for 70 ticks on X axis, yet it just stay there floating on sky after it take off lol
try using the set location code block instead of the movement vector block
ah cool thanks! it kinda works nows, im trying to set up a textinput system (for icbm coords) on a block, but i never use those lol