I just tried to use oak door as the item I'm customizing and it won't override the texture of the door to the coal nugget texture. Doors smelt on an one for one and stack to 64. It works if I use something like the iron nugget still.
I have the silent advancement to give me the coal nuggets working. In Java version, only wooden tools, signs, and boats, smelt 1 to 1. Just checked the dead bush and it does smelt 1 to 1. It smelts like a sapling and 1.5 to 1.
I'm working on a Coal nugget datapack to were I can smelt one on one with using just smaller coal. Cause in my datapack I would like to use wooden hoes for the item I'm modifing due to they smelt on a one to one but they don't stack. So far I've gotten to the point of being able to craft the coal nuggets in a craftbench but I haven't found a way to make them stack.
still not working. it will only go as far as when I put a piece of coal into a craftbench, I would only get the knowledge book. it would not replace the book with the eight pieces of coal nuggets I would like it to. Would I need the tick file in my minecraft functions folder as well?
So far this is my datapack file structure.
Coal Nugget Datapack data coalnugget advancements functions minecraft recipes
I follow a youtube video, How to Create Custom Items in Minecraft 1.18, was posted 3 months ago, and did everything they did. All I did was change the name of what my item is and the datapack name. to just test it I was trying to craft 8 coal nuggets from 1 coal. Everything is working except for the mcfunction file. here is the code for it.
recipe take @sminecraft:coal_nugget_recipe advancement revoke @s only coalnugget:coal_nugget_advancement clear@s knowledge_book give@piron_nugget{display:{Name:'{"text":"Coal Nugget"}'},CustomModelData:3570001}8
also could my datapack parent folder having caps and spaces in the name affect this?