-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
11 changed files
with
115 additions
and
18 deletions.
There are no files selected for viewing
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
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
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
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,22 @@ | ||
{ | ||
"mixins": "stonehearth:mixins:placed_object", | ||
"components": { | ||
"model_variants": { | ||
"default": { | ||
"models": [ | ||
"/stonehearth/entities/resources/copper/copper_ore/copper_ore.qb" | ||
] | ||
} | ||
}, | ||
"mob": { | ||
"model_origin": { "x": 0, "y": 0, "z": 0 }, | ||
"region_origin": { "x": 0.5, "y": 0, "z": 0.5 } | ||
} | ||
}, | ||
"entity_data": { | ||
"stonehearth:catalog": { | ||
"display_name": "i18n(archipelago_biome:entities.decoration.volcano_smoke.display_name)", | ||
"description": "i18n(archipelago_biome:entities.decoration.volcano_smoke.description)" | ||
} | ||
} | ||
} |
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,23 @@ | ||
{ | ||
"mixins": "stonehearth:mixins:item_properties", | ||
"type": "entity", | ||
"components": { | ||
"mob" : { | ||
"model_origin" : { "x": 0, "y": 0, "z": 0 } | ||
}, | ||
"model_variants": { | ||
"default": { | ||
"models": [ | ||
"/stonehearth/entities/resources/copper/copper_ore/copper_ore.qb" | ||
] | ||
} | ||
} | ||
}, | ||
"entity_data": { | ||
"stonehearth:catalog": { | ||
"is_item": true, | ||
"display_name": "i18n(archipelago_biome:entities.decoration.volcano_smoke.display_name)", | ||
"description": "i18n(archipelago_biome:entities.decoration.volcano_smoke.description)" | ||
} | ||
} | ||
} |
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
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,16 @@ | ||
{ | ||
"task_groups": [ | ||
"stonehearth_ace:task_groups:transform" | ||
], | ||
"initial_num_siege_weapons": { | ||
"fish_trap": 3 | ||
}, | ||
"commands": { | ||
"add_on_promote": [ | ||
"stonehearth_ace:commands:trapper:place_fish_trap" | ||
], | ||
"remove_on_demote": [ | ||
"stonehearth_ace:commands:trapper:place_fish_trap" | ||
] | ||
} | ||
} |
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
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
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
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 |
---|---|---|
@@ -1,8 +1,13 @@ | ||
Additions: | ||
Fishing Net decoration (floor and wall variation) | ||
|
||
Changes: | ||
Volcano smoke emitter is located inside a volcano and can be easily moved or destroyed by players | ||
Hearthlings will avoid stepping on top of magma blocks | ||
|
||
Changes for ACE: | ||
Removed old ace fish trap recipe | ||
Fisher can use fish traps like the trapper | ||
Tiki Torches will give warm buffs for those around it | ||
|
||
Fixes: | ||
A bunch of objects hitboxes | ||
(for ACE mod) |