ICBM wont move on X/Z axis

Started by gustavowizard123 on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 week ago
Joined Sep 2016
Points:
1215

User statistics:

  • Modifications: 0
  • Forum topics: 59
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 425
ICBM wont move on X/Z axis

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:

 

as

Active 1 week ago
Joined Sep 2016
Points:
1215

User statistics:

  • Modifications: 0
  • Forum topics: 59
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 425
on this case here it should…
Tue, 08/11/2020 - 23:16

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

Active 3 years ago
Joined Nov 2019
Points:
873

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 358
try using the set location…
Wed, 08/12/2020 - 20:22

try using the set location code block instead of the movement vector block

Active 1 week ago
Joined Sep 2016
Points:
1215

User statistics:

  • Modifications: 0
  • Forum topics: 59
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 425
ah cool thanks! it kinda…
Thu, 08/13/2020 - 01:49

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