mojira.dev
MC-131989

Minecarts can't be placed without a canplaceon tag in Minecraft 1.13 in Adventure Mode.

In Minecraft 1.12.2, minecarts could be placed and broken in adventure mode while in Minecraft 1.13 snapshots minecarts need a canbreak and canplaceon tag. If this is not a bug is there any solution to where if we break a can-place tag minecart, it drops another can-place tag minecart? Thank you.

 

Steps To Reproduce

  1. Go in Minecraft 1.13-pre3

  2. Try to place a minecart without any tags.

  3. See it fail.

Linked issues

Comments 4

Confirmed for MC 1.13-pre3.

 

This is correct behavior, the fix of MC-116254.

Is there a solution to it to make it from where if the tagged minecart drops, it drops another tagged minecart? Mod tryashtar

/execute as @e[type=item,nbt={Item:{id:"minecraft:minecart"}}] run data merge entity @s {Item:{tag:{CanPlaceOn:["minecraft:rail","minecraft:powered_rail","minecraft:detector_rail","minecraft:activator_rail"]}}}

EmmettLego

(Unassigned)

Unconfirmed

Minecraft 1.13-pre3

Retrieved