You've already forked minecraft-assets
Create/Update assets for version 24w37a
This commit is contained in:
49
data/minecraft/loot_table/shearing/mooshroom.json
Normal file
49
data/minecraft/loot_table/shearing/mooshroom.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user