Minecraft Blogs / Tutorial

MapMaker Guide: How to get and use: suspicious sand and suspicious gravel [1.20]

  • 1,772 views, 5 today
  • 73
  • 41
McMeddon's Avatar McMeddon
Level 84 : Elite Wizard
3,859
MapMaker Guide: How to get and use: suspicious sand and  suspicious gravel  [1.20]

Hello fellow mapmakers,

as of writing, after the release of 1.20, when getting sus sand from the creative inventory and placing it down, you might notice that there are no drops. To fix this we need to add some nbt data / Block Entity Tags to the block accessing the loot table of the archaeology group.


Command

/give @p minecraft:suspicious_gravel{BlockEntityTag:{LootTable:"archaeology/trail_ruins_rare"}}



1.20 Suspicious Sand

archaeology/desert_well
/give @p minecraft:suspicious_sand{BlockEntityTag:{LootTable:"archaeology/desert_well"}}
archaeology/desert_pyramid
/give @p minecraft:suspicious_sand{BlockEntityTag:{LootTable:"archaeology/desert_pyramid"}}
archaeology/trail_ruins_common
/give @p minecraft:suspicious_gravel{BlockEntityTag:{LootTable:"archaeology/trail_ruins_common"}}
archaeology/trail_ruins_rare
/give @p minecraft:suspicious_gravel{BlockEntityTag:{LootTable:"archaeology/trail_ruins_rare"}}
archaeology/ocean_ruin_cold/give @p minecraft:suspicious_gravel{BlockEntityTag:{LootTable:"archaeology/ocean_ruin_cold"}}
archaeology/ocean_ruin_warm/give @p minecraft:suspicious_gravel{BlockEntityTag:{LootTable:"archaeology/ocean_ruin_warm"}}


Note:
- Once a sus block is placed down, you can use "control+mid mouse (or mouse 3)" to copy the newly placed block.
- It will copy the nbt data of the placed block and enable you to place the block with the same loot again

Hope that helped
Tags

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome