Productive Bees

Productive Bees

10M Downloads

bee model

MxDeath opened this issue ยท 10 comments

commented

Sorry to bother, is it possible for one to add another bee model? I was messing around trying to figure it out yet my bee is just invisible, the log doesn't say anything relating to the bee and im quite at a loss. I would appreciate any help
latest.log
strawbee
strawb.json

commented

You don't need the line: "renderer": "productivebees:models/entity/bee/Strawbee",
Without that line it will then use the base minecraft bee model and overwrite the skin, which should be fine enough.

commented

bee
Screenshot 2024-06-20 190630
That worked! do you happen to know how to fix this so it forms correctly

commented

For that you'll probably have the find the sweet spot in the png for it to render, that I don't know xD

commented

you want a stalk sticking out of the back?

you could try using "renderer": "default_foliage",
you can see the texture area for the sticky-up it on this texture https://github.com/JDKDigital/productive-bees/blob/dev-1.20.0/src/main/resources/assets/productivebees/textures/entity/bee/base/default_foliage/bee.png

commented

i found my mistake! running back here i saw i had "default:foliage" instead of "default_foliage" i just have to edit my texture a bit and i should be good to go.

man i really am not good at this xD i had ideas for particle/animation affects now im thinking maybe i should cut back on that. Thank you so much for your help though!

commented

I think the bee is very cute. There's a couple of different particle types you can use for when the bee is pollinated, "lava", "pop", "rising" and "portal" as well as the color for it.

  "particleColor": "#fcd979",
  "particleType": "lava",
commented

Screenshot 2024-06-21 211943
i have yet to fix up the texture yet, but it works! the bee has the stem now! Thanks for helping and the headsup on the particles!

commented

again nothing in the logs that i can see

commented

loading in the render for foliage along with your base and the bee still comes up invisible, im not quite sure why if its something im doing wrong or something with the render

commented

show the bee file again