-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove broken Croptopia book disable more maidens worldgen
- Loading branch information
1 parent
3bf72ae
commit cfae629
Showing
3 changed files
with
53 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,49 @@ | ||
["Common Configs for MerryMaking Mod"] | ||
|
||
["Common Configs for MerryMaking Mod"] | ||
#mod recipe ingredients can spawn in chests. Set to 0 to disable | ||
#Range: > 0 | ||
ingredients_in_chests_spawn = 1 | ||
#Christmas presents can spawn in chests. Set to 0 to disable | ||
#Range: > 0 | ||
christmas_present_chest_spawn = 0 | ||
#Enable Christmas Creepers to spawn naturally in the world. Set to False to disable | ||
christmas_creeper_enabled = false | ||
#Enable mobs to spawn wearing Christmas sweaters and hats. Set to False to disable | ||
mob_wear_christmas_armor_enabled = false | ||
#Enable Santa Hats or sweaters to drop from mobs that are wearing them. Set to False to disable | ||
mob_drop_christmas_armor_enabled = true | ||
#Tiny Spruce saplings will drop from Spruce Leaves. Set to 0 to disable | ||
#Range: > 0 | ||
tiny_spruce_from_leaves_drop = 1 | ||
#Enable Holly tree to spawn in world. Set to False to disable | ||
holly_enabled = true | ||
#Enable Tiny Spruce tree to spawn in world. Set to False to disable | ||
tiny_spruce_enabled = true | ||
#Enable Clover to grow naturally in the world. Set to False to disable | ||
clover_enabled = true | ||
#Easter Eggs will appear naturally in the world. Set to False to disable. | ||
easter_egg_spawn = false | ||
easter_egg_spawn = false | ||
#Easter baskets can spawn in chests. Set to 0 to disable | ||
#Range: > 0 | ||
easter_basket_chest_spawn = 1 | ||
#Enable Easter Lily flower to grow naturally in the world. Set to False to disable | ||
easter_lily_enabled = true | ||
#Enable Hydrangea flower to grow naturally in the world. Set to False to disable | ||
hydrangea_enabled = true | ||
#Enable Hyacinth flower to grow naturally in the world. Set to False to disable | ||
hyacinth_enabled = true | ||
#Enable Colored Chickens to spawn naturally in the world. Set to False to disable | ||
colored_chicken_enabled = true | ||
#Enable Costumed Mobs to spawn in the world. Set to False to disable | ||
costumes_enabled = false | ||
#Enable Gravestones to spawn in the world. Set to False to disable | ||
gravestones_enabled = false | ||
#Halloween Discs can spawn in chests. Set to 0 to disable | ||
#Range: > 0 | ||
halloween_disc_chest_spawn = 1 | ||
#Enable Pine Tree to spawn in the world. Set to False to disable | ||
pine_enabled = true | ||
#Enable Ham item to drop from pigs. Set to False to disable | ||
#Range: > 0 | ||
ham_drop = 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. | ||
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. | ||
|
||
// Temp fix for [https://github.com/ExcessiveAmountsOfZombies/Croptopia/issues/674] where the croptopia book does not work | ||
|
||
ServerEvents.recipes(allthemods =>{ | ||
allthemods.remove({id: 'croptopia:documentation'}) | ||
}) | ||
|
||
|
||
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9. | ||
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. |