You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
1
data/minecraft/loot_table/shearing/mooshroom/_all.json
Normal file
1
data/minecraft/loot_table/shearing/mooshroom/_all.json
Normal 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"}}
|
||||
1
data/minecraft/loot_table/shearing/mooshroom/_list.json
Normal file
1
data/minecraft/loot_table/shearing/mooshroom/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["brown.json","red.json"]}
|
||||
16
data/minecraft/loot_table/shearing/mooshroom/brown.json
Normal file
16
data/minecraft/loot_table/shearing/mooshroom/brown.json
Normal 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"
|
||||
}
|
||||
16
data/minecraft/loot_table/shearing/mooshroom/red.json
Normal file
16
data/minecraft/loot_table/shearing/mooshroom/red.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user