Personal Space

Personal Space

17.4k Downloads

Support custom metadata in allowed blocks list

lixnif opened this issue · 1 comments

commented

I want to add a red or other color wool in my personal space dimension, I edited the config file:

allowedblocks {
    # List of blocks allowed in the user-specified presets, keep in mind these are used in world generation, so will be available in infinite quantities for the player. [default: [minecraft:air], [minecraft:bedrock], [minecraft:stone], [minecraft:cobblestone], [minecraft:dirt], [minecraft:grass], [minecraft:double_stone_slab], [minecraft:netherrack]]
    S:general <
        minecraft:air
        minecraft:bedrock
        minecraft:stone
        minecraft:cobblestone
        minecraft:dirt
        minecraft:grass
        minecraft:double_stone_slab
        minecraft:netherrack
        **minecraft:wool:1**
        **minecraft:wool**
     >
}

However, in the game options, I only see wool, but not orange wool.
QQ图片20240805215933

commented

Currently you can't set custom metadata on the blocks in that list (missing feature), I changed the title of the issue to match