Skip to content

Commit

Permalink
Updated Climatologist house structures
Browse files Browse the repository at this point in the history
  • Loading branch information
Forstride committed Jan 29, 2024
1 parent 319a655 commit b5b9e5a
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:charcoal",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:snowball",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:ice"
},
{
"type": "minecraft:item",
"name": "minecraft:magma_block"
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 5.0,
"min": 1.0
}
}
],
"random_sequence": "toughasnails:chests/village/village_climatologist"
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit b5b9e5a

Please sign in to comment.