Due to Bamboo Rafts and Bamboo Rafts With Chest using the same entity IDs as Boats and Boats with Chest, you can use commands to summon a Bamboo Raft or Bamboo Raft With Chest even when 1.20 is disabled.
The entity can then be used, and can even be obtained as an item by either breaking it (in survival mode) or using pick block (in creative mode).
Steps to reproduce:
Method A - direct summoning
Open a world with 1.20 content disabled
Run
/summon boat ~ ~ ~ {Type: "bamboo"
} to summon a Bamboo Raft
Note the same works forchest_boat
to summon a Bamboo Raft with Chest
Method B - transformation
Open a world with 1.20 content disabled
Ensure there are no existing boats in the world
Place down a boat
Run
/data merge entity @e[type=boat,limit=1] {Type: "bamboo"
} to turn it into a Bamboo Raft
Note the same works fortype=chest_boat
to turn it into a Bamboo Raft with Chest
Method C - spawn egg
Open a world with 1.20 content disabled
Run
/give @s bee_spawn_egg{EntityTag: {id:"boat", Type: "bamboo"
}} to receive a spawn egg
Note the same works with any spawn egg, and withid:"chest_boat"
to spawn a Bamboo Raft with ChestPlace the spawn egg to get a Bamboo Raft
Comments 0
No comments.