- Tennessee
-
Mineclonia is better: https://codeberg.org/mineclonia/mineclonia
- Joined on
2022-03-29
52c67005fa/mods/ITEMS/mcl_campfires/api.lua (L57) Storing the entity locations is unnecessary since you can always look up the cooking item index in the food_entity list to get the pos. …
@MrRar It's my first time working with the Minetest API lol, apologies for irregularities as I got help from Chat GPT. Anyhoo yeah I'm not sure about the wield image but I'll look into it here…
Ok I made a new commit, the food items are local to every campfire via the campfire's meta, and there's only one food entity registered for the campfires. There's still issues like for some…
I didn't actually test it but here are a few things that I noticed when looking it over.
Camp fire related stuff should be in mcl_campfires if at all possible.
food_entity needs to be per camp fire. It can't be a global variable like that.
It's basically done except for finding a home for mcl_custom_skins
This issue should be fixed as of: MineClone2/MineClone2#3653
Please try again with the latest master.
With the latest master (and Minetest 5.7.0), I could replicate this by starting the game with "Enable Damage" and "Creative Mode" disabled/un-checked from the Minetest UI, then running…
This is the external mod that this is pulled from that is on content DB already?
It's not on CDB and I don't recommend putting it on CDB because updating from CDB will clear out any custom…
It's a Minetest built-in texture. It's in /usr/share/minetest/textures/base/pack/
I use blank.png. Textures in there are considered fair game I guess.
@ancientmarinerdev Thanks for reviewing this PR!
Do you want to put the mcl_custom_skins mod in the MineClone2 organization?
Seems to be working ok from my side, minus a long trousers issue that goes over the top. Looks like those trousers seem to go all the way up the top and be on top of (maybe by rank) the…
As an aside, it would be cool to save a custom skin as a name, so you can swap between them later. Opens up further down the line to the concept of exporting and loading perhaps.
Outside…
Seems to be working ok from my side, minus a long trousers issue that goes over the top. Looks like those trousers seem to go all the way up the top and be on top of (maybe by rank) the…