You've already forked minecraft-assets
Create/Update assets for version 24w37a
This commit is contained in:
1
data/minecraft/loot_table/shearing/sheep/_all.json
Normal file
1
data/minecraft/loot_table/shearing/sheep/_all.json
Normal file
@@ -0,0 +1 @@
|
||||
{"black":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:black_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/black"},"blue":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:blue_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/blue"},"brown":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:brown_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/brown"},"cyan":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:cyan_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/cyan"},"gray":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:gray_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/gray"},"green":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:green_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/green"},"light_blue":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:light_blue_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/light_blue"},"light_gray":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:light_gray_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/light_gray"},"lime":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:lime_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/lime"},"magenta":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:magenta_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/magenta"},"orange":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:orange_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/orange"},"pink":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:pink_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/pink"},"purple":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:purple_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/purple"},"red":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:red_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/red"},"white":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:white_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/white"},"yellow":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:yellow_wool"}],"rolls":{"type":"minecraft:uniform","max":3.0,"min":1.0}}],"random_sequence":"minecraft:shearing/sheep/yellow"}}
|
||||
1
data/minecraft/loot_table/shearing/sheep/_list.json
Normal file
1
data/minecraft/loot_table/shearing/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"]}
|
||||
20
data/minecraft/loot_table/shearing/sheep/black.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/black.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:black_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/black"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/blue.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/blue.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:blue_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/blue"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/brown.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/brown.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:brown_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/brown"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/cyan.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/cyan.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cyan_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/cyan"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/gray.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/gray.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:gray_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/gray"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/green.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/green.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:green_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/green"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/light_blue.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/light_blue.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:light_blue_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/light_blue"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/light_gray.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/light_gray.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:light_gray_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/light_gray"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/lime.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/lime.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lime_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/lime"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/magenta.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/magenta.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:magenta_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/magenta"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/orange.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/orange.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:orange_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/orange"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/pink.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/pink.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:pink_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/pink"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/purple.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/purple.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:purple_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/purple"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/red.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/red.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:red_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/red"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/white.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/white.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:white_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/white"
|
||||
}
|
||||
20
data/minecraft/loot_table/shearing/sheep/yellow.json
Normal file
20
data/minecraft/loot_table/shearing/sheep/yellow.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:shearing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:yellow_wool"
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:shearing/sheep/yellow"
|
||||
}
|
||||
Reference in New Issue
Block a user