Skip to content

Commit

Permalink
mod updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Nov 28, 2022
1 parent 3d253a1 commit 7ecdfb1
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 6 deletions.
1 change: 1 addition & 0 deletions config/supplementaries-registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
lapis_bricks = true
relayer = true
candle_holder = true
enderman_head = true

[items]
flute = true
Expand Down
62 changes: 57 additions & 5 deletions config/the_bumblezone/mod_compatibility.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
#
#-----------------------------------------------------
#
# Spawn Productive Bees in The Bumblezone and from Honey Brood Blocks
# alongside regular bees at a 1/15th chance when spawning regular bees.
# Spawn Productive Bees in The Bumblezone and from Honey Brood Blocks alongside
# regular bees at a spawnrateOfProductiveBeesMobs chance when spawning regular bees.
#
spawnProductiveBeesBeesMob = true
#
Expand All @@ -55,9 +55,8 @@
#
#-----------------------------------------------------
#
# Spawn Productive Bees's various honeycomb variants in The Bumblezone
# at all kinds of heights and height bands. Start exploring to find
# where they spawn!
# Spawn Productive Bees's various honeycomb variants in The Bumblezone at all
# kinds of heights and height bands. Start exploring to find where they spawn!
#
# NOTE: Will require a restart of the world to take effect.
#
Expand Down Expand Up @@ -139,3 +138,56 @@
#
spawnHoneyTilesInDimension = true

["Mod Compatibility Options"."Resourceful Bees Options"]
#
#-----------------------------------------------------
#
# Spawn Resourceful Bees in The Bumblezone and from Honey Brood Blocks alongside
# regular bees at a spawnrateOfResourcefulBeesMobs chance when spawning regular bees.
# You can datapack the_bumblezone:resourcefulbees/spawnable_from_brood_block entity tag
# and/or datapack the_bumblezone:resourcefulbees/spawnable_from_chunk_creation entity tag
# for more control of what kinds of bees spawns.
#
spawnResourcefulBeesBeesMob = true
#
#-----------------------------------------------------
#
# Chance of a Bee spawning from Honeycomb Brood Blocks in Bumblezone dimension being replaced by Resourceful Bee's mob.
# 0 is no RB's mobs and 1 is max EB's mobs.
#
#Range: 0.0 ~ 1.0
spawnrateOfResourcefulBeesMobsBrood = 0.03
#
#-----------------------------------------------------
#
# Chance of a regular Bee spawning in Bumblezone being replaced by Resourceful Bee's mob.
# 0 is no RB's mobs and 1 is max RB's mobs.
#
#Range: 0.0 ~ 1.0
spawnrateOfResourcefulBeesMobsOther = 0.008
#
#-----------------------------------------------------
#
# How much of Bee Dungeons is made of honeycombs from the_bumblezone:resourcefulbees/spawns_in_bee_dungeons block tag.
# 0 is no RB's honeycombs and 1 is max RB's honeycombs.
#
#Range: 0.0 ~ 1.0
RBOreHoneycombSpawnRateBeeDungeon = 0.06
#
#-----------------------------------------------------
#
# How much of Spider Infested Bee Dungeons is made of honeycombs from the_bumblezone:resourcefulbees/spawns_in_spider_infested_bee_dungeons block tag.
# 0 is no RB's honeycombs and 1 is max RB's honeycombs.
#
#Range: 0.0 ~ 1.0
RBOreHoneycombSpawnRateSpiderBeeDungeon = 0.12
#
#-----------------------------------------------------
#
# Spawn Resourceful Bees's various honeycomb variants in The Bumblezone at all
# kinds of heights and height bands. Start exploring to find where they spawn!
#
# NOTE: Will require a restart of the world to take effect.
#
spawnResourcefulBeesHoneycombVeins = true

2 changes: 1 addition & 1 deletion minecraftinstance.json

Large diffs are not rendered by default.

0 comments on commit 7ecdfb1

Please sign in to comment.