Can't place snow_layer in adventure mode
Using
/give @p snow_layer 64 0 {CanPlaceOn:["minecraft:grass"]}
won't let you place it on grass.
This applies to any block specified in CanPlaceOn. If it's included, the wireframe appears, but the layer cannot be placed.
Created Issue:
Can't place snow_layer on grass in gm 2.
Using /give @p snow_layer 64 0
{CanPlaceOn:["minecraft:grass"]}won't let you place it on grass
but next to it and on top of other snow_layers as well. (without including it in the nbt)Note that Grass changes texture when covered by snow_layer.
You can place snow_layers in any other gamemode.
Using /give @p snow_layer 64 0
{CanPlaceOn:["minecraft:grass"]}won't let you place it on grass
but next to it and on top of other snow_layers as well. (without including it in the nbt)Note that Grass changes texture when covered by snow_layer.
You can place snow_layers in any other gamemode.
Using
/give @p snow_layer 64 0 {CanPlaceOn:["minecraft:grass"]}won't let you place it on grass but will let you place it next to it and on top of other snow_layers as well. (without including it in the nbt)
Note that Grass changes texture when covered by snow_layer.
You can place snow_layers in any other gamemode.
Can't place snow_layer on grass ingm 2.Can't place snow_layer on grass in adventure mode
Can't place snow_layeron grassin adventure mode
Using
/give @p snow_layer 64 0 {CanPlaceOn:["minecraft:grass"]}won't let you place it on grass but will let you place it next to it and on top of other snow_layers as well. (without including it in the nbt)
Note that Grass changes texture when covered by snow_layer.You can place snow_layers in any other gamemode.
Using
/give @p snow_layer 64 0 {CanPlaceOn:["minecraft:grass"]}won't let you place it on grass.
This applies to any block specified in CanPlaceOn. If it's included, the wireframe appears, but the layer cannot be placed.
Confirmed in 1.12.2
Was able to recreate this on 1.12.2 too.
Edited the ticket to clarify that it can't be placed on any block specified in CanPlaceOn.
This appears to have been fixed in some 1.13 snapshot.
Command used:
/give @p snow{CanPlaceOn:["minecraft:grass_block"]}Also, I was able to place snow layers with minecraft:sandstone in their CanPlaceOn property on sandstone just fine in 1.12.2.