My best answer for you is to figure out how to look at the code for the original torch then replicate it with the changes you want(I don't remember how to do so but finding how to look at the original code shouldn't be hard)
Rollback Post to RevisionRollBack
"Just because you're special doesn't mean you're special"
Hi, i can't find any tutorial how to make new type of torch in Minecraft. I need to know code for new torch type and how much they can light.
I will be glad for your help :]
My best answer for you is to figure out how to look at the code for the original torch then replicate it with the changes you want(I don't remember how to do so but finding how to look at the original code shouldn't be hard)
"Just because you're special doesn't mean you're special"
Ok, I try to find something.
Just extend BlockTorch, have a look at it, copy vanilla blockstate, basically done.