GTNewHorizons / PersonalSpace

Minecraft 1.7.10 mod for personal dimensions, backwards compatible with UtilityWorlds
GNU Lesser General Public License v3.0
9 stars 4 forks source link

Support custom metadata in allowed blocks list #28

Open lixnif opened 3 months ago

lixnif commented 3 months ago

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

eigenraven commented 3 months ago

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