Skip to content

Commit

Permalink
1.0.4 stuff 2
Browse files Browse the repository at this point in the history
remove broken Croptopia book
disable more maidens worldgen
  • Loading branch information
Mitchell5200 committed Feb 9, 2025
1 parent 3bf72ae commit cfae629
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 2 deletions.
42 changes: 40 additions & 2 deletions config/maidensmerrymaking-common.toml
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

1 change: 1 addition & 0 deletions kubejs/client_scripts/jei_hide.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ JEIEvents.hideItems(allthemods => {
'absentbydesign:stairs_calcite',
'absentbydesign:slab_calcite'
])
allthemods.hide('croptopia:guide')

Color.DYE.forEach(color => {
['controller', 'creative_controller', 'grid', 'crafting_grid', 'pattern_grid', 'fluid_grid', 'network_receiver', 'network_transmitter', 'relay', 'detector', 'security_manager', 'wireless_transmitter', 'disk_manipulator', 'crafter', 'crafter_manager', 'crafting_monitor'].forEach(machine => {
Expand Down
12 changes: 12 additions & 0 deletions kubejs/server_scripts/mods/croptopia/croptopia.js
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.

0 comments on commit cfae629

Please sign in to comment.