-volevo rimpiazzare un blocco con "setblock"
-/setblock ~ ~ ~ 54 0 replace
-non funziona
-risposta:NON ESISTE ALCUN BLOCCO CON ID 54
-/setblock ~ ~ ~ 40 0 replace
-non funziona
-risposta:NON ESISTE ALCUN BLOCCO CON ID 40
-lo stesso per tutti gli ID
-I wanted to replace a block with "setblock"
-/setblock ~ ~ ~ 54 0 replace
-does not work
-answer: THERE IS NO BLOCK WITH ID 54
-/setblock ~ ~ ~ 40 0 replace
-does not work
-answer: THERE IS NO BLOCK WITH ID 40
-the same for all IDs
Comments 8
Numeric block IDs are invalid, use the alphanumeric like minecraft:red_mushroom , see See http://minecraft.gamepedia.com/Data_value#Block_IDs
-dove trovo un elenco degli alphanumeric?
-il comando "/testforblock" funziona con ID numerico!
-Where can I find a list of alphanumeric?
-the command "/testforblock" works with numeric ID!why?
You didn't read the responses ?
http://minecraft.gamepedia.com/Data_value#Block_IDs
scusa ma non riesco a capire il senso della pagina...tu hai detto alphanumeric...dalla pagina io capisco esadecimale??
sorry but I can not understand the meaning of the page ... you said ... by alphanumeric page I understand hexadecimal?
Works as intended, there is no block with id 54 or 40.