Started by
VegaOrionis
on
Topic category: Help with MCreator software
I'd like to create a new variable in the class that will be the new state of the block. I'd like it to be limited to 32, not 25, or in the form of a string. I don't know Java :(
If you want to store an arbitrary string on a block make it a block entity.
And use nbt
I need a new block state, it can't be done in the procedure, it can only be done by editing the code manually.
if there is no solution, I will try to do it (and if it works) I will simply use 2 new variables with a smaller scope.
How to change it so that 2 conditions are required for the change?
https://imgur.com/a/kj0FErX
looks like you just do like
Thanks :)
I don't know why only one of them works, the game starts etc. but either one returns me (true/false) or the other a number, they never return both values (number and true/false)
https://imgur.com/a/jCiNLiK