Skip to content

Instantly share code, notes, and snippets.

@mcy
Created June 5, 2015 00:38
Show Gist options
  • Save mcy/67ac739f85ba090e306e to your computer and use it in GitHub Desktop.
Save mcy/67ac739f85ba090e306e to your computer and use it in GitHub Desktop.
replaces:
plants:
replaces:
'LONG_GRASS:*':
DEAD_BUSH: 1
'YELLOW_FLOWER':
AIR: 1
'RED_ROSE:*':
AIR: 1
'DOUBLE_PLANT:*':
AIR: 1
stone:
replaces:
'STONE:0':
CLAY: 1
'STONE:1':
PACKED_ICE: 1
'STONE:3':
PACKED_ICE: 1
'STONE:5':
PACKED_ICE: 1
'SANDSTONE':
RED_SANDSTONE: 1
liquid:
replaces:
'WATER:*':
AIR: 1
'STATIONARY_WATER:*':
AIR: 1
'LAVA:*':
AIR: 1
'STATIONARY_LAVA:*':
AIR: 1
dirt:
replaces:
'GRASS':
'STAINED_CLAY:0': 1
'DIRT':
'STAINED_CLAY:8': 1
'DIRT:1':
HARD_CLAY: 1
'DIRT:2':
'STAINED_CLAY:12': 1
'SAND':
'SAND:1': 1
'GRAVEL':
'STONE:3': 1
'CLAY':
'STAINED_CLAY:9': 1
wood:
replaces:
'LEAVES:*':
AIR: 1
'LOG:*':
'QUARTZ_BLOCK:1': 0.9
'QUARTZ_BLOCK:2': 0.1
'LEAVES_2:*':
AIR: 1
'LOG_2:*':
'QUARTZ_BLOCK:1': 0.9
'QUARTZ_BLOCK:2': 0.1
'VINE:*':
AIR: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment