Skip to content

Commit

Permalink
Updated to version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
catter1 committed Dec 7, 2023
1 parent 2891366 commit 7571e89
Show file tree
Hide file tree
Showing 14 changed files with 1,182 additions and 1 deletion.
145 changes: 145 additions & 0 deletions 1-20-3-overlay/data/structory/loot_tables/mood/grassy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": 3,
"entries": [
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:short_grass",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": {
"min": 7,
"max": {
"min": 14,
"max": 21
}
}
}
}
],
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.5
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:fern",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": {
"min": 5,
"max": {
"min": 7,
"max": 10
}
}
}
}
],
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.35
}
]
},
{
"type": "minecraft:item",
"weight": 7,
"name": "minecraft:oak_sapling",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.5
}
]
},
{
"type": "minecraft:item",
"weight": 7,
"name": "minecraft:stick",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 1
}
}
],
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.7
}
]
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:oak_leaves",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 6
}
}
],
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.3
}
]
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:oak_log",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": {
"min": 1,
"max": 2
}
}
}
],
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.2
}
]
}
]
}
]
}
189 changes: 189 additions & 0 deletions 1-20-3-overlay/data/structory/loot_tables/mood/mangrove.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,189 @@
{
"pools": [
{
"rolls": 3,
"entries": [
{
"type": "minecraft:item",
"weight": 6,
"name": "minecraft:bone",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3,
"max": 10
},
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.4
}
]
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:mangrove_leaves",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3,
"max": 10
},
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.33
}
]
}
]
},
{
"type": "minecraft:item",
"weight": 8,
"name": "minecraft:mangrove_propagule",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
},
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.33
}
]
}
]
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:mud",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 5,
"max": 11
},
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.33
}
]
}
]
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:mangrove_roots",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 8
},
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.33
}
]
}
]
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:muddy_mangrove_roots",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 6
},
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.33
}
]
}
]
},
{
"type": "minecraft:item",
"weight": 8,
"name": "minecraft:stick",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3,
"max": 8
},
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.45
}
]
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:short_grass",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
},
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.33
}
]
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:moss_carpet",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
},
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.33
}
]
}
]
}
]
}
]
}
Loading

0 comments on commit 7571e89

Please sign in to comment.