add first patch
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "cluttered:add_item",
|
||||
"chance": 0.09,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "forge:loot_table_id",
|
||||
"loot_table_id": "minecraft:chests/abandoned_mineshaft"
|
||||
}
|
||||
],
|
||||
"item": [
|
||||
"cluttered:poplar_sapling",
|
||||
"cluttered:crabapple_sapling",
|
||||
"cluttered:sycamore_sapling",
|
||||
"cluttered:fluorescent_maple_sapling",
|
||||
"cluttered:blue_roundhead",
|
||||
"cluttered:fly_agaric"
|
||||
],
|
||||
"maxSize": 3
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "cluttered:add_item",
|
||||
"chance": 0.15,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "forge:loot_table_id",
|
||||
"loot_table_id": "minecraft:chests/spawn_bonus_chest"
|
||||
}
|
||||
],
|
||||
"item": [
|
||||
"cluttered:poplar_sapling",
|
||||
"cluttered:crabapple_sapling",
|
||||
"cluttered:sycamore_sapling",
|
||||
"cluttered:fluorescent_maple_sapling",
|
||||
"cluttered:blue_roundhead",
|
||||
"cluttered:fly_agaric"
|
||||
],
|
||||
"maxSize": 2
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "cluttered:add_item",
|
||||
"chance": 0.18,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "forge:loot_table_id",
|
||||
"loot_table_id": "minecraft:chests/simple_dungeon"
|
||||
}
|
||||
],
|
||||
"item": [
|
||||
"cluttered:poplar_sapling",
|
||||
"cluttered:crabapple_sapling",
|
||||
"cluttered:sycamore_sapling",
|
||||
"cluttered:fluorescent_maple_sapling",
|
||||
"cluttered:blue_roundhead",
|
||||
"cluttered:fly_agaric"
|
||||
],
|
||||
"maxSize": 4
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "cluttered:add_item",
|
||||
"chance": 0.09,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "forge:loot_table_id",
|
||||
"loot_table_id": "minecraft:chests/shipwreck_supply"
|
||||
}
|
||||
],
|
||||
"item": [
|
||||
"cluttered:poplar_sapling",
|
||||
"cluttered:crabapple_sapling",
|
||||
"cluttered:sycamore_sapling",
|
||||
"cluttered:fluorescent_maple_sapling",
|
||||
"cluttered:blue_roundhead",
|
||||
"cluttered:fly_agaric"
|
||||
],
|
||||
"maxSize": 3
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "cluttered:add_item",
|
||||
"chance": 0.1,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "forge:loot_table_id",
|
||||
"loot_table_id": "minecraft:chests/village/village_desert_house"
|
||||
}
|
||||
],
|
||||
"item": [
|
||||
"cluttered:poplar_sapling",
|
||||
"cluttered:crabapple_sapling",
|
||||
"cluttered:sycamore_sapling",
|
||||
"cluttered:fluorescent_maple_sapling",
|
||||
"cluttered:blue_roundhead",
|
||||
"cluttered:fly_agaric"
|
||||
],
|
||||
"maxSize": 3
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "cluttered:add_item",
|
||||
"chance": 0.12,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "forge:loot_table_id",
|
||||
"loot_table_id": "minecraft:chests/village/village_plains_house"
|
||||
}
|
||||
],
|
||||
"item": [
|
||||
"cluttered:poplar_sapling",
|
||||
"cluttered:crabapple_sapling",
|
||||
"cluttered:sycamore_sapling",
|
||||
"cluttered:fluorescent_maple_sapling",
|
||||
"cluttered:blue_roundhead",
|
||||
"cluttered:fly_agaric"
|
||||
],
|
||||
"maxSize": 3
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "cluttered:add_item",
|
||||
"chance": 0.12,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "forge:loot_table_id",
|
||||
"loot_table_id": "minecraft:chests/village/village_savanna_house"
|
||||
}
|
||||
],
|
||||
"item": [
|
||||
"cluttered:poplar_sapling",
|
||||
"cluttered:crabapple_sapling",
|
||||
"cluttered:sycamore_sapling",
|
||||
"cluttered:fluorescent_maple_sapling",
|
||||
"cluttered:blue_roundhead",
|
||||
"cluttered:fly_agaric"
|
||||
],
|
||||
"maxSize": 3
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "cluttered:add_item",
|
||||
"chance": 0.1,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "forge:loot_table_id",
|
||||
"loot_table_id": "minecraft:chests/village/village_snowy_house"
|
||||
}
|
||||
],
|
||||
"item": [
|
||||
"cluttered:poplar_sapling",
|
||||
"cluttered:crabapple_sapling",
|
||||
"cluttered:sycamore_sapling",
|
||||
"cluttered:fluorescent_maple_sapling",
|
||||
"cluttered:blue_roundhead",
|
||||
"cluttered:fly_agaric"
|
||||
],
|
||||
"maxSize": 3
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "cluttered:add_item",
|
||||
"chance": 0.12,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "forge:loot_table_id",
|
||||
"loot_table_id": "minecraft:chests/village/village_taiga_house"
|
||||
}
|
||||
],
|
||||
"item": [
|
||||
"cluttered:poplar_sapling",
|
||||
"cluttered:crabapple_sapling",
|
||||
"cluttered:sycamore_sapling",
|
||||
"cluttered:fluorescent_maple_sapling",
|
||||
"cluttered:blue_roundhead",
|
||||
"cluttered:fly_agaric"
|
||||
],
|
||||
"maxSize": 3
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "cluttered:blue_mushroom_cap"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"chances": [
|
||||
0.05,
|
||||
0.7285715,
|
||||
0.15,
|
||||
0.5
|
||||
],
|
||||
"condition": "minecraft:table_bonus",
|
||||
"enchantment": "minecraft:fortune"
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "cluttered:blue_roundhead"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "cluttered:blue_mushroom_cap"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "cluttered:blocks/blue_mushroom_cap"
|
||||
}
|
||||
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:any_of",
|
||||
"terms": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": [
|
||||
"minecraft:shears"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "cluttered:flowering_willow_leaves"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
},
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:any_of",
|
||||
"terms": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": [
|
||||
"minecraft:shears"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"chances": [
|
||||
0.02,
|
||||
0.022222223,
|
||||
0.025,
|
||||
0.033333335,
|
||||
0.1
|
||||
],
|
||||
"condition": "minecraft:table_bonus",
|
||||
"enchantment": "minecraft:fortune"
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 2.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:stick"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "cluttered:blocks/flowering_willow_leaves"
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "cluttered:red_mushroom_cap"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"chances": [
|
||||
0.05,
|
||||
0.7285715,
|
||||
0.15,
|
||||
0.5
|
||||
],
|
||||
"condition": "minecraft:table_bonus",
|
||||
"enchantment": "minecraft:fortune"
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "cluttered:fly_agaric"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "cluttered:red_mushroom_cap"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "cluttered:blocks/red_mushroom_cap"
|
||||
}
|
||||
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:any_of",
|
||||
"terms": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": [
|
||||
"minecraft:shears"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "cluttered:willow_leaves"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
},
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:any_of",
|
||||
"terms": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": [
|
||||
"minecraft:shears"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"chances": [
|
||||
0.02,
|
||||
0.022222223,
|
||||
0.025,
|
||||
0.033333335,
|
||||
0.1
|
||||
],
|
||||
"condition": "minecraft:table_bonus",
|
||||
"enchantment": "minecraft:fortune"
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 2.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:stick"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "cluttered:blocks/willow_leaves"
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "cluttered:poplar_sapling"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "cluttered:blue_roundhead"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "cluttered:fly_agaric"
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 5.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 5.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 5.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 5.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "cluttered:chests/sapling_chest_loot"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "blocks",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "twigs:cracked_bricks"
|
||||
},
|
||||
"result": "cluttered:antique_bricks"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"p": {
|
||||
"item": "cluttered:flowering_crabapple_leaves"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"ppp"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "cluttered:flower_carpet_crabapple"
|
||||
},
|
||||
"show_notification": false
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"p": {
|
||||
"item": "cluttered:flowering_poplar_leaves"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"ppp"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "cluttered:flower_carpet_poplar"
|
||||
},
|
||||
"show_notification": false
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"p": {
|
||||
"item": "cluttered:flowering_willow_leaves"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"ppp"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "cluttered:flower_carpet_willow"
|
||||
},
|
||||
"show_notification": false
|
||||
}
|
||||
Reference in New Issue
Block a user