You've already forked minecraft-assets
Create/Update assets for version 1.17.1
This commit is contained in:
1
data/minecraft/loot_tables/entities/sheep/_all.json
Normal file
1
data/minecraft/loot_tables/entities/sheep/_all.json
Normal file
@@ -0,0 +1 @@
|
||||
{"black":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:black_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"blue":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:blue_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"brown":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:brown_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"cyan":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:cyan_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"gray":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:gray_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"green":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:green_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"light_blue":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:light_blue_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"light_gray":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:light_gray_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"lime":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:lime_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"magenta":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:magenta_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"orange":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:orange_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"pink":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:pink_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"purple":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:purple_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"red":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:red_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"white":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:white_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]},"yellow":{"type":"minecraft:entity","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:yellow_wool"}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:entities/sheep"}]}]}}
|
||||
1
data/minecraft/loot_tables/entities/sheep/_list.json
Normal file
1
data/minecraft/loot_tables/entities/sheep/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["black.json","blue.json","brown.json","cyan.json","gray.json","green.json","light_blue.json","light_gray.json","lime.json","magenta.json","orange.json","pink.json","purple.json","red.json","white.json","yellow.json"]}
|
||||
25
data/minecraft/loot_tables/entities/sheep/black.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/black.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:black_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/blue.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/blue.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:blue_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/brown.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/brown.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:brown_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/cyan.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/cyan.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cyan_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/gray.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/gray.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:gray_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/green.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/green.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:green_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/light_blue.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/light_blue.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:light_blue_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/light_gray.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/light_gray.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:light_gray_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/lime.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/lime.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lime_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/magenta.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/magenta.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:magenta_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/orange.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/orange.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:orange_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/pink.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/pink.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:pink_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/purple.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/purple.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:purple_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/red.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/red.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:red_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/white.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/white.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:white_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
25
data/minecraft/loot_tables/entities/sheep/yellow.json
Normal file
25
data/minecraft/loot_tables/entities/sheep/yellow.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:yellow_wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:entities/sheep"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user