MCreator Tutorial: How to use loot tables | 2020.1

Опубликовано: 11 Февраль 2020
на канале: NorthWestTrees MCreator
59,621
982

Today I will be teaching you how to use the new loot table element in MCreator for making loot tables and setting up custom chests and how to replace vanilla Minecraft mob drops using only loot tables.

COMMAND
/data merge block ~ ~-2 ~ {LootTable:"loot_table_name"}
/data merge block ~ ~-2 ~ {LootTable:"namespace:loot_table_name"}

EXAMPLE COMMAND
/data merge block ~ ~-2 ~ {LootTable:"gems"}
/data merge block ~ ~-2 ~ {LootTable:"cctvcraft:gemstones"}

► PROJECT FILES
Project files can be found here on my GitHub!
https://github.com/MCreator-Examples/...

► OFFICIAL SITES
● NorthWestTrees Gaming
https://www.northwesttreesgaming.com
● Discord Server Page
https://www.northwesttreesgaming.com/...

► TAGS
#northwesttreesmcreator
#mcreatortutorial
#mcreator
#modding
#mods
#tutorial
#features
#elements
#guide