User Tools

Site Tools


tutorial:entity-old

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorial:entity [2020/05/10 18:13] – Add tutorial on entity loot tables conorthedevtutorial:entity [2020/05/11 18:27] – [Entity Drops (loot tables)] conorthedev
Line 132: Line 132:
  
 ==== Entity Drops (loot tables) ==== ==== Entity Drops (loot tables) ====
-When you kill the cookie creeper, at the moment it doesn't drop anything! For this example, I'll be making the cookie creeper drop 1 cookie every time you kill it.+When you kill the cookie creeper, at the moment it doesn't drop anything! For this example, We'll be making the cookie creeper drop 1 cookie every time you kill it.
  
 For this, we need to use loot tables. To get started, we're going to create the file that tells Minecraft what our entity loot table is (''resources/data/wiki_entity/loot_tables/entities/cookie_creeper.json''): For this, we need to use loot tables. To get started, we're going to create the file that tells Minecraft what our entity loot table is (''resources/data/wiki_entity/loot_tables/entities/cookie_creeper.json''):
tutorial/entity-old.txt · Last modified: 2020/06/11 20:06 by draylar