Started by
Spleet2.0
on
Topic category: Help with Minecraft modding (Java Edition)
I created a procedure that returns 0 or 1. I created an item, and in item properties and states, I did that if the procedure is equal to 1, the item changes texture. It does not work ! Help me !!!
the random zero to one block returns any real number between 0 and 1, and is VERY unlikely to return 1. if you want to use the block, you should check if the value is above .5, or just use the random including block.
Hope this helps
I understood average, but I still thought I understood that I had to use 0.5 and 1...