I'm wanting to add a few items into my game to use for crafting components and then creating recipes with Minetweaker 3. I just got some textures made for me by a kind person on Reddit, and they're all correct file sizes and in the .png format. My problem arises when I try to find the one item I'm trying to implement, here's my current script (it is in the .JSON format):
{
"name": "oakLeaf",
"texture": "OakLeaf"
}
It is located inside the items folder in the Quadrum folder in my config folder (quite the rabbit hole).
I've been comparing them to the configs in Regrowth, but I can't get it working.
{
"name": "oakLeaf",
"texture": "OakLeaf"
}
It is located inside the items folder in the Quadrum folder in my config folder (quite the rabbit hole).
I've been comparing them to the configs in Regrowth, but I can't get it working.