Files
Astroblock/overrides/config/fancyspawneggs.cfg
Jacob Vinding 1c991e905d Initial
2025-12-27 00:06:47 +01:00

73 lines
2.8 KiB
INI

# Configuration file
general {
##########################################################################################################
# settings
#--------------------------------------------------------------------------------------------------------#
# General Mod Settings
##########################################################################################################
settings {
# If entities rotate in the GUI
B:rotateInGui=true
# If the whitelist should be used instead of the blacklist
B:useWhitelist=false
}
##########################################################################################################
# blacklist
#--------------------------------------------------------------------------------------------------------#
# Blacklist for Entities that don't have a fancy egg
##########################################################################################################
blacklist {
# Entities that don't have a fancy Spawnegg
S:forbiddenEntities <
matteroverdrive:rogue_android
matteroverdrive:ranged_rogue_android
matteroverdrive:failed_pig
matteroverdrive:failed_chicken
matteroverdrive:failed_cow
matteroverdrive:failed_sheep
matteroverdrive:mad_scientist
matteroverdrive:mad_scientist.junkie
matteroverdrive:mutant_scientist
matteroverdrive:drone
>
}
##########################################################################################################
# whitelist
#--------------------------------------------------------------------------------------------------------#
# Whitelist for Entities that have a fancy egg (useWhitelist must be true!)
##########################################################################################################
whitelist {
# Entites that have a fancy Spawnegg (useWhitelist must be enabled!)
S:allowedEntities <
>
}
##########################################################################################################
# staticentities
#--------------------------------------------------------------------------------------------------------#
# Entities that are forced to render only one variant (so that they don't flicker)
##########################################################################################################
staticentities {
# Entities that are forced to only render one variant.
# If an Entity appears to be flickering, add it to this list.
S:staticEntities <
minecraft:guardian
minecraft:elder_guardian
twilightforest:bunny
twilightforest:tiny_bird
>
}
}