Skip to content

Instantly share code, notes, and snippets.

@maxlehot1234
Created May 11, 2020 04:41
Show Gist options
  • Save maxlehot1234/a6f8f3216d8d19c88ce790286dad1149 to your computer and use it in GitHub Desktop.
Save maxlehot1234/a6f8f3216d8d19c88ce790286dad1149 to your computer and use it in GitHub Desktop.
'0':
name: 'Plains'
firstBlock: GRASS_BLOCK
biome: PLAINS
blocks:
GRASS_BLOCK: 2500
OAK_LOG: 2000
DIRT: 1750
OAK_LEAVES: 1000
BIRCH_LOG: 500
GRANITE: 400
DARK_OAK_LOG: 400
CHEST: 200
DARK_OAK_LEAVES: 200
GRAVEL: 125
BROWN_MUSHROOM_BLOCK: 100
BIRCH_LEAVES: 100
COARSE_DIRT: 100
GRASS_PATH: 100
ANDESITE: 100
DIORITE: 100
COAL_ORE: 100
COBBLESTONE: 300
PODZOL: 80
INFESTED_STONE: 80
MYCELIUM: 80
CLAY: 70
BEE_NEST: 50
MELON: 50
mobs:
CHICKEN: 65
VILLAGER: 10
chests:
'1':
rarity: COMMON #Chest rarity
name: '&aCommon' #Chest name with colorcode support. This name will be used for the chest name in the chest "GUI"
max-rewards: 3 #This allow AOneblock to choose 3 random items from the list below and put it in the chest.
Rewards:
- ==: Rewards
LAPIS_LAZULI:1;75 #itemname:amount;chance
COMPOSTER:1;60 #itemname:amount;chance
BEETROOT_SEEDS:1;50 #itemname:amount;chance
OXEYE_DAISY:1;40 #itemname:amount;chance
DANDELION:1;30 #itemname:amount;chance
GRLILACASS_BLOCK:1;20 #itemname:amount;chance
GRASS_BLOCK:1;10 #itemname:amount;chance
OAK_FENCE:3;5 #itemname:amount;chance
PEONY:1;1 #itemname:amount;chance
'2':
rarity: RARE
name: '&bRARE'
max-rewards: 2
Rewards:
- ==: Rewards
GRASS_BLOCK:1;75
WHEAT_SEEDS:1;40
ARROW:2;35
OAK_SAPLNG:1;30
TORCH:1;20
WATER_BUCKET:1;15
EMERALD:1;10
ENCHANTED_BOOK:(PROTECTION_PROJECTILE:1):1;5 #Enchanted book with enchant support "data"
IRON_INGOT:1;2
EXPERIENCE_BOTTLE:1;1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment