mojira.dev
MC-54282

"/setbox replace" not work

-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

Works as intended, there is no block with id 54 or 40.

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?

-ho bisogno principalmente di chest
-I need mainly of chest

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?

ok scusa non avevo guardato bene...
TROVATO

ok sorry I had not looked good ...
FOUND

Sorry, didn't express clearly.
The blocks are referenced by the "Names" and no longer by the numeric IDs.
The chest is no longer referenced by 54, it's now minecraft:chest

Carlo

(Unassigned)

Unconfirmed

Minecraft 14w18a

Retrieved