Skip to content

Commit

Permalink
Merge pull request gmlaxfanatic#51 from drjawa/patch-1
Browse files Browse the repository at this point in the history
Fixed mad scientist lab not being createable / recipes not usable
  • Loading branch information
ttk2 committed Jun 19, 2014
2 parents 7526fed + bc0846e commit bd01799
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1909,19 +1909,19 @@ production_factories:
material: GLASS_BOTTLE
amount: 512
Pig eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 90
amount: 16
Villager eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 120
amount: 16
Squid eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 94
amount: 16
Horse eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 100
amount: 16
Silk touch shears:
Expand All @@ -1947,19 +1947,19 @@ production_factories:
material: GLASS_BOTTLE
amount: 32
Pig eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 90
amount: 1
Villager eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 120
amount: 1
Squid eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 94
amount: 1
Horse eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 100
amount: 1
Explosives_Factory:
Expand Down Expand Up @@ -6839,40 +6839,40 @@ production_recipes:
production_time: 4
inputs:
Pig eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 90
amount: 16
Villager eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 120
amount: 16
outputs:
Pigman eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 57
amount: 16
Infect_Zombies:
name: Infect Zombies
production_time: 4
inputs:
Villager eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 120
amount: 16
Rotten flesh:
material: ROTTEN_FLESH
amount: 512
outputs:
Zombie eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 54
amount: 8
Mutate_Skeletons:
name: Mutate Skeletons
production_time: 4
inputs:
Zombie eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 54
amount: 16
Bones:
Expand All @@ -6883,15 +6883,15 @@ production_recipes:
amount: 64
outputs:
Skeleton eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 51
amount: 8
Mutate_Creepers:
name: Mutate Creepers
production_time: 4
inputs:
Skeleton eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 51
amount: 16
Blaze powder:
Expand All @@ -6906,51 +6906,51 @@ production_recipes:
amount: 32
outputs:
Creeper eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 50
amount: 8
Mutate_Witches:
name: Mutate Witches
production_time: 32
inputs:
Villager eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 120
amount: 16
Ghast tears:
material: GHAST_TEAR
amount: 16
outputs:
Witch eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 66
amount: 4
Mutate_Spiders:
name: Mutate Spiders
production_time: 16
inputs:
Squid eggs: # For the legs
material: MONSTER_EGG
material: SPAWN_EGG
durability: 94
amount: 16
Cow eggs: # For food
material: MONSTER_EGG
material: SPAWN_EGG
durability: 92
amount: 16
Spider eyes:
material: SPIDER_EYE
amount: 256
outputs:
Spider eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 52
amount: 4
Mutate_Cave_Spiders:
name: Mutate Cave Spiders
production_time: 16
inputs:
Spider eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 52
amount: 16
Poison potatoes:
Expand All @@ -6961,7 +6961,7 @@ production_recipes:
amount: 256
outputs:
Cave spider eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 59
amount: 8
Mutate_Ghasts:
Expand All @@ -6988,12 +6988,12 @@ production_recipes:
durability: 1
amount: 256
Villager eggs: # Operator
material: MONSTER_EGG
material: SPAWN_EGG
durability: 120
amount: 4
outputs:
Ghast eggs:
material: MONSTER_EGG
material: SPAWN_EGG
durability: 56
amount: 4
Compact_Ice:
Expand Down

0 comments on commit bd01799

Please sign in to comment.