[BUG] Ancient Juniper tree

@Team Radiant (which should totally be thing)

stonehearth/entities/trees/juniper_tree/ancient_juniper_tree/ancient_juniper_tree.json

Causes:

renderer.render_info | could not load qubicle file: invalid file path ‘/stonehearth/entities/trees/juniper_tree/ancient_juniper_tree/ancient_oak_tree.qb’

{
  "mixins": "stonehearth:mixins:tree", 
  "type": "entity", 
 "components": {
  "model_variants": {
     "default": {
        "models": [
           {
              "type": "one_of",
              "items": [
                 "file(ancient_oak_tree.qb)"

Should read:

{
   "mixins": "stonehearth:mixins:tree", 
   "type": "entity", 
  "components": {
  "model_variants": {
     "default": {
        "models": [
           {
              "type": "one_of",
              "items": [
                 "file(ancient_juniper_tree.qb)"

It’s not my mod as I don’t have any aliases, overrides or mixins for trees

2 Likes

I’m quite confused, what is this?

There is a file called ancient_juniper_tree.json in your stonehearth.smod that points to a model that doesn’t exist in the directory - ancient_oak_tree.qb.

In order to fix it, the devs need to change the line “file(ancient_oak_tree.qb)” to read

“file(ancient_juniper_tree.qb)”

3 Likes

Pages @sdee

^ Best thing you can do for small bugs I think is to mention their names, it’ll show up in their feed thingy in the top right that way :wink: .

wow, no rest for the weary, eh @Froggy? :wink:

good catch… :+1:

1 Like