BlockID greater 347 dont work!

    Joined
    Aug 30, 2013
    Messages
    28
    Reaction score
    1
    All Blockids > 347 dont Work ! it look like bug!

    try : /giveid 348 1





    HULL_COLOR_CORNER_BLACK_ID_EXT = 348
    HULL_COLOR_CORNER_PURPLE_ID_EXT=349
    HULL_COLOR_CORNER_BROWN_ID_EXT=350
    HULL_COLOR_CORNER_BLACK_ID_EXT=351
    HULL_COLOR_CORNER_RED_ID_EXT=352
    HULL_COLOR_CORNER_BLUE_ID_EXT=353
    HULL_COLOR_CORNER_GREEN_ID_EXT=354
    HULL_COLOR_CORNER_YELLOW_ID_EXT=355
    HULL_COLOR_CORNER_WHITE_ID_EXT=356
    POWERHULL_COLOR_CORNER_GREY_EXT=357
    POWERHULL_COLOR_CORNER_BLACK_EXT=358
    POWERHULL_COLOR_CORNER_RED_EXT=359
    POWERHULL_COLOR_CORNER_PURPLE_EXT=360
    POWERHULL_COLOR_CORNER_BLUE_EXT=361
    POWERHULL_COLOR_CORNER_GREEN_EXT=362
    POWERHULL_COLOR_CORNER_BROWN_EXT=363
    POWERHULL_COLOR_CORNER_GOLD_EXT=364
    POWERHULL_COLOR_CORNER_WHITE_EXT=365
    GLASS_WEDGE_ID_EXT=366
     
    Joined
    Dec 30, 2012
    Messages
    790
    Reaction score
    1
    • Legacy Citizen 4
    It\'s not a bug, those are not real blocks, if you see they are the same block names as the normal corners and wedges, but with _EXT at the end. They are just EXTensions of the real blocks, they just add a specific \"entity\" to add more positions to a single block, like upside-down corners. But they are not blocks by themselves for you to spawn.

    If you had custom blocks added after those, you could still giveid numbers bigger than them, I even spawned blocks with IDs over 1500 (custom stuff), and worked perfectly fine. It\'s just those few which are not blocks, but an EXTension of the real blocks.



    Result: Not a bug.
     
    Joined
    Aug 30, 2013
    Messages
    28
    Reaction score
    1
    I tried not to change som blocke to > 1500 eg. RUBY_CRYSTAL=1550

    and i still get a exception ! ;(