You've already forked minecraft-assets
Create/Update assets for version 1.13
This commit is contained in:
28
data/minecraft/loot_tables/entities/cod.json
Normal file
28
data/minecraft/loot_tables/entities/cod.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:cod",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "furnace_smelt",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "entity_properties",
|
||||
"entity": "this",
|
||||
"properties": {
|
||||
"on_fire": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user