Create/Update assets for version 24w37a

This commit is contained in:
InventiveBot
2024-09-11 18:30:51 +02:00
parent fcd197ac06
commit a205edf063
20292 changed files with 1435276 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"directories":["mooshroom","sheep"],"files":["bogged.json","mooshroom.json","sheep.json","snow_golem.json"]}

View File

@@ -0,0 +1,34 @@
{
"type": "minecraft:shearing",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 1.0,
"function": "minecraft:set_count"
}
],
"name": "minecraft:brown_mushroom"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 1.0,
"function": "minecraft:set_count"
}
],
"name": "minecraft:red_mushroom"
}
],
"rolls": 2.0
}
],
"random_sequence": "minecraft:shearing/bogged"
}

View File

@@ -0,0 +1,49 @@
{
"type": "minecraft:shearing",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:mooshroom",
"variant": "red"
}
}
}
],
"value": "minecraft:shearing/mooshroom/red"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:mooshroom",
"variant": "brown"
}
}
}
],
"value": "minecraft:shearing/mooshroom/brown"
}
]
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:shearing/mooshroom"
}

View File

@@ -0,0 +1 @@
{"brown":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:brown_mushroom"}],"rolls":5.0}],"random_sequence":"minecraft:shearing/mooshroom/brown"},"red":{"type":"minecraft:shearing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:red_mushroom"}],"rolls":5.0}],"random_sequence":"minecraft:shearing/mooshroom/red"}}

View File

@@ -0,0 +1 @@
{"directories":[],"files":["brown.json","red.json"]}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:shearing",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:brown_mushroom"
}
],
"rolls": 5.0
}
],
"random_sequence": "minecraft:shearing/mooshroom/brown"
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:shearing",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:red_mushroom"
}
],
"rolls": 5.0
}
],
"random_sequence": "minecraft:shearing/mooshroom/red"
}

View File

@@ -0,0 +1,289 @@
{
"type": "minecraft:shearing",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "white",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/white"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "orange",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/orange"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "magenta",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/magenta"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "light_blue",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/light_blue"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "yellow",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/yellow"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "lime",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/lime"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "pink",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/pink"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "gray",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/gray"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "light_gray",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/light_gray"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "cyan",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/cyan"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "purple",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/purple"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "blue",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/blue"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "brown",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/brown"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "green",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/green"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "red",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/red"
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:sheep",
"color": "black",
"sheared": false
}
}
}
],
"value": "minecraft:shearing/sheep/black"
}
]
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:shearing/sheep"
}

View 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"}}

View 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"]}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:shearing",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:carved_pumpkin"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:shearing/snow_golem"
}