Data Packs Other

TNT Generate End Islands

  • 1.3k views 0 today
  • save_alt 42 downloads
Compatibility
Minecraft 1.19
Changes include
  • Functions
  • 5
  • 3
  • 2
Foxy Max
Lvl 53Grandmaster Miner
16
Makes TNT generate end islands upon exploded. It is supposed to call the function at the entity, but instead executes in the default coordinates. The command to call the function at the TNT is; "execute as @e[type=minecraft:tnt,nbt={Fuse:1s}] at @s run schedule function tnt_gen_island:gen_island 1t append". I think this should be a bug and should be fixed. I was testing this in 1.19 Pre-release 3.

More like this

  Have something to say?

osfanbuff63
05/25/2022 5:36 pm
Level 31 : Artisan Modder
Use this instead:execute as @a[<use the entity selector here>] at @s run schedule function tnt_gen_island:gen_island 1t append
2
Foxy Max
05/25/2022 7:17 pm
Level 53 : Grandmaster Miner
I've updated the description to try to give you a better detail. Also, "@a" is all players, not selecting the other entities.
2

Welcome