Laike-Endaril / Controlled-Burn

The successor to "No Fire Spread"; lets you customize fire behavior!
3 stars 0 forks source link

suggestion: meta data in (block specific settings) #7

Open DRAKKKS opened 3 years ago

DRAKKKS commented 3 years ago

for example block-specific-settings

        minecraft:dirt:0,1,0
        minecraft:dirt:1,7,0
        minecraft:dirt:2,6,2 

dirt two and one are now flammable, but dirt zero is not, this is what I am suggesting but currently the mod will do this: [Client thread/INFO] [STDERR]: [com.fantasticsource.controlledburn.FireData:update:42]: Block(s) not found: minecraft:dirt:0 [Client thread/INFO] [STDERR]: [com.fantasticsource.controlledburn.FireData:update:42]: Block(s) not found: minecraft:dirt:1 [Client thread/INFO] [STDERR]: [com.fantasticsource.controlledburn.FireData:update:42]: Block(s) not found: minecraft:dirt:2 and these values would be ignored can you please fix/add this?