Level icon indicating copy to clipboard operation
Level copied to clipboard

have an island value of one block depending on the world

Open organizatsiya opened this issue 3 years ago • 1 comments

Hello

I tried to do:

worlds:
   bskyblock_world_nether:
     OAK_LOG: 8

but it doesn't work because I think "worlds" should be called "Game Modes" instead. It would be interesting to be able to have different values depending on the world in which the block is placed: overworld, nether or end

organizatsiya avatar Apr 01 '21 07:04 organizatsiya

No, it is worlds. You have to list the world name there, not the game mode.

The code is storing the value for that world, but the counter is not aware of the world the block is in, just the overworld of the island, so that's why it isn't counted. I'll mark this as an enhancement.

tastybento avatar Apr 01 '21 18:04 tastybento