-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Climatologist house structures
- Loading branch information
Showing
7 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
Binary file modified
BIN
+125 Bytes
(130%)
...urces/assets/toughasnails/textures/entity/villager/profession/climatologist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions
56
...rc/main/resources/data/toughasnails/loot_tables/chests/village/village_climatologist.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 modified
BIN
+76 Bytes
(100%)
...n/resources/data/toughasnails/structures/village/desert/houses/desert_climatologist_1.nbt
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
...n/resources/data/toughasnails/structures/village/plains/houses/plains_climatologist_1.nbt
Binary file not shown.
Binary file modified
BIN
+123 Bytes
(100%)
...resources/data/toughasnails/structures/village/savanna/houses/savanna_climatologist_1.nbt
Binary file not shown.
Binary file modified
BIN
+67 Bytes
(100%)
...ain/resources/data/toughasnails/structures/village/snowy/houses/snowy_climatologist_1.nbt
Binary file not shown.
Binary file modified
BIN
+59 Bytes
(100%)
...ain/resources/data/toughasnails/structures/village/taiga/houses/taiga_climatologist_1.nbt
Binary file not shown.