You've already forked minecraft-assets
Create/Update assets for version 21w07a
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
|
||||
@@ -3,7 +3,13 @@
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 17,
|
||||
"name": "minecraft:lily_pad"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
@@ -11,9 +17,11 @@
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0.0,
|
||||
"max": 0.9
|
||||
}
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:leather_boots"
|
||||
@@ -51,9 +59,11 @@
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0.0,
|
||||
"max": 0.9
|
||||
}
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:fishing_rod"
|
||||
@@ -73,7 +83,8 @@
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": 10
|
||||
"count": 10.0,
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:ink_sac"
|
||||
|
||||
@@ -3,11 +3,8 @@
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lily_pad"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:name_tag"
|
||||
@@ -22,13 +19,15 @@
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0.0,
|
||||
"max": 0.25
|
||||
}
|
||||
},
|
||||
"add": false
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": 30,
|
||||
"levels": 30.0,
|
||||
"treasure": true
|
||||
}
|
||||
],
|
||||
@@ -40,13 +39,15 @@
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0.0,
|
||||
"max": 0.25
|
||||
}
|
||||
},
|
||||
"add": false
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": 30,
|
||||
"levels": 30.0,
|
||||
"treasure": true
|
||||
}
|
||||
],
|
||||
@@ -57,7 +58,7 @@
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": 30,
|
||||
"levels": 30.0,
|
||||
"treasure": true
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user