我是一个备份
This commit is contained in:
parent
6be3de1a71
commit
1318618f0d
|
@ -1,5 +1,5 @@
|
||||||
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
||||||
#Tue Mar 26 22:26:32 CST 2024
|
#Sat Mar 30 21:13:32 CST 2024
|
||||||
boolean.nth_absi_palace.enable=true
|
boolean.nth_absi_palace.enable=true
|
||||||
boolean.nth_accum_quad.enable=true
|
boolean.nth_accum_quad.enable=true
|
||||||
boolean.nth_blaze_tower.enable=true
|
boolean.nth_blaze_tower.enable=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
||||||
#Tue Mar 26 22:26:32 CST 2024
|
#Sat Mar 30 21:13:31 CST 2024
|
||||||
boolean.brigantine.enable=true
|
boolean.brigantine.enable=true
|
||||||
boolean.frigate_large.enable=true
|
boolean.frigate_large.enable=true
|
||||||
boolean.frigate_medium.enable=true
|
boolean.frigate_medium.enable=true
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
||||||
#Tue Mar 26 22:26:31 CST 2024
|
#Sat Mar 30 21:13:31 CST 2024
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
# Configuration file
|
||||||
|
|
||||||
|
Biome {
|
||||||
|
# Biome registry name [default: wythers:deep_desert_river]
|
||||||
|
S:name=wythers:deep_desert_river
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Config {
|
||||||
|
# If set to False, parameters from this config will not be used. [default: false]
|
||||||
|
B:enabled=false
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Wind {
|
||||||
|
# Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0]
|
||||||
|
S:changeProbability=1.0
|
||||||
|
|
||||||
|
# Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15]
|
||||||
|
S:changeStep=0.15
|
||||||
|
|
||||||
|
# Defines maximum wind strength. [range: 0 ~ 30, default: 10]
|
||||||
|
I:maxStrength=10
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
||||||
#Tue Mar 26 22:26:31 CST 2024
|
#Sat Mar 30 21:13:31 CST 2024
|
||||||
boolean.creative.enable_item_group_ferret=false
|
boolean.creative.enable_item_group_ferret=false
|
||||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"lastRefresh": 1710870490577
|
"lastRefresh": 1711804616657
|
||||||
}
|
}
|
|
@ -1,29 +1,29 @@
|
||||||
{
|
{
|
||||||
"keep_scaling_on_conversion": true,
|
"keep_scaling_on_conversion": true,
|
||||||
"minecraft:cow": {
|
|
||||||
"type": "uniform",
|
|
||||||
"min_scaling": 0.5,
|
|
||||||
"max_scaling": 1.5
|
|
||||||
},
|
|
||||||
"minecraft:sheep": {
|
|
||||||
"type": "gaussian",
|
|
||||||
"min_scaling": 0.5,
|
|
||||||
"max_scaling": 1.5
|
|
||||||
},
|
|
||||||
"minecraft:frog": {
|
"minecraft:frog": {
|
||||||
"type": "gaussian",
|
"type": "gaussian",
|
||||||
"min_scaling": 0.5,
|
"min_scaling": 0.5,
|
||||||
"max_scaling": 1.5
|
"max_scaling": 1.5
|
||||||
},
|
},
|
||||||
"minecraft:bat": 0.75,
|
|
||||||
"minecraft:pig": {
|
|
||||||
"type": "gaussian",
|
|
||||||
"min_scaling": 0.5,
|
|
||||||
"max_scaling": 1.5
|
|
||||||
},
|
|
||||||
"minecraft:chicken": {
|
"minecraft:chicken": {
|
||||||
"type": "gaussian",
|
"type": "gaussian",
|
||||||
"min_scaling": 0.5,
|
"min_scaling": 0.5,
|
||||||
"max_scaling": 1.5
|
"max_scaling": 1.5
|
||||||
|
},
|
||||||
|
"minecraft:sheep": {
|
||||||
|
"type": "gaussian",
|
||||||
|
"min_scaling": 0.5,
|
||||||
|
"max_scaling": 1.5
|
||||||
|
},
|
||||||
|
"minecraft:bat": 0.75,
|
||||||
|
"minecraft:cow": {
|
||||||
|
"type": "uniform",
|
||||||
|
"min_scaling": 0.5,
|
||||||
|
"max_scaling": 1.5
|
||||||
|
},
|
||||||
|
"minecraft:pig": {
|
||||||
|
"type": "gaussian",
|
||||||
|
"min_scaling": 0.5,
|
||||||
|
"max_scaling": 1.5
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -116078,3 +116078,724 @@ monsters_and_girls:gourdragora_mini, CREATURE
|
||||||
monsters_and_girls:jack_o_gourdragora_m, MONSTER
|
monsters_and_girls:jack_o_gourdragora_m, MONSTER
|
||||||
monsters_and_girls:jack_o_gourdragora_large, MONSTER
|
monsters_and_girls:jack_o_gourdragora_large, MONSTER
|
||||||
monsters_and_girls:jack_o_gourdragora_mini, MONSTER
|
monsters_and_girls:jack_o_gourdragora_mini, MONSTER
|
||||||
|
minecraft:allay, CREATURE
|
||||||
|
minecraft:axolotl, AXOLOTLS
|
||||||
|
minecraft:bat, AMBIENT
|
||||||
|
minecraft:bee, CREATURE
|
||||||
|
minecraft:blaze, MONSTER
|
||||||
|
minecraft:camel, CREATURE
|
||||||
|
minecraft:cat, CREATURE
|
||||||
|
minecraft:cave_spider, MONSTER
|
||||||
|
minecraft:chicken, CREATURE
|
||||||
|
minecraft:cod, WATER_AMBIENT
|
||||||
|
minecraft:cow, CREATURE
|
||||||
|
minecraft:creeper, MONSTER
|
||||||
|
minecraft:dolphin, WATER_CREATURE
|
||||||
|
minecraft:donkey, CREATURE
|
||||||
|
minecraft:drowned, MONSTER
|
||||||
|
minecraft:elder_guardian, MONSTER
|
||||||
|
minecraft:ender_dragon, MONSTER
|
||||||
|
minecraft:enderman, MONSTER
|
||||||
|
minecraft:endermite, MONSTER
|
||||||
|
minecraft:evoker, MONSTER
|
||||||
|
minecraft:fox, CREATURE
|
||||||
|
minecraft:frog, CREATURE
|
||||||
|
minecraft:ghast, MONSTER
|
||||||
|
minecraft:giant, MONSTER
|
||||||
|
minecraft:glow_squid, UNDERGROUND_WATER_CREATURE
|
||||||
|
minecraft:goat, CREATURE
|
||||||
|
minecraft:guardian, MONSTER
|
||||||
|
minecraft:hoglin, MONSTER
|
||||||
|
minecraft:horse, CREATURE
|
||||||
|
minecraft:husk, MONSTER
|
||||||
|
minecraft:illusioner, MONSTER
|
||||||
|
minecraft:llama, CREATURE
|
||||||
|
minecraft:magma_cube, MONSTER
|
||||||
|
minecraft:mooshroom, CREATURE
|
||||||
|
minecraft:mule, CREATURE
|
||||||
|
minecraft:ocelot, CREATURE
|
||||||
|
minecraft:panda, CREATURE
|
||||||
|
minecraft:parrot, CREATURE
|
||||||
|
minecraft:phantom, MONSTER
|
||||||
|
minecraft:pig, CREATURE
|
||||||
|
minecraft:piglin, MONSTER
|
||||||
|
minecraft:piglin_brute, MONSTER
|
||||||
|
minecraft:pillager, MONSTER
|
||||||
|
minecraft:polar_bear, CREATURE
|
||||||
|
minecraft:pufferfish, WATER_AMBIENT
|
||||||
|
minecraft:rabbit, CREATURE
|
||||||
|
minecraft:ravager, MONSTER
|
||||||
|
minecraft:salmon, WATER_AMBIENT
|
||||||
|
minecraft:sheep, CREATURE
|
||||||
|
minecraft:shulker, MONSTER
|
||||||
|
minecraft:silverfish, MONSTER
|
||||||
|
minecraft:skeleton, MONSTER
|
||||||
|
minecraft:skeleton_horse, CREATURE
|
||||||
|
minecraft:slime, MONSTER
|
||||||
|
minecraft:sniffer, CREATURE
|
||||||
|
minecraft:spider, MONSTER
|
||||||
|
minecraft:squid, WATER_CREATURE
|
||||||
|
minecraft:stray, MONSTER
|
||||||
|
minecraft:strider, CREATURE
|
||||||
|
minecraft:tadpole, CREATURE
|
||||||
|
minecraft:trader_llama, CREATURE
|
||||||
|
minecraft:tropical_fish, WATER_AMBIENT
|
||||||
|
minecraft:turtle, CREATURE
|
||||||
|
minecraft:vex, MONSTER
|
||||||
|
minecraft:vindicator, MONSTER
|
||||||
|
minecraft:wandering_trader, CREATURE
|
||||||
|
minecraft:warden, MONSTER
|
||||||
|
minecraft:witch, MONSTER
|
||||||
|
minecraft:wither, MONSTER
|
||||||
|
minecraft:wither_skeleton, MONSTER
|
||||||
|
minecraft:wolf, CREATURE
|
||||||
|
minecraft:zoglin, MONSTER
|
||||||
|
minecraft:zombie, MONSTER
|
||||||
|
minecraft:zombie_horse, CREATURE
|
||||||
|
minecraft:zombie_villager, MONSTER
|
||||||
|
minecraft:zombified_piglin, MONSTER
|
||||||
|
grimoireofgaia:ant_salvager, MONSTER
|
||||||
|
grimoireofgaia:ant, MONSTER
|
||||||
|
grimoireofgaia:anubis, MONSTER
|
||||||
|
grimoireofgaia:arachne, MONSTER
|
||||||
|
grimoireofgaia:banshee, MONSTER
|
||||||
|
grimoireofgaia:bee, MONSTER
|
||||||
|
grimoireofgaia:behender, MONSTER
|
||||||
|
grimoireofgaia:bone_knight, MONSTER
|
||||||
|
grimoireofgaia:cecaelia, MONSTER
|
||||||
|
grimoireofgaia:centaur, MONSTER
|
||||||
|
grimoireofgaia:cobble_golem, MONSTER
|
||||||
|
grimoireofgaia:cobblestone_golem, MONSTER
|
||||||
|
grimoireofgaia:creep, MONSTER
|
||||||
|
grimoireofgaia:cyclops, MONSTER
|
||||||
|
grimoireofgaia:deathword, MONSTER
|
||||||
|
grimoireofgaia:dryad, MONSTER
|
||||||
|
grimoireofgaia:dullahan, MONSTER
|
||||||
|
grimoireofgaia:dwarf, MONSTER
|
||||||
|
grimoireofgaia:ender_dragon_girl, MONSTER
|
||||||
|
grimoireofgaia:ender_eye, MONSTER
|
||||||
|
grimoireofgaia:flesh_lich, MONSTER
|
||||||
|
grimoireofgaia:gelatinous_slime, MONSTER
|
||||||
|
grimoireofgaia:goblin, MONSTER
|
||||||
|
grimoireofgaia:goblin_feral, MONSTER
|
||||||
|
grimoireofgaia:gryphon, MONSTER
|
||||||
|
grimoireofgaia:harpy, MONSTER
|
||||||
|
grimoireofgaia:hunter, MONSTER
|
||||||
|
grimoireofgaia:kobold, MONSTER
|
||||||
|
grimoireofgaia:mandragora, MONSTER
|
||||||
|
grimoireofgaia:matango, MONSTER
|
||||||
|
grimoireofgaia:mermaid, MONSTER
|
||||||
|
grimoireofgaia:mimic, MONSTER
|
||||||
|
grimoireofgaia:minotaur, MONSTER
|
||||||
|
grimoireofgaia:minotaurus, MONSTER
|
||||||
|
grimoireofgaia:mummy, MONSTER
|
||||||
|
grimoireofgaia:naga, MONSTER
|
||||||
|
grimoireofgaia:nine_tails, MONSTER
|
||||||
|
grimoireofgaia:oni, MONSTER
|
||||||
|
grimoireofgaia:orc, MONSTER
|
||||||
|
grimoireofgaia:satyress, MONSTER
|
||||||
|
grimoireofgaia:shaman, MONSTER
|
||||||
|
grimoireofgaia:sharko, MONSTER
|
||||||
|
grimoireofgaia:siren, MONSTER
|
||||||
|
grimoireofgaia:sludge_girl, MONSTER
|
||||||
|
grimoireofgaia:sphinx, MONSTER
|
||||||
|
grimoireofgaia:sporeling, MONSTER
|
||||||
|
grimoireofgaia:spriggan, MONSTER
|
||||||
|
grimoireofgaia:succubus, MONSTER
|
||||||
|
grimoireofgaia:toad, MONSTER
|
||||||
|
grimoireofgaia:valkyrie, MONSTER
|
||||||
|
grimoireofgaia:werecat, MONSTER
|
||||||
|
grimoireofgaia:witch, MONSTER
|
||||||
|
grimoireofgaia:wither_cow, MONSTER
|
||||||
|
grimoireofgaia:wizard_harpy, MONSTER
|
||||||
|
grimoireofgaia:yuki_onna, MONSTER
|
||||||
|
grimoireofgaia:trader, CREATURE
|
||||||
|
grimoireofgaia:creeper_girl, CREATURE
|
||||||
|
grimoireofgaia:ender_girl, CREATURE
|
||||||
|
grimoireofgaia:slime_girl, CREATURE
|
||||||
|
grimoireofgaia:horse, CREATURE
|
||||||
|
grimoireofgaia:gravemite, CREATURE
|
||||||
|
grimoireofgaia:ant_hill, CREATURE
|
||||||
|
grimoireofgaia:chest, CREATURE
|
||||||
|
grimoireofgaia:cyan_flower, CREATURE
|
||||||
|
supplementaries:red_merchant, CREATURE
|
||||||
|
luphieclutteredmod:luphie_armchair_entity, MONSTER
|
||||||
|
luphieclutteredmod:imperial_and_pastel_chair_entity, MONSTER
|
||||||
|
luphieclutteredmod:lovely_love_seats_entity, MONSTER
|
||||||
|
luphieclutteredmod:rovers_stool_entity, MONSTER
|
||||||
|
luphieclutteredmod:pastel_chair_entity, MONSTER
|
||||||
|
luphieclutteredmod:unliving_chair_entity, MONSTER
|
||||||
|
luphieclutteredmod:log_set_seating_entity, MONSTER
|
||||||
|
luphieclutteredmod:log_bed_seating_entity, MONSTER
|
||||||
|
luphieclutteredmod:mushroom_bed_seat_entity, MONSTER
|
||||||
|
dungeonsweaponry:necromancer, MONSTER
|
||||||
|
dungeonsweaponry:vanguard, MONSTER
|
||||||
|
dungeonsweaponry:wildfire, MONSTER
|
||||||
|
dungeonsweaponry:enchanter, MONSTER
|
||||||
|
dungeonsweaponry:loot_pig, CREATURE
|
||||||
|
dungeonsweaponry:geomancer, MONSTER
|
||||||
|
dungeonsweaponry:nameless_one, MONSTER
|
||||||
|
dungeonsweaponry:false_king, MONSTER
|
||||||
|
exoticbirds:bluejay, CREATURE
|
||||||
|
exoticbirds:booby, CREATURE
|
||||||
|
exoticbirds:budgerigar, CREATURE
|
||||||
|
exoticbirds:cardinal, CREATURE
|
||||||
|
exoticbirds:cassowary, CREATURE
|
||||||
|
exoticbirds:cockatoo, CREATURE
|
||||||
|
exoticbirds:crane, CREATURE
|
||||||
|
exoticbirds:duck, CREATURE
|
||||||
|
exoticbirds:flamingo, CREATURE
|
||||||
|
exoticbirds:gouldianfinch, CREATURE
|
||||||
|
exoticbirds:gull, CREATURE
|
||||||
|
exoticbirds:heron, CREATURE
|
||||||
|
exoticbirds:hummingbird, CREATURE
|
||||||
|
exoticbirds:kingfisher, CREATURE
|
||||||
|
exoticbirds:kiwi, CREATURE
|
||||||
|
exoticbirds:kookaburra, CREATURE
|
||||||
|
exoticbirds:lyrebird, CREATURE
|
||||||
|
exoticbirds:macaw, CREATURE
|
||||||
|
exoticbirds:magpie, CREATURE
|
||||||
|
exoticbirds:ostrich, CREATURE
|
||||||
|
exoticbirds:owl, CREATURE
|
||||||
|
exoticbirds:peafowl, CREATURE
|
||||||
|
exoticbirds:pelican, CREATURE
|
||||||
|
exoticbirds:penguin, CREATURE
|
||||||
|
exoticbirds:pigeon, CREATURE
|
||||||
|
exoticbirds:roadrunner, CREATURE
|
||||||
|
exoticbirds:robin, CREATURE
|
||||||
|
exoticbirds:swan, CREATURE
|
||||||
|
exoticbirds:toucan, CREATURE
|
||||||
|
exoticbirds:woodpecker, CREATURE
|
||||||
|
graveyard:reaper, MONSTER
|
||||||
|
graveyard:acolyte, MONSTER
|
||||||
|
graveyard:corrupted_vindicator, MONSTER
|
||||||
|
graveyard:corrupted_pillager, MONSTER
|
||||||
|
graveyard:skeleton_creeper, MONSTER
|
||||||
|
graveyard:ghoul, MONSTER
|
||||||
|
graveyard:revenant, MONSTER
|
||||||
|
graveyard:wraith, MONSTER
|
||||||
|
graveyard:nightmare, MONSTER
|
||||||
|
graveyard:ghouling, CREATURE
|
||||||
|
graveyard:lich, MONSTER
|
||||||
|
graveyard:nameless_hanged, MONSTER
|
||||||
|
aquaculture:box_turtle, CREATURE
|
||||||
|
aquaculture:arrau_turtle, CREATURE
|
||||||
|
aquaculture:starshell_turtle, CREATURE
|
||||||
|
aquaculture:atlantic_cod, WATER_AMBIENT
|
||||||
|
aquaculture:blackfish, WATER_AMBIENT
|
||||||
|
aquaculture:pacific_halibut, WATER_AMBIENT
|
||||||
|
aquaculture:atlantic_halibut, WATER_AMBIENT
|
||||||
|
aquaculture:atlantic_herring, WATER_AMBIENT
|
||||||
|
aquaculture:pink_salmon, WATER_AMBIENT
|
||||||
|
aquaculture:pollock, WATER_AMBIENT
|
||||||
|
aquaculture:rainbow_trout, WATER_AMBIENT
|
||||||
|
aquaculture:bayad, WATER_AMBIENT
|
||||||
|
aquaculture:boulti, WATER_AMBIENT
|
||||||
|
aquaculture:capitaine, WATER_AMBIENT
|
||||||
|
aquaculture:synodontis, WATER_AMBIENT
|
||||||
|
aquaculture:smallmouth_bass, WATER_AMBIENT
|
||||||
|
aquaculture:bluegill, WATER_AMBIENT
|
||||||
|
aquaculture:brown_trout, WATER_AMBIENT
|
||||||
|
aquaculture:carp, WATER_AMBIENT
|
||||||
|
aquaculture:catfish, WATER_AMBIENT
|
||||||
|
aquaculture:gar, WATER_AMBIENT
|
||||||
|
aquaculture:minnow, WATER_AMBIENT
|
||||||
|
aquaculture:muskellunge, WATER_AMBIENT
|
||||||
|
aquaculture:perch, WATER_AMBIENT
|
||||||
|
aquaculture:arapaima, WATER_AMBIENT
|
||||||
|
aquaculture:piranha, WATER_AMBIENT
|
||||||
|
aquaculture:tambaqui, WATER_AMBIENT
|
||||||
|
aquaculture:brown_shrooma, WATER_AMBIENT
|
||||||
|
aquaculture:red_shrooma, WATER_AMBIENT
|
||||||
|
aquaculture:jellyfish, WATER_AMBIENT
|
||||||
|
aquaculture:red_grouper, WATER_AMBIENT
|
||||||
|
aquaculture:tuna, WATER_AMBIENT
|
||||||
|
realmrpg_wyrms:ender_wyrm, MONSTER
|
||||||
|
realmrpg_wyrms:red_wyrm, MONSTER
|
||||||
|
pots_and_mimics:pot_crab, MONSTER
|
||||||
|
pots_and_mimics:poison_pot_crab, MONSTER
|
||||||
|
pots_and_mimics:nether_pot_crab, MONSTER
|
||||||
|
pots_and_mimics:end_pot_crab, MONSTER
|
||||||
|
butterflies:morpho, CREATURE
|
||||||
|
butterflies:forester, CREATURE
|
||||||
|
butterflies:common, CREATURE
|
||||||
|
butterflies:emperor, CREATURE
|
||||||
|
butterflies:hairstreak, CREATURE
|
||||||
|
butterflies:rainbow, CREATURE
|
||||||
|
butterflies:heath, CREATURE
|
||||||
|
butterflies:glasswing, CREATURE
|
||||||
|
butterflies:chalkhill, CREATURE
|
||||||
|
butterflies:swallowtail, CREATURE
|
||||||
|
butterflies:monarch, CREATURE
|
||||||
|
butterflies:cabbage, CREATURE
|
||||||
|
butterflies:admiral, CREATURE
|
||||||
|
butterflies:longwing, CREATURE
|
||||||
|
butterflies:clipper, CREATURE
|
||||||
|
butterflies:buckeye, CREATURE
|
||||||
|
butterflies:morpho_caterpillar, CREATURE
|
||||||
|
butterflies:forester_caterpillar, CREATURE
|
||||||
|
butterflies:common_caterpillar, CREATURE
|
||||||
|
butterflies:emperor_caterpillar, CREATURE
|
||||||
|
butterflies:hairstreak_caterpillar, AMBIENT
|
||||||
|
butterflies:rainbow_caterpillar, CREATURE
|
||||||
|
butterflies:heath_caterpillar, CREATURE
|
||||||
|
butterflies:glasswing_caterpillar, CREATURE
|
||||||
|
butterflies:chalkhill_caterpillar, CREATURE
|
||||||
|
butterflies:swallowtail_caterpillar, CREATURE
|
||||||
|
butterflies:monarch_caterpillar, CREATURE
|
||||||
|
butterflies:cabbage_caterpillar, CREATURE
|
||||||
|
butterflies:admiral_caterpillar, CREATURE
|
||||||
|
butterflies:longwing_caterpillar, CREATURE
|
||||||
|
butterflies:clipper_caterpillar, CREATURE
|
||||||
|
butterflies:buckeye_caterpillar, CREATURE
|
||||||
|
butterflies:morpho_chrysalis, CREATURE
|
||||||
|
butterflies:forester_chrysalis, CREATURE
|
||||||
|
butterflies:common_chrysalis, CREATURE
|
||||||
|
butterflies:emperor_chrysalis, CREATURE
|
||||||
|
butterflies:hairstreak_chrysalis, CREATURE
|
||||||
|
butterflies:rainbow_chrysalis, CREATURE
|
||||||
|
butterflies:heath_chrysalis, CREATURE
|
||||||
|
butterflies:glasswing_chrysalis, CREATURE
|
||||||
|
butterflies:chalkhill_chrysalis, CREATURE
|
||||||
|
butterflies:swallowtail_chrysalis, CREATURE
|
||||||
|
butterflies:monarch_chrysalis, CREATURE
|
||||||
|
butterflies:cabbage_chrysalis, CREATURE
|
||||||
|
butterflies:admiral_chrysalis, CREATURE
|
||||||
|
butterflies:longwing_chrysalis, CREATURE
|
||||||
|
butterflies:clipper_chrysalis, CREATURE
|
||||||
|
butterflies:buckeye_chrysalis, CREATURE
|
||||||
|
blue_skies:azulfo, CREATURE
|
||||||
|
blue_skies:stardust_ram, CREATURE
|
||||||
|
blue_skies:reindeer, CREATURE
|
||||||
|
blue_skies:frost_spirit, AMBIENT
|
||||||
|
blue_skies:grittle_flatfish, WATER_AMBIENT
|
||||||
|
blue_skies:municipal_monkfish, WATER_AMBIENT
|
||||||
|
blue_skies:armored_frost_spirit, MONSTER
|
||||||
|
blue_skies:crynocerous, MONSTER
|
||||||
|
blue_skies:jelly_drifter, WATER_AMBIENT
|
||||||
|
blue_skies:snow_owl, CREATURE
|
||||||
|
blue_skies:polargeist, MONSTER
|
||||||
|
blue_skies:stonelet, MONSTER
|
||||||
|
blue_skies:whistleshell_crab, MONSTER
|
||||||
|
blue_skies:shrumpty, MONSTER
|
||||||
|
blue_skies:diophyde_prowler, MONSTER
|
||||||
|
blue_skies:seclam, MONSTER
|
||||||
|
blue_skies:firefly, AMBIENT
|
||||||
|
blue_skies:cosmic_fox, CREATURE
|
||||||
|
blue_skies:crystal_camel, CREATURE
|
||||||
|
blue_skies:shade_monitor, CREATURE
|
||||||
|
blue_skies:sliv, CREATURE
|
||||||
|
blue_skies:crogre, CREATURE
|
||||||
|
blue_skies:charscale_moki, WATER_AMBIENT
|
||||||
|
blue_skies:horizofin_tunid, WATER_AMBIENT
|
||||||
|
blue_skies:nyctofly, MONSTER
|
||||||
|
blue_skies:venom_spider, MONSTER
|
||||||
|
blue_skies:emberback, MONSTER
|
||||||
|
blue_skies:infested_swarmer, MONSTER
|
||||||
|
blue_skies:gatekeeper, CREATURE
|
||||||
|
blue_skies:summoner, MONSTER
|
||||||
|
blue_skies:artificial_golem, MONSTER
|
||||||
|
blue_skies:alchemist, MONSTER
|
||||||
|
blue_skies:starlit_crusher, MONSTER
|
||||||
|
blue_skies:spewter, MONSTER
|
||||||
|
blue_skies:arachnarch, MONSTER
|
||||||
|
blue_skies:nested_spider, MONSTER
|
||||||
|
blue_skies:supporter_pet, MONSTER
|
||||||
|
divine_weaponry:apophis_follower, MONSTER
|
||||||
|
divine_weaponry:fujin_cloud, MONSTER
|
||||||
|
divine_weaponry:erebus_wither, MONSTER
|
||||||
|
divine_weaponry:ice_wall, MONSTER
|
||||||
|
divine_weaponry:cernunnos_target, MONSTER
|
||||||
|
illagerinvasion:provoker, MONSTER
|
||||||
|
illagerinvasion:invoker, MONSTER
|
||||||
|
illagerinvasion:necromancer, MONSTER
|
||||||
|
illagerinvasion:basher, MONSTER
|
||||||
|
illagerinvasion:sorcerer, MONSTER
|
||||||
|
illagerinvasion:archivist, MONSTER
|
||||||
|
illagerinvasion:inquisitor, MONSTER
|
||||||
|
illagerinvasion:marauder, MONSTER
|
||||||
|
illagerinvasion:alchemist, MONSTER
|
||||||
|
illagerinvasion:firecaller, MONSTER
|
||||||
|
illagerinvasion:surrendered, MONSTER
|
||||||
|
alexsmobs:grizzly_bear, CREATURE
|
||||||
|
alexsmobs:roadrunner, CREATURE
|
||||||
|
alexsmobs:bone_serpent, MONSTER
|
||||||
|
alexsmobs:bone_serpent_part, MONSTER
|
||||||
|
alexsmobs:gazelle, CREATURE
|
||||||
|
alexsmobs:crocodile, WATER_CREATURE
|
||||||
|
alexsmobs:fly, AMBIENT
|
||||||
|
alexsmobs:hummingbird, CREATURE
|
||||||
|
alexsmobs:orca, WATER_CREATURE
|
||||||
|
alexsmobs:sunbird, CREATURE
|
||||||
|
alexsmobs:gorilla, CREATURE
|
||||||
|
alexsmobs:crimson_mosquito, MONSTER
|
||||||
|
alexsmobs:rattlesnake, CREATURE
|
||||||
|
alexsmobs:endergrade, CREATURE
|
||||||
|
alexsmobs:hammerhead_shark, WATER_CREATURE
|
||||||
|
alexsmobs:lobster, WATER_AMBIENT
|
||||||
|
alexsmobs:komodo_dragon, CREATURE
|
||||||
|
alexsmobs:capuchin_monkey, CREATURE
|
||||||
|
alexsmobs:centipede_head, MONSTER
|
||||||
|
alexsmobs:warped_toad, CREATURE
|
||||||
|
alexsmobs:moose, CREATURE
|
||||||
|
alexsmobs:mimicube, MONSTER
|
||||||
|
alexsmobs:raccoon, CREATURE
|
||||||
|
alexsmobs:blobfish, WATER_AMBIENT
|
||||||
|
alexsmobs:seal, CREATURE
|
||||||
|
alexsmobs:cockroach, AMBIENT
|
||||||
|
alexsmobs:shoebill, CREATURE
|
||||||
|
alexsmobs:elephant, CREATURE
|
||||||
|
alexsmobs:soul_vulture, MONSTER
|
||||||
|
alexsmobs:snow_leopard, CREATURE
|
||||||
|
alexsmobs:spectre, CREATURE
|
||||||
|
alexsmobs:crow, CREATURE
|
||||||
|
alexsmobs:alligator_snapping_turtle, CREATURE
|
||||||
|
alexsmobs:mungus, CREATURE
|
||||||
|
alexsmobs:mantis_shrimp, WATER_CREATURE
|
||||||
|
alexsmobs:guster, MONSTER
|
||||||
|
alexsmobs:warped_mosco, MONSTER
|
||||||
|
alexsmobs:straddler, MONSTER
|
||||||
|
alexsmobs:stradpole, WATER_AMBIENT
|
||||||
|
alexsmobs:emu, CREATURE
|
||||||
|
alexsmobs:platypus, CREATURE
|
||||||
|
alexsmobs:dropbear, MONSTER
|
||||||
|
alexsmobs:tasmanian_devil, CREATURE
|
||||||
|
alexsmobs:kangaroo, CREATURE
|
||||||
|
alexsmobs:cachalot_whale, WATER_CREATURE
|
||||||
|
alexsmobs:leafcutter_ant, CREATURE
|
||||||
|
alexsmobs:enderiophage, CREATURE
|
||||||
|
alexsmobs:bald_eagle, CREATURE
|
||||||
|
alexsmobs:tiger, CREATURE
|
||||||
|
alexsmobs:tarantula_hawk, CREATURE
|
||||||
|
alexsmobs:void_worm, MONSTER
|
||||||
|
alexsmobs:void_worm_part, MONSTER
|
||||||
|
alexsmobs:frilled_shark, WATER_CREATURE
|
||||||
|
alexsmobs:mimic_octopus, WATER_CREATURE
|
||||||
|
alexsmobs:seagull, CREATURE
|
||||||
|
alexsmobs:froststalker, CREATURE
|
||||||
|
alexsmobs:tusklin, CREATURE
|
||||||
|
alexsmobs:laviathan, CREATURE
|
||||||
|
alexsmobs:cosmaw, CREATURE
|
||||||
|
alexsmobs:toucan, CREATURE
|
||||||
|
alexsmobs:maned_wolf, CREATURE
|
||||||
|
alexsmobs:anaconda, CREATURE
|
||||||
|
alexsmobs:anteater, CREATURE
|
||||||
|
alexsmobs:rocky_roller, MONSTER
|
||||||
|
alexsmobs:flutter, AMBIENT
|
||||||
|
alexsmobs:gelada_monkey, CREATURE
|
||||||
|
alexsmobs:jerboa, AMBIENT
|
||||||
|
alexsmobs:terrapin, WATER_AMBIENT
|
||||||
|
alexsmobs:comb_jelly, WATER_AMBIENT
|
||||||
|
alexsmobs:cosmic_cod, AMBIENT
|
||||||
|
alexsmobs:bunfungus, CREATURE
|
||||||
|
alexsmobs:bison, CREATURE
|
||||||
|
alexsmobs:giant_squid, WATER_CREATURE
|
||||||
|
alexsmobs:sea_bear, WATER_CREATURE
|
||||||
|
alexsmobs:devils_hole_pupfish, WATER_AMBIENT
|
||||||
|
alexsmobs:catfish, WATER_AMBIENT
|
||||||
|
alexsmobs:flying_fish, WATER_AMBIENT
|
||||||
|
alexsmobs:skelewag, MONSTER
|
||||||
|
alexsmobs:rain_frog, AMBIENT
|
||||||
|
alexsmobs:potoo, CREATURE
|
||||||
|
alexsmobs:mudskipper, CREATURE
|
||||||
|
alexsmobs:rhinoceros, CREATURE
|
||||||
|
alexsmobs:sugar_glider, CREATURE
|
||||||
|
alexsmobs:farseer, MONSTER
|
||||||
|
alexsmobs:skreecher, MONSTER
|
||||||
|
alexsmobs:underminer, AMBIENT
|
||||||
|
alexsmobs:murmur, MONSTER
|
||||||
|
alexsmobs:murmur_head, MONSTER
|
||||||
|
alexsmobs:skunk, CREATURE
|
||||||
|
alexsmobs:banana_slug, CREATURE
|
||||||
|
alexsmobs:blue_jay, CREATURE
|
||||||
|
alexsmobs:caiman, CREATURE
|
||||||
|
alexsmobs:triops, WATER_AMBIENT
|
||||||
|
player_mobs:player_mob, MONSTER
|
||||||
|
twilightforest:adherent, MONSTER
|
||||||
|
twilightforest:alpha_yeti, MONSTER
|
||||||
|
twilightforest:armored_giant, MONSTER
|
||||||
|
twilightforest:bighorn_sheep, CREATURE
|
||||||
|
twilightforest:blockchain_goblin, MONSTER
|
||||||
|
twilightforest:boar, CREATURE
|
||||||
|
twilightforest:carminite_broodling, MONSTER
|
||||||
|
twilightforest:carminite_ghastguard, MONSTER
|
||||||
|
twilightforest:carminite_ghastling, MONSTER
|
||||||
|
twilightforest:carminite_golem, MONSTER
|
||||||
|
twilightforest:death_tome, MONSTER
|
||||||
|
twilightforest:deer, CREATURE
|
||||||
|
twilightforest:dwarf_rabbit, CREATURE
|
||||||
|
twilightforest:fire_beetle, MONSTER
|
||||||
|
twilightforest:giant_miner, MONSTER
|
||||||
|
twilightforest:harbinger_cube, MONSTER
|
||||||
|
twilightforest:hedge_spider, MONSTER
|
||||||
|
twilightforest:helmet_crab, MONSTER
|
||||||
|
twilightforest:hostile_wolf, MONSTER
|
||||||
|
twilightforest:hydra, MONSTER
|
||||||
|
twilightforest:ice_crystal, MONSTER
|
||||||
|
twilightforest:king_spider, MONSTER
|
||||||
|
twilightforest:knight_phantom, MONSTER
|
||||||
|
twilightforest:kobold, MONSTER
|
||||||
|
twilightforest:lich, MONSTER
|
||||||
|
twilightforest:lich_minion, MONSTER
|
||||||
|
twilightforest:lower_goblin_knight, MONSTER
|
||||||
|
twilightforest:loyal_zombie, MONSTER
|
||||||
|
twilightforest:maze_slime, MONSTER
|
||||||
|
twilightforest:minoshroom, MONSTER
|
||||||
|
twilightforest:minotaur, MONSTER
|
||||||
|
twilightforest:mist_wolf, MONSTER
|
||||||
|
twilightforest:mosquito_swarm, MONSTER
|
||||||
|
twilightforest:naga, MONSTER
|
||||||
|
twilightforest:penguin, CREATURE
|
||||||
|
twilightforest:pinch_beetle, MONSTER
|
||||||
|
twilightforest:plateau_boss, MONSTER
|
||||||
|
twilightforest:quest_ram, CREATURE
|
||||||
|
twilightforest:raven, CREATURE
|
||||||
|
twilightforest:redcap, MONSTER
|
||||||
|
twilightforest:redcap_sapper, MONSTER
|
||||||
|
twilightforest:rising_zombie, MONSTER
|
||||||
|
twilightforest:roving_cube, MONSTER
|
||||||
|
twilightforest:skeleton_druid, MONSTER
|
||||||
|
twilightforest:slime_beetle, MONSTER
|
||||||
|
twilightforest:snow_guardian, MONSTER
|
||||||
|
twilightforest:snow_queen, MONSTER
|
||||||
|
twilightforest:squirrel, CREATURE
|
||||||
|
twilightforest:stable_ice_core, MONSTER
|
||||||
|
twilightforest:swarm_spider, MONSTER
|
||||||
|
twilightforest:tiny_bird, CREATURE
|
||||||
|
twilightforest:towerwood_borer, MONSTER
|
||||||
|
twilightforest:troll, MONSTER
|
||||||
|
twilightforest:unstable_ice_core, MONSTER
|
||||||
|
twilightforest:upper_goblin_knight, MONSTER
|
||||||
|
twilightforest:ur_ghast, MONSTER
|
||||||
|
twilightforest:winter_wolf, MONSTER
|
||||||
|
twilightforest:wraith, MONSTER
|
||||||
|
twilightforest:yeti, MONSTER
|
||||||
|
born_in_chaos_v1:decaying_zombie_not_despawn, MONSTER
|
||||||
|
born_in_chaos_v1:door_knight_not_despawn, MONSTER
|
||||||
|
born_in_chaos_v1:bonescaller_not_despawn, MONSTER
|
||||||
|
born_in_chaos_v1:supreme_bonescaller_not_despawn, MONSTER
|
||||||
|
born_in_chaos_v1:skeleton_thrasher_not_despawn, MONSTER
|
||||||
|
born_in_chaos_v1:dread_hound_not_despawn, MONSTER
|
||||||
|
born_in_chaos_v1:firelight_not_despawn, MONSTER
|
||||||
|
born_in_chaos_v1:zombie_clown_not_despawn, MONSTER
|
||||||
|
born_in_chaos_v1:pumpkin_bomb, MONSTER
|
||||||
|
born_in_chaos_v1:infernal_spirit, MONSTER
|
||||||
|
born_in_chaos_v1:decrepit_skeleton, MONSTER
|
||||||
|
born_in_chaos_v1:skeleton_demoman, MONSTER
|
||||||
|
born_in_chaos_v1:decaying_zombie, MONSTER
|
||||||
|
born_in_chaos_v1:baby_skeleton, MONSTER
|
||||||
|
born_in_chaos_v1:baby_skeleton_2, MONSTER
|
||||||
|
born_in_chaos_v1:barrel_zombie, MONSTER
|
||||||
|
born_in_chaos_v1:phantom_creeper, MONSTER
|
||||||
|
born_in_chaos_v1:door_knight, MONSTER
|
||||||
|
born_in_chaos_v1:restless_spirit, MONSTER
|
||||||
|
born_in_chaos_v1:skeleton_thrasher, MONSTER
|
||||||
|
born_in_chaos_v1:pumpkin_spirit, MONSTER
|
||||||
|
born_in_chaos_v1:seared_spirit, MONSTER
|
||||||
|
born_in_chaos_v1:firelight, MONSTER
|
||||||
|
born_in_chaos_v1:diamond_termite, MONSTER
|
||||||
|
born_in_chaos_v1:bonescaller, MONSTER
|
||||||
|
born_in_chaos_v1:supreme_bonescaller, MONSTER
|
||||||
|
born_in_chaos_v1:bone_imp, MONSTER
|
||||||
|
born_in_chaos_v1:bone_imp_2, MONSTER
|
||||||
|
born_in_chaos_v1:nightmare_stalker, MONSTER
|
||||||
|
born_in_chaos_v1:dark_vortex, MONSTER
|
||||||
|
born_in_chaos_v1:wither_scuttler, MONSTER
|
||||||
|
born_in_chaos_v1:dread_hound, MONSTER
|
||||||
|
born_in_chaos_v1:dire_hound_leader, MONSTER
|
||||||
|
born_in_chaos_v1:fallen_chaos_knight, MONSTER
|
||||||
|
born_in_chaos_v1:scarlet_persecutor, MONSTER
|
||||||
|
born_in_chaos_v1:shy_spirit, MONSTER
|
||||||
|
born_in_chaos_v1:spirit_guide, MONSTER
|
||||||
|
born_in_chaos_v1:zombie_clown, MONSTER
|
||||||
|
born_in_chaos_v1:maggot, MONSTER
|
||||||
|
born_in_chaos_v1:corpse_fly, MONSTER
|
||||||
|
born_in_chaos_v1:bloody_gadfly, MONSTER
|
||||||
|
born_in_chaos_v1:swarmer, MONSTER
|
||||||
|
born_in_chaos_v1:zombie_fisherman, MONSTER
|
||||||
|
born_in_chaos_v1:zombie_bruiser, MONSTER
|
||||||
|
born_in_chaos_v1:thornshell_crab, CREATURE
|
||||||
|
born_in_chaos_v1:corpse_fish, WATER_CREATURE
|
||||||
|
born_in_chaos_v1:glutton_fish, WATER_CREATURE
|
||||||
|
born_in_chaos_v1:mr_pumpkin, MONSTER
|
||||||
|
born_in_chaos_v1:sir_pumpkinhead, MONSTER
|
||||||
|
born_in_chaos_v1:senor_pumpkin, MONSTER
|
||||||
|
born_in_chaos_v1:lord_pumpkinhead, MONSTER
|
||||||
|
born_in_chaos_v1:baby_skeleton_minion, MONSTER
|
||||||
|
born_in_chaos_v1:controlled_baby_skeleton, MONSTER
|
||||||
|
born_in_chaos_v1:phantom_creeper_copy, MONSTER
|
||||||
|
born_in_chaos_v1:bone_imp_minion, MONSTER
|
||||||
|
born_in_chaos_v1:supreme_bonescaller_stage_2, MONSTER
|
||||||
|
born_in_chaos_v1:spirit_guide_assistant, MONSTER
|
||||||
|
born_in_chaos_v1:mr_pumpkin_controlled, MONSTER
|
||||||
|
born_in_chaos_v1:felsteed, MONSTER
|
||||||
|
born_in_chaos_v1:sir_pumpkinhead_without_horse, MONSTER
|
||||||
|
born_in_chaos_v1:sir_the_headless, MONSTER
|
||||||
|
born_in_chaos_v1:pumpkinhead, MONSTER
|
||||||
|
born_in_chaos_v1:riding_felsteed, MONSTER
|
||||||
|
born_in_chaos_v1:seared_spirit_not_despawn, MONSTER
|
||||||
|
born_in_chaos_v1:lords_felsteed, MONSTER
|
||||||
|
born_in_chaos_v1:lord_pumpkinhead_withouta_horse, MONSTER
|
||||||
|
born_in_chaos_v1:lord_the_headless, MONSTER
|
||||||
|
born_in_chaos_v1:lord_pumpkinhead_head, MONSTER
|
||||||
|
born_in_chaos_v1:riding_lords_felsteed, MONSTER
|
||||||
|
touhou_little_maid:maid, CREATURE
|
||||||
|
touhou_little_maid:fairy, MONSTER
|
||||||
|
cataclysm:ender_golem, MONSTER
|
||||||
|
cataclysm:ender_guardian, MONSTER
|
||||||
|
cataclysm:netherite_monstrosity, MONSTER
|
||||||
|
cataclysm:nameless_sorcerer, MONSTER
|
||||||
|
cataclysm:ignis, MONSTER
|
||||||
|
cataclysm:endermaptera, MONSTER
|
||||||
|
cataclysm:deepling, MONSTER
|
||||||
|
cataclysm:deepling_brute, MONSTER
|
||||||
|
cataclysm:deepling_angler, MONSTER
|
||||||
|
cataclysm:deepling_priest, MONSTER
|
||||||
|
cataclysm:deepling_warlock, MONSTER
|
||||||
|
cataclysm:lionfish, MONSTER
|
||||||
|
cataclysm:coralssus, MONSTER
|
||||||
|
cataclysm:ignited_revenant, MONSTER
|
||||||
|
cataclysm:the_harbinger, MONSTER
|
||||||
|
cataclysm:the_watcher, MONSTER
|
||||||
|
cataclysm:the_prowler, MONSTER
|
||||||
|
cataclysm:the_leviathan, MONSTER
|
||||||
|
cataclysm:the_baby_leviathan, CREATURE
|
||||||
|
cataclysm:amethyst_crab, MONSTER
|
||||||
|
cataclysm:ancient_remnant, MONSTER
|
||||||
|
cataclysm:modern_remnant, CREATURE
|
||||||
|
cataclysm:koboleton, MONSTER
|
||||||
|
riskofrain_mobs:lemurian_entity, MONSTER
|
||||||
|
riskofrain_mobs:stone_golem_entity, MONSTER
|
||||||
|
riskofrain_mobs:gunner_drone_entity, CREATURE
|
||||||
|
monsterplus:glow_skeleton, MONSTER
|
||||||
|
monsterplus:lava_squid, MONSTER
|
||||||
|
monsterplus:mother_lava_squid, MONSTER
|
||||||
|
monsterplus:spectral_skeleton, MONSTER
|
||||||
|
monsterplus:opalescent_eye, MONSTER
|
||||||
|
monsterplus:abyssologer, MONSTER
|
||||||
|
monsterplus:swamp_zombie, MONSTER
|
||||||
|
monsterplus:crystal_zombie, MONSTER
|
||||||
|
monsterplus:overgrown_skeleton, MONSTER
|
||||||
|
endermanoverhaul:badlands_enderman, MONSTER
|
||||||
|
endermanoverhaul:cave_enderman, MONSTER
|
||||||
|
endermanoverhaul:crimson_forest_enderman, MONSTER
|
||||||
|
endermanoverhaul:dark_oak_enderman, MONSTER
|
||||||
|
endermanoverhaul:desert_enderman, MONSTER
|
||||||
|
endermanoverhaul:end_enderman, MONSTER
|
||||||
|
endermanoverhaul:end_islands_enderman, MONSTER
|
||||||
|
endermanoverhaul:flower_fields_enderman, MONSTER
|
||||||
|
endermanoverhaul:ice_spikes_enderman, MONSTER
|
||||||
|
endermanoverhaul:mushroom_fields_enderman, AMBIENT
|
||||||
|
endermanoverhaul:nether_wastes_enderman, MONSTER
|
||||||
|
endermanoverhaul:coral_enderman, MONSTER
|
||||||
|
endermanoverhaul:savanna_enderman, MONSTER
|
||||||
|
endermanoverhaul:snowy_enderman, MONSTER
|
||||||
|
endermanoverhaul:soulsand_valley_enderman, MONSTER
|
||||||
|
endermanoverhaul:swamp_enderman, MONSTER
|
||||||
|
endermanoverhaul:warped_forest_enderman, MONSTER
|
||||||
|
endermanoverhaul:windswept_hills_enderman, MONSTER
|
||||||
|
endermanoverhaul:pet_enderman, CREATURE
|
||||||
|
endermanoverhaul:hammerhead_pet_enderman, CREATURE
|
||||||
|
endermanoverhaul:axolotl_pet_enderman, CREATURE
|
||||||
|
endermanoverhaul:scarab, MONSTER
|
||||||
|
endermanoverhaul:spirit, MONSTER
|
||||||
|
hmag:zombie_girl, MONSTER
|
||||||
|
hmag:husk_girl, MONSTER
|
||||||
|
hmag:drowned_girl, MONSTER
|
||||||
|
hmag:skeleton_girl, MONSTER
|
||||||
|
hmag:wither_skeleton_girl, MONSTER
|
||||||
|
hmag:stray_girl, MONSTER
|
||||||
|
hmag:creeper_girl, MONSTER
|
||||||
|
hmag:ghost, MONSTER
|
||||||
|
hmag:wither_ghost, MONSTER
|
||||||
|
hmag:ender_executor, MONSTER
|
||||||
|
hmag:kobold, MONSTER
|
||||||
|
hmag:lich, MONSTER
|
||||||
|
hmag:ogre, MONSTER
|
||||||
|
hmag:spider_nest, MONSTER
|
||||||
|
hmag:melty_monster, MONSTER
|
||||||
|
hmag:cursed_doll, MONSTER
|
||||||
|
hmag:jack_frost, MONSTER
|
||||||
|
hmag:hornet, MONSTER
|
||||||
|
hmag:dullahan, MONSTER
|
||||||
|
hmag:banshee, MONSTER
|
||||||
|
hmag:alraune, MONSTER
|
||||||
|
hmag:catoblepas, MONSTER
|
||||||
|
hmag:scorpion, MONSTER
|
||||||
|
hmag:kasha, MONSTER
|
||||||
|
hmag:dogu, MONSTER
|
||||||
|
hmag:ghastly_seeker, MONSTER
|
||||||
|
hmag:redcap, MONSTER
|
||||||
|
hmag:slime_girl, MONSTER
|
||||||
|
hmag:magical_slime, MONSTER
|
||||||
|
hmag:monolith, MONSTER
|
||||||
|
hmag:crimson_slaughterer, MONSTER
|
||||||
|
hmag:dyssomnia, MONSTER
|
||||||
|
hmag:snow_canine, MONSTER
|
||||||
|
hmag:harpy, MONSTER
|
||||||
|
hmag:savagefang, MONSTER
|
||||||
|
hmag:fortress_keeper, MONSTER
|
||||||
|
hmag:necrotic_reaper, MONSTER
|
||||||
|
hmag:dodomeki, MONSTER
|
||||||
|
hmag:imp, MONSTER
|
||||||
|
hmag:glaryad, MONSTER
|
||||||
|
hmag:jiangshi, MONSTER
|
||||||
|
hmag:giant_mummy, MONSTER
|
||||||
|
hmag:nightwalker, MONSTER
|
||||||
|
hmag:swamper, MONSTER
|
||||||
|
creeperoverhaul:jungle_creeper, MONSTER
|
||||||
|
creeperoverhaul:bamboo_creeper, MONSTER
|
||||||
|
creeperoverhaul:desert_creeper, MONSTER
|
||||||
|
creeperoverhaul:badlands_creeper, MONSTER
|
||||||
|
creeperoverhaul:hills_creeper, MONSTER
|
||||||
|
creeperoverhaul:savannah_creeper, MONSTER
|
||||||
|
creeperoverhaul:mushroom_creeper, CREATURE
|
||||||
|
creeperoverhaul:swamp_creeper, MONSTER
|
||||||
|
creeperoverhaul:dripstone_creeper, MONSTER
|
||||||
|
creeperoverhaul:cave_creeper, MONSTER
|
||||||
|
creeperoverhaul:dark_oak_creeper, MONSTER
|
||||||
|
creeperoverhaul:spruce_creeper, MONSTER
|
||||||
|
creeperoverhaul:beach_creeper, MONSTER
|
||||||
|
creeperoverhaul:snowy_creeper, MONSTER
|
||||||
|
creeperoverhaul:ocean_creeper, MONSTER
|
||||||
|
monsters_and_girls:brown_mushroom_gal, CREATURE
|
||||||
|
monsters_and_girls:molten_mushroom_gal, MONSTER
|
||||||
|
monsters_and_girls:ender_mushroom_gal, MONSTER
|
||||||
|
monsters_and_girls:infernal_mushroom_gal, MONSTER
|
||||||
|
monsters_and_girls:spook, MONSTER
|
||||||
|
monsters_and_girls:poofed_endershroom, MONSTER
|
||||||
|
monsters_and_girls:ink_cap, MONSTER
|
||||||
|
monsters_and_girls:red_mushrom_gal, CREATURE
|
||||||
|
monsters_and_girls:warped_mushroom_gal, MONSTER
|
||||||
|
monsters_and_girls:warped_mushroom_gal_big_spots, MONSTER
|
||||||
|
monsters_and_girls:crimson_mushroom_girl_bigspots, MONSTER
|
||||||
|
monsters_and_girls:crimson_mushroom_gal, MONSTER
|
||||||
|
monsters_and_girls:soul_wanderer_gal, MONSTER
|
||||||
|
monsters_and_girls:fly_alexgaric, CREATURE
|
||||||
|
monsters_and_girls:peach, MONSTER
|
||||||
|
monsters_and_girls:blue_wisp, MONSTER
|
||||||
|
monsters_and_girls:green_wisp, MONSTER
|
||||||
|
monsters_and_girls:yellow_wisp, MONSTER
|
||||||
|
monsters_and_girls:blue_slime_girl, CREATURE
|
||||||
|
monsters_and_girls:green_mandrake, CREATURE
|
||||||
|
monsters_and_girls:brown_mandragora, CREATURE
|
||||||
|
monsters_and_girls:red_jar, AMBIENT
|
||||||
|
monsters_and_girls:warped_jar, AMBIENT
|
||||||
|
monsters_and_girls:crimson_jar, AMBIENT
|
||||||
|
monsters_and_girls:soul_wanderer_jar, AMBIENT
|
||||||
|
monsters_and_girls:rare_warped_jar, AMBIENT
|
||||||
|
monsters_and_girls:alex_jar, AMBIENT
|
||||||
|
monsters_and_girls:rare_crimson_jar, AMBIENT
|
||||||
|
monsters_and_girls:ink_cap_bed, MONSTER
|
||||||
|
monsters_and_girls:brown_jar, AMBIENT
|
||||||
|
monsters_and_girls:puffball_jar, AMBIENT
|
||||||
|
monsters_and_girls:infernal_jar, AMBIENT
|
||||||
|
monsters_and_girls:molten_jar, AMBIENT
|
||||||
|
monsters_and_girls:fruity_mandrake, MONSTER
|
||||||
|
monsters_and_girls:bee_girl_worker, MONSTER
|
||||||
|
monsters_and_girls:gourdragora_medium, CREATURE
|
||||||
|
monsters_and_girls:gourdragora_large, CREATURE
|
||||||
|
monsters_and_girls:gourdragora_mini, CREATURE
|
||||||
|
monsters_and_girls:jack_o_gourdragora_m, MONSTER
|
||||||
|
monsters_and_girls:jack_o_gourdragora_large, MONSTER
|
||||||
|
monsters_and_girls:jack_o_gourdragora_mini, MONSTER
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,13 +1,13 @@
|
||||||
[2024-03-26 22:26:16] [INFO]: I18nUpdate Mod 3.5.2 is loaded in 1.20.1 with Forge
|
[2024-03-30 21:12:42] [INFO]: I18nUpdate Mod 3.5.2 is loaded in 1.20.1 with Forge
|
||||||
[2024-03-26 22:26:16] [DEBUG]: Minecraft path: .
|
[2024-03-30 21:12:42] [DEBUG]: Minecraft path: .
|
||||||
[2024-03-26 22:26:16] [DEBUG]: User home: /home/zhenai
|
[2024-03-30 21:12:42] [DEBUG]: User home: /home/zhenai
|
||||||
[2024-03-26 22:26:17] [DEBUG]: /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip md5: 45410CDFD4203670A3E37AE11EE7DCC1, remote md5: 008C4C4BD10BB8C6AB25F84AF09DA034
|
[2024-03-30 21:12:43] [DEBUG]: /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip md5: 008C4C4BD10BB8C6AB25F84AF09DA034, remote md5: 3519E07F0B49D1A0DDDD7A0F904C4F2B
|
||||||
[2024-03-26 22:26:17] [INFO]: Downloading: http://downloader1.meitangdehulu.com:22943/Minecraft-Mod-Language-Modpack-1-19.zip -> /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip.tmp
|
[2024-03-30 21:12:43] [INFO]: Downloading: http://downloader1.meitangdehulu.com:22943/Minecraft-Mod-Language-Modpack-1-19.zip -> /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip.tmp
|
||||||
[2024-03-26 22:26:17] [DEBUG]: /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip.tmp md5: 008C4C4BD10BB8C6AB25F84AF09DA034, remote md5: 008C4C4BD10BB8C6AB25F84AF09DA034
|
[2024-03-30 21:13:21] [DEBUG]: /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip.tmp md5: 3519E07F0B49D1A0DDDD7A0F904C4F2B, remote md5: 3519E07F0B49D1A0DDDD7A0F904C4F2B
|
||||||
[2024-03-26 22:26:17] [DEBUG]: Updates temp file: /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip
|
[2024-03-30 21:13:21] [DEBUG]: Updates temp file: /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip
|
||||||
[2024-03-26 22:26:17] [DEBUG]: /home/zhenai/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip md5: E0848AB4A1B26CB916E23F7D939C49F9, remote md5: E0848AB4A1B26CB916E23F7D939C49F9
|
[2024-03-30 21:13:21] [DEBUG]: /home/zhenai/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip md5: E0848AB4A1B26CB916E23F7D939C49F9, remote md5: E0848AB4A1B26CB916E23F7D939C49F9
|
||||||
[2024-03-26 22:26:17] [DEBUG]: Already up to date.
|
[2024-03-30 21:13:21] [DEBUG]: Already up to date.
|
||||||
[2024-03-26 22:26:17] [INFO]: Converting: /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip
|
[2024-03-30 21:13:21] [INFO]: Converting: /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip
|
||||||
[2024-03-26 22:26:17] [INFO]: Converting: /home/zhenai/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip
|
[2024-03-30 21:13:22] [INFO]: Converting: /home/zhenai/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip
|
||||||
[2024-03-26 22:26:18] [INFO]: Converted: [/home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip, /home/zhenai/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip] -> /home/zhenai/.i18nupdatemod/1.20.1/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip
|
[2024-03-30 21:13:22] [INFO]: Converted: [/home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip, /home/zhenai/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip] -> /home/zhenai/.i18nupdatemod/1.20.1/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip
|
||||||
[2024-03-26 22:26:18] [INFO]: Synchronized: /home/zhenai/.i18nupdatemod/1.20.1/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip -> ./resourcepacks/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip
|
[2024-03-30 21:13:22] [INFO]: Synchronized: /home/zhenai/.i18nupdatemod/1.20.1/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip -> ./resourcepacks/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip
|
||||||
|
|
|
@ -1,59 +1,59 @@
|
||||||
[22:26:32.171][INFO][CraftTweaker-EarlyInit]: CraftTweaker is running on a Minecraft 1.20.1 production server modded with platform Forge
|
[21:13:32.067][INFO][CraftTweaker-EarlyInit]: CraftTweaker is running on a Minecraft 1.20.1 production server modded with platform Forge
|
||||||
[22:26:32.204][INFO][CraftTweaker-EarlyInit]: Successfully injected RecipeFS file system
|
[21:13:32.088][INFO][CraftTweaker-EarlyInit]: Successfully injected RecipeFS file system
|
||||||
[22:26:32.298][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin jeitweaker:common
|
[21:13:32.148][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin jeitweaker:common
|
||||||
[22:26:32.315][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin crafttweaker:builtin
|
[21:13:32.162][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin crafttweaker:builtin
|
||||||
[22:26:32.319][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin crafttweaker:builtin_forge
|
[21:13:32.166][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin crafttweaker:builtin_forge
|
||||||
[22:26:32.325][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin farmersdelight:crafttweaker_plugin
|
[21:13:32.174][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin farmersdelight:crafttweaker_plugin
|
||||||
[22:26:32.374][INFO][JEITweaker]: Identified JeiTweaker plugin 'jeitweaker:forge': loading scheduled
|
[21:13:32.194][INFO][JEITweaker]: Identified JeiTweaker plugin 'jeitweaker:forge': loading scheduled
|
||||||
[22:26:32.388][INFO][JEITweaker]: Identified JeiTweaker plugin 'jeitweaker:common': loading scheduled
|
[21:13:32.202][INFO][JEITweaker]: Identified JeiTweaker plugin 'jeitweaker:common': loading scheduled
|
||||||
[22:26:32.437][INFO][JEITweaker]: JEITweaker Environmental Check: the combination of mods [jei] is fully supported
|
[21:13:32.209][INFO][JEITweaker]: JEITweaker Environmental Check: the combination of mods [jei] is fully supported
|
||||||
[22:26:32.437][INFO][JEITweaker]: Running JeiTweaker plugin initialization
|
[21:13:32.210][INFO][JEITweaker]: Running JeiTweaker plugin initialization
|
||||||
[22:26:32.449][INFO][JEITweaker]: JeiTweaker plugin initialization completed successfully
|
[21:13:32.222][INFO][JEITweaker]: JeiTweaker plugin initialization completed successfully
|
||||||
[22:26:34.037][INFO][CraftTweaker]: The following mods have explicit CraftTweaker support through the default plugin:
|
[21:13:33.219][INFO][CraftTweaker]: The following mods have explicit CraftTweaker support through the default plugin:
|
||||||
[22:26:34.038][INFO][CraftTweaker]: - 'cagedmobs' at version '1.20.1-2.0.1'
|
[21:13:33.219][INFO][CraftTweaker]: - 'cagedmobs' at version '1.20.1-2.0.1'
|
||||||
[22:26:34.038][INFO][CraftTweaker]: - 'crafttweaker' at version '14.0.26'
|
[21:13:33.220][INFO][CraftTweaker]: - 'crafttweaker' at version '14.0.26'
|
||||||
[22:26:34.038][INFO][CraftTweaker]: - 'farmersdelight' at version '1.20.1-1.2.4'
|
[21:13:33.220][INFO][CraftTweaker]: - 'farmersdelight' at version '1.20.1-1.2.4'
|
||||||
[22:26:34.038][INFO][CraftTweaker]: - 'jeitweaker' at version '8.0.6'
|
[21:13:33.220][INFO][CraftTweaker]: - 'jeitweaker' at version '8.0.6'
|
||||||
[22:28:50.599][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'initialize'
|
[21:15:48.292][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'initialize'
|
||||||
[22:28:51.007][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
|
[21:15:48.483][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
|
||||||
[22:28:51.032][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [crafttweaker, expansions]
|
[21:15:48.499][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [crafttweaker, expansions]
|
||||||
[22:28:51.102][INFO][CraftTweaker-ZenCode]: Execution for loader 'initialize' completed successfully
|
[21:15:48.545][INFO][CraftTweaker-ZenCode]: Execution for loader 'initialize' completed successfully
|
||||||
[22:29:33.055][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'tags'
|
[21:16:25.633][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'tags'
|
||||||
[22:29:33.089][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
|
[21:16:25.671][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
|
||||||
[22:29:33.109][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [crafttweaker, expansions]
|
[21:16:25.685][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [crafttweaker, expansions]
|
||||||
[22:29:33.124][INFO][CraftTweaker-ZenCode]: Execution for loader 'tags' completed successfully
|
[21:16:25.699][INFO][CraftTweaker-ZenCode]: Execution for loader 'tags' completed successfully
|
||||||
[22:29:34.520][INFO][CraftTweaker]: crafttweaker.reload.start
|
[21:16:26.795][INFO][CraftTweaker]: crafttweaker.reload.start
|
||||||
[22:29:34.524][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'crafttweaker'
|
[21:16:26.798][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'crafttweaker'
|
||||||
[22:29:34.540][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
|
[21:16:26.812][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
|
||||||
[22:29:34.838][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [mods, crafttweaker, expansions]
|
[21:16:27.048][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [mods, crafttweaker, expansions]
|
||||||
[22:29:34.842][INFO][CraftTweaker-ZenCode]: Loading file 'Earth.zs' with priority 0
|
[21:16:27.051][INFO][CraftTweaker-ZenCode]: Loading file 'Earth.zs' with priority 0
|
||||||
[22:29:34.870][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:lucky:lucky_block>'
|
[21:16:27.072][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:lucky:lucky_block>'
|
||||||
[22:29:34.879][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:cgm:workbench>'
|
[21:16:27.079][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:cgm:workbench>'
|
||||||
[22:29:34.888][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:taming_flute:taming_flute>'
|
[21:16:27.086][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:taming_flute:taming_flute>'
|
||||||
[22:29:34.896][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:chanceglobe:chance_globe>'
|
[21:16:27.094][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:chanceglobe:chance_globe>'
|
||||||
[22:29:34.902][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin1>'
|
[21:16:27.101][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin1>'
|
||||||
[22:29:34.909][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin2>'
|
[21:16:27.106][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin2>'
|
||||||
[22:29:34.915][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin5>'
|
[21:16:27.111][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin5>'
|
||||||
[22:29:34.921][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note1>'
|
[21:16:27.116][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note1>'
|
||||||
[22:29:34.928][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note2>'
|
[21:16:27.121][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note2>'
|
||||||
[22:29:34.934][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note5>'
|
[21:16:27.126][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note5>'
|
||||||
[22:29:34.939][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note10>'
|
[21:16:27.131][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note10>'
|
||||||
[22:29:34.945][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note20>'
|
[21:16:27.135][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note20>'
|
||||||
[22:29:34.951][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note50>'
|
[21:16:27.137][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note50>'
|
||||||
[22:29:34.957][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note100>'
|
[21:16:27.140][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note100>'
|
||||||
[22:29:34.962][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note200>'
|
[21:16:27.143][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note200>'
|
||||||
[22:29:34.965][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note500>'
|
[21:16:27.146][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note500>'
|
||||||
[22:29:34.969][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note1000>'
|
[21:16:27.149][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note1000>'
|
||||||
[22:29:34.972][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle1>'
|
[21:16:27.151][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle1>'
|
||||||
[22:29:34.976][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle2>'
|
[21:16:27.154][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle2>'
|
||||||
[22:29:34.979][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle5>'
|
[21:16:27.156][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle5>'
|
||||||
[22:29:34.982][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle10>'
|
[21:16:27.159][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle10>'
|
||||||
[22:29:34.985][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle20>'
|
[21:16:27.161][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle20>'
|
||||||
[22:29:34.988][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle50>'
|
[21:16:27.163][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle50>'
|
||||||
[22:29:34.991][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle100>'
|
[21:16:27.166][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle100>'
|
||||||
[22:29:34.994][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle200>'
|
[21:16:27.168][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle200>'
|
||||||
[22:29:34.997][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle500>'
|
[21:16:27.171][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle500>'
|
||||||
[22:29:35.000][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle1000>'
|
[21:16:27.173][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle1000>'
|
||||||
[22:29:35.014][INFO][CraftTweaker-ZenCode]: Execution for loader 'crafttweaker' completed successfully
|
[21:16:27.183][INFO][CraftTweaker-ZenCode]: Execution for loader 'crafttweaker' completed successfully
|
||||||
[22:29:35.015][INFO][CraftTweaker]: crafttweaker.reload.complete
|
[21:16:27.184][INFO][CraftTweaker]: crafttweaker.reload.complete
|
||||||
[22:29:35.015][INFO][CraftTweaker]: This reload was made possible by Genryu and more! Become a patron at https://patreon.com/jaredlll08?s=crtmod
|
[21:16:27.184][INFO][CraftTweaker]: This reload was made possible by Peregrinus11 and more! Become a patron at https://patreon.com/jaredlll08?s=crtmod
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
23366
logs/debug.log
23366
logs/debug.log
File diff suppressed because it is too large
Load Diff
4903
logs/latest.log
4903
logs/latest.log
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
#Tue Mar 26 22:29:22 CST 2024
|
#Sat Mar 30 21:16:17 CST 2024
|
||||||
allow-flight=true
|
allow-flight=true
|
||||||
allow-nether=true
|
allow-nether=true
|
||||||
broadcast-console-to-ops=true
|
broadcast-console-to-ops=true
|
||||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
world/level.dat
BIN
world/level.dat
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue