-
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.
Compatibility patch for the Extra Map Options mod
Fixed mini map icons/decorations appearing in other biomes lakes Added ace's replant mechanic for the biome trees
- Loading branch information
1 parent
aff2302
commit e4a64b5
Showing
31 changed files
with
894 additions
and
672 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
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
43 changes: 43 additions & 0 deletions
43
entities/trees/bend_palm_tree/large_bend_palm_tree/large_bend_palm_stump.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,43 @@ | ||
{ | ||
"type": "entity", | ||
"components": { | ||
"model_variants": { | ||
"default": { | ||
"models": [ | ||
"file(large_bend_palm_stump.qb)" | ||
] | ||
} | ||
}, | ||
"stonehearth:resource_node": { | ||
"harvest_overlay_effect": "stonehearth:effects:chop_overlay_effect", | ||
"harvester_effect": "chop", | ||
"resource": "stonehearth:resources:wood:oak_log" | ||
}, | ||
"mob": { | ||
"model_origin": {"x": -4, "y": 0, "z": 0 }, | ||
"region_origin": {"x": -3.5, "y": 0, "z": 0.5 } | ||
}, | ||
"destination": { | ||
"region": [ | ||
{ | ||
"min": {"x": 0, "y": 0, "z": 0 }, | ||
"max": {"x": 1, "y": 1, "z": 1 } | ||
} | ||
] | ||
}, | ||
"region_collision_shape": { | ||
"region": [ | ||
{ | ||
"min": {"x": 0, "y": 0, "z": 0 }, | ||
"max": {"x": 1, "y": 1, "z": 1 } | ||
} | ||
] | ||
} | ||
}, | ||
"entity_data": { | ||
"stonehearth:catalog": { | ||
"display_name": "i18n(tree_stump:entities.trees.stump)", | ||
"description": "i18n(tree_stump:entities.trees.stump_description)" | ||
} | ||
} | ||
} |
Binary file added
BIN
+7.87 KB
entities/trees/bend_palm_tree/large_bend_palm_tree/large_bend_palm_stump.qb
Binary file not shown.
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
43 changes: 43 additions & 0 deletions
43
entities/trees/bend_palm_tree/small_bend_palm_tree/small_bend_palm_stump.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,43 @@ | ||
{ | ||
"type": "entity", | ||
"components": { | ||
"model_variants": { | ||
"default": { | ||
"models": [ | ||
"file(small_bend_palm_stump.qb)" | ||
] | ||
} | ||
}, | ||
"stonehearth:resource_node": { | ||
"harvest_overlay_effect": "stonehearth:effects:chop_overlay_effect", | ||
"harvester_effect": "chop", | ||
"resource": "stonehearth:resources:wood:oak_log" | ||
}, | ||
"mob": { | ||
"model_origin": {"x": -4, "y": 0, "z": 0 }, | ||
"region_origin": {"x": -3.5, "y": 0, "z": 0.5 } | ||
}, | ||
"destination": { | ||
"region": [ | ||
{ | ||
"min": {"x": 0, "y": 0, "z": 0 }, | ||
"max": {"x": 1, "y": 1, "z": 1 } | ||
} | ||
] | ||
}, | ||
"region_collision_shape": { | ||
"region": [ | ||
{ | ||
"min": {"x": 0, "y": 0, "z": 0 }, | ||
"max": {"x": 1, "y": 1, "z": 1 } | ||
} | ||
] | ||
} | ||
}, | ||
"entity_data": { | ||
"stonehearth:catalog": { | ||
"display_name": "i18n(tree_stump:entities.trees.stump)", | ||
"description": "i18n(tree_stump:entities.trees.stump_description)" | ||
} | ||
} | ||
} |
Binary file added
BIN
+3.96 KB
entities/trees/bend_palm_tree/small_bend_palm_tree/small_bend_palm_stump.qb
Binary file not shown.
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,46 @@ | ||
{ | ||
"type": "entity", | ||
"components": { | ||
"render_info": { | ||
"scale": 0.5 | ||
}, | ||
"model_variants": { | ||
"default": { | ||
"models": [ | ||
"file(dranden_stump.qb)" | ||
] | ||
} | ||
}, | ||
"stonehearth:resource_node": { | ||
"harvest_overlay_effect": "stonehearth:effects:chop_overlay_effect", | ||
"harvester_effect": "chop", | ||
"resource": "stonehearth:resources:wood:oak_log" | ||
}, | ||
"destination": { | ||
"region": [ | ||
{ | ||
"min": {"x": -3, "y": 0, "z": -2 }, | ||
"max": {"x": 2, "y": 1, "z": 3 } | ||
} | ||
] | ||
}, | ||
"mob": { | ||
"model_origin": {"x": 0, "y": 0, "z": 0 }, | ||
"region_origin": {"x": -0.5, "y": 0, "z": 0.5 } | ||
}, | ||
"region_collision_shape": { | ||
"region": [ | ||
{ | ||
"min": {"x": -3, "y": 0, "z": -2 }, | ||
"max": {"x": 2, "y": 3, "z": 3 } | ||
} | ||
] | ||
} | ||
}, | ||
"entity_data": { | ||
"stonehearth:catalog": { | ||
"display_name": "i18n(tree_stump:entities.trees.stump)", | ||
"description": "i18n(tree_stump:entities.trees.stump_description)" | ||
} | ||
} | ||
} |
Binary file not shown.
46 changes: 46 additions & 0 deletions
46
entities/trees/palm_tree/large_palm_tree/large_palm_stump.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,46 @@ | ||
{ | ||
"type": "entity", | ||
"components": { | ||
"render_info": { | ||
"scale": 0.1 | ||
}, | ||
"model_variants": { | ||
"default": { | ||
"models": [ | ||
"file(large_palm_stump.qb)" | ||
] | ||
} | ||
}, | ||
"stonehearth:resource_node": { | ||
"harvest_overlay_effect": "stonehearth:effects:chop_overlay_effect", | ||
"harvester_effect": "chop", | ||
"resource": "stonehearth:resources:wood:oak_log" | ||
}, | ||
"destination": { | ||
"region": [ | ||
{ | ||
"min": { "x": -1, "y": 0, "z": 0 }, | ||
"max": { "x": 0, "y": 1, "z": 1 } | ||
} | ||
] | ||
}, | ||
"mob": { | ||
"model_origin": { "x": 0, "y": 0, "z": 0 }, | ||
"region_origin": { "x": -0.5, "y": 0, "z": 0.5 } | ||
}, | ||
"region_collision_shape": { | ||
"region": [ | ||
{ | ||
"min": { "x": -1, "y": 0, "z": 0 }, | ||
"max": { "x": 0, "y": 2, "z": 1 } | ||
} | ||
] | ||
} | ||
}, | ||
"entity_data": { | ||
"stonehearth:catalog": { | ||
"display_name": "i18n(tree_stump:entities.trees.stump)", | ||
"description": "i18n(tree_stump:entities.trees.stump_description)" | ||
} | ||
} | ||
} |
Binary file not shown.
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
Oops, something went wrong.