diff --git a/.gitignore b/.gitignore index b526a25..5bf7b03 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,39 @@ natives/ .minecraft/backup/ .minecraft/hs_err_pid17452.log + +minecraft/.fabric/ + +minecraft/.mixin.out/ + +minecraft/craftpresence/ + +minecraft/data/ + +minecraft/logs/ + +minecraft/mods.backup/ + +minecraft/saves/ + +minecraft/screenshots/ + +minecraft/testing/ + +minecraft/hs_err_pid19388.log + +minecraft/hs_err_pid21588.log + +minecraft/mobs_0.png + +minecraft/pings_0.png + +minecraft/options.txt + +minecraft/servers.dat + +minecraft/usercache.json + +minecraft/waypoints_0.png + +minecraft/chooser_0.png diff --git a/.packignore b/.packignore new file mode 100644 index 0000000..d84dbd0 --- /dev/null +++ b/.packignore @@ -0,0 +1,29 @@ +.git +.gitignore +README.md +minecraft/.fabric +minecraft/.mixin.out +minecraft/chooser_0.png +minecraft/coremods +minecraft/craftpresence +minecraft/crash-reports +minecraft/data +minecraft/hs_err_pid19388.log +minecraft/hs_err_pid21588.log +minecraft/logs +minecraft/mobs_0.png +minecraft/mods/mamiyaotaru +minecraft/mods.backup +minecraft/options.txt +minecraft/pings_0.png +minecraft/resourcepacks +minecraft/resources +minecraft/saves +minecraft/screenshots +minecraft/server-resource-packs +minecraft/servers.dat +minecraft/skins +minecraft/testing +minecraft/texturepacks +minecraft/usercache.json +minecraft/waypoints_0.png \ No newline at end of file diff --git a/instance.cfg b/instance.cfg index 1da3ba4..e149ee4 100644 --- a/instance.cfg +++ b/instance.cfg @@ -6,32 +6,21 @@ JavaArchitecture=64 JavaPath=java JavaTimestamp=1565388753264 JavaVersion=1.8.0_221 -JvmArgs=-XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent LWJGLVersion= -LaunchMaximized=false LiteloaderVersion= LogPrePostOutput=true MCLaunchMethod=LauncherPart -MaxMemAlloc=8064 -MinMemAlloc=8064 -MinecraftWinHeight=480 -MinecraftWinWidth=854 OverrideCommands=false OverrideConsole=true -OverrideJava=false OverrideJavaArgs=false OverrideJavaLocation=true OverrideMCLaunchMethod=false OverrideMemory=false OverrideWindow=false -PermGen=128 -PostExitCommand= -PreLaunchCommand= ShowConsole=false ShowConsoleOnError=true -WrapperCommand= iconKey=AOF -lastLaunchTime=1580914796881 +lastLaunchTime=1581287736566 name=AOF 3 notes= -totalTimePlayed=120548 +totalTimePlayed=129128 diff --git a/minecraft/config/AOF_Discord.png b/minecraft/config/AOF_Discord.png new file mode 100644 index 0000000..3fba7a9 Binary files /dev/null and b/minecraft/config/AOF_Discord.png differ diff --git a/minecraft/config/Adorn.json5 b/minecraft/config/Adorn.json5 new file mode 100644 index 0000000..2cfca5a --- /dev/null +++ b/minecraft/config/Adorn.json5 @@ -0,0 +1,19 @@ +{ + // If true, you can sit on tables. + "sittingOnTables": false, + // If true, sleeping on sofas can skip the night. + "skipNightOnSofas": true, + // Protects trading stations from other players. + "protectTradingStations": true, + // If true, enables debug features (currently: /adorn resource). + "debug": false, + // Configuration for Adorn's Extra Pieces support. + "extraPieces": { + // If true, Adorn's EP support is enabled. You can disable it by setting this property to false. + "enabled": true, + // If true, enables carpeting for all Adorn chair and table piece blocks (warning: resource heavy). + "carpetedEverything": false, + // A list of piece sets that will have carpeting support. + "carpetedPieceSets": [] + } +} diff --git a/minecraft/config/BBOutlineReloaded.cfg b/minecraft/config/BBOutlineReloaded.cfg new file mode 100644 index 0000000..9932c81 --- /dev/null +++ b/minecraft/config/BBOutlineReloaded.cfg @@ -0,0 +1,120 @@ +# Configuration file + +general { + # If set to true beacon bounding boxes will be drawn. (default: true) + B:drawBeacons=true + + # If set to true boxes will be visible even through other blocks. (default: false) + B:alwaysVisible=false + + # If set to true only the outer bounding boxes are rendered. (default: false) + B:outerBoxesOnly=false + + # If set to true custom bounding boxes will be drawn. (default: true) + B:drawCustomBoxes=true + + # If set to true the bounding boxes are filled. (default: true) + B:fill=true + + # If set to true bounding box caches will be kept between sessions. (default: false) + B:keepCacheBetweenSessions=false +} + +mobSpawners { + # If set to true a box to show the maximum possible spawn area (10x10x4) for a spawner will be drawn (default: true) + B:renderMobSpawnerSpawnArea=true + + # If set to true a red/orange/green line will be drawn to show if the spawner is active (default: true) + B:renderMobSpawnerActivationLines=true + + # If set to true mob spawners will be drawn. (default: true) + B:drawMobSpawners=true +} + +structures { + # If set to true stronghold bounding boxes are drawn. (default: false) + B:drawStrongholds=false + + # If set to true end city bounding boxes will be drawn. (default: true) + B:drawEndCities=true + + # If set to true ocean ruins will be drawn. (default: true) + B:drawOceanRuins=true + + # If set to true desert temple bounding boxes are drawn. (default: true) + B:drawDesertTemples=true + + # If set to true nether fortress bounding boxes are drawn. (default: true) + B:drawNetherFortresses=true + + # If set to true shipwrecks will be drawn. (default: true) + B:drawShipwrecks=true + + # If set to true mineshaft bounding boxes are drawn. (default: false) + B:drawMineShafts=false + + # If set to true village bounding boxes will be drawn. (default: false) + B:drawVillages=false + + # If set to true buried treasure will be drawn. (default: true) + B:drawBuriedTreasures=true + + # If set to true igloos will be drawn. (default: true) + B:drawIgloos=true + + # If set to true pillager outposts will be drawn. (default: true) + B:drawPillagerOutposts=true + + # If set to true jungle temple bounding boxes are drawn. (default: true) + B:drawJungleTemples=true + + # If set to true woodland mansions will be drawn. (default: true) + B:drawMansions=true + + # If set to true ocean monument bounding boxes are drawn. (default: true) + B:drawOceanMonuments=true + + # If set to true witch hut bounding boxes are drawn. (default: true) + B:drawWitchHuts=true +} + +worldSpawn { + # If set to true world spawn and spawn chunks bounding boxes are drawn. (default: true) + B:drawWorldSpawn=true + + # If set to true the lazy spawn chunks bounding boxes will be drawn. (default: false) + B:drawLazySpawnChunks=false + + # The maximum top of the world spawn bounding boxes. If set to -1 it will use the value when activated, if set to 0 it will always track the players feet. (default: -1) + I:worldSpawnMaxY=-1 +} + +slimeChunks { + # The maximum top of the slime chunk bounding box. If set to -1 it will use the value when activated, if set to 0 it will always track the player's feet. (default: -1) + I:slimeChunkMaxY=-1 + + # If set to true slime chunks bounding boxes are drawn. (default: true) + B:drawSlimeChunks=true +} + +biomeBorders { + # If set to true biome borders will be drawn. (default: true) + B:drawBiomeBorders=true + + # The distance from the player where biome borders will be drawn. (default: 3) + I:biomeBordersRenderDistance=3 + + # If set to true only the biome border for the current biome will be drawn. (default: true) + B:renderOnlyCurrentBiome=true +} + +afkSpot { + # If set to true boxes to show spawnable blocks within the AFK sphere will be drawn. (default: true) + B:renderAFKSpawnableBlocks=true + + # The distance from the player where spawnable blocks within the AFK sphere will be drawn. (default: 3) + I:afkSpawnableBlocksRenderDistance=3 + + # If set to true afk spot spheres will be drawn. (default: true) + B:drawAFKSpheres=true +} diff --git a/minecraft/config/BeeAngry-est.json b/minecraft/config/BeeAngry-est.json new file mode 100644 index 0000000..636e512 --- /dev/null +++ b/minecraft/config/BeeAngry-est.json @@ -0,0 +1,8 @@ +{ + "gameRuleDefaults": { + "beesSeekRainShelter": true, + "saveScoopedBeeNbt": true, + "alwaysDropScoopedBees": true, + "beesExplode": true + } +} \ No newline at end of file diff --git a/minecraft/config/CottonCommons.json5 b/minecraft/config/CottonCommons.json5 new file mode 100644 index 0000000..9cb317d --- /dev/null +++ b/minecraft/config/CottonCommons.json5 @@ -0,0 +1,6 @@ +{ + /* Fill common tags automatically with modded items. This may add unintended items. + Intended for pack devs dealing with mods not using common tags. + */ + "fillCommonTags": false +} \ No newline at end of file diff --git a/minecraft/config/CottonDatapack.json5 b/minecraft/config/CottonDatapack.json5 new file mode 100644 index 0000000..9b141fa --- /dev/null +++ b/minecraft/config/CottonDatapack.json5 @@ -0,0 +1,6 @@ +{ + // Specifies specific recipes to remove from the game. + "removeRecipesByIdentifier": [], + // Item identifiers specified here will prevent any recipe for one of that item. + "removeRecipesByItem": [] +} \ No newline at end of file diff --git a/minecraft/config/Epicurean.json5 b/minecraft/config/Epicurean.json5 new file mode 100644 index 0000000..2ccf233 --- /dev/null +++ b/minecraft/config/Epicurean.json5 @@ -0,0 +1,41 @@ +{ + // Allow hoppers to automatically harvest crops above them. + "hopperHarvest": true, + // Make iron and gold nuggets edible. + "edibleNuggets": false, + /* Allow eating of (nearly) any item in the game. + Whether this works on a given item will depend on how it's coded. + */ + "omnivoreEnabled": false, + /* How much hunger an omnivore food item should restore. + Should be an integer value from 0 to 20. + */ + "omnivoreFoodRestore": 2, + /* How much saturation an omnivore food item should restore. + Should be a percentage formatted as a decimal. + Vanilla will not let you overfill a player's saturation. + */ + "omnivoreSaturationRestore": 0.25, + /* How much damage an item with durability should take when you eat it. + Should be an integer value above 0, or a decimal value from 0 to 1. + A decimal value will be used to calculate what percentage of an item's damage to consume. + Set to 0 to disable. + */ + "omnivoreItemDamage": 30.0, + /* Activating this will remove any hunger-related features. + Starvation and other negative hunger-based effects will no longer occur, + but saturation will still be used to restore health. + When active, the hunger meter will show saturation instead. + */ + "useSaturationOnly": false, + /* How many ticks it will take before a player regens half a heart. + Vanilla value is 10. + */ + "naturalRegenSpeed": 15, + /* How much bonus hunger and saturation you get from meal seasonings. + Should be a percentage formatted as a decimal. + */ + "seasoningEfficiency": 0.30000001192092896, + // Whether adding salt to meals should use the `c:salt` tag or only support Epicurean's salt item. + "useSaltTag": false +} \ No newline at end of file diff --git a/minecraft/config/NonCorrelatedExtras.json b/minecraft/config/NonCorrelatedExtras.json new file mode 100644 index 0000000..1f1685d --- /dev/null +++ b/minecraft/config/NonCorrelatedExtras.json @@ -0,0 +1,35 @@ +{ + /* + The max range of the magnet. + */ + "magnet_range": 6, + /* + What fraction of the distance between the item and player the item moves per tick. + */ + "magnet_speed": 0.1, + /* + The chance a projectile is reflected by polarized iron armor. (set bonus) + */ + "polarized_iron_armor_reflection_chance": 0.15, + /* + Enabled features. + */ + "enabled_features": { + "creepers_break_blocks": true, + "enchantable_shears": true, + "polarized_iron_armor_reflects_projectiles": true, + "farming_hoes": true, + "polarized_iron_armor": true, + "magnet": true, + "peaceful_only_recipes": true + }, + /* + Max magnet range increases for each polarized iron armor piece. + */ + "polarized_iron_armor_additional_magnet_range": { + "CHEST": 4, + "HEAD": 2, + "LEGS": 3, + "FEET": 1 + } +} \ No newline at end of file diff --git a/minecraft/config/autoswitch.cfg b/minecraft/config/autoswitch.cfg new file mode 100644 index 0000000..bcfd9e6 --- /dev/null +++ b/minecraft/config/autoswitch.cfg @@ -0,0 +1,16 @@ +#AutoSwitch Configuration File +#See https://github.com/dexman545/Fabric-Autoswitch/wiki/Configuration for more details +#Sun Feb 09 23:36:08 CET 2020 +toolPriorityOrder=shears > silkPicks > fortPicks > picks > silkAxes > fortAxes > axes > swords > silkShovels > shovels > banes > smites > sharps > tridents > impalingTridents +displayToggleMsg=true +switchForBlocks=true +toggleMsgOverHotbar=true +disableHandSwingWhenMowing=true +switchbackBlocks=true +switchForMobs=true +switchInMP=true +tryPreserveDamagedTools=true +switchbackWaitsForCooldownWhenAttackingMobs=true +switchbackMobs=true +switchInCreative=false +controlMowingWhenFighting=true diff --git a/minecraft/config/autoswitchMaterials.cfg b/minecraft/config/autoswitchMaterials.cfg new file mode 100644 index 0000000..763fdba --- /dev/null +++ b/minecraft/config/autoswitchMaterials.cfg @@ -0,0 +1,14 @@ +#AutoSwitch Material Configuration File +#Controls which block material the tool will target +#See https://github.com/dexman545/Fabric-Autoswitch/wiki/Materials-Configuration for details +#Sun Feb 09 23:36:08 CET 2020 +shearTargetMaterials=plant, unused_plant, underwater_plant, replaceable_plant, leaves, cobweb, wool +pickTargetMaterials=ice, packed_ice, metal, anvil, shulker_box, stone, redstone_lamp +shovelTargetMaterials=earth, organic, snow, snow_block, clay, sand +axeFortuneTargetMaterials=wood, plant, replaceable_plant, pumpkin +pickFortuneTargetMaterials=stone, glass, metal +shovelSilkTargetMaterials=egg, glass, ice, packed_ice, earth,organic, sand, snow, snow_block +axeSilkTargetMaterials=egg, glass, ice, packed_ice, wood, pumpkin +swordTargetMaterials=bamboo, bamboo_sapling, pumpkin, cobweb, leaves +pickSilkTargetMaterials=egg, glass, ice, packed_ice, stone +axeTargetMaterials=wood, plant, replaceable_plant, pumpkin diff --git a/minecraft/config/betternether.json b/minecraft/config/betternether.json new file mode 100644 index 0000000..8802d21 --- /dev/null +++ b/minecraft/config/betternether.json @@ -0,0 +1,887 @@ +{ + "improvement": { + "smaller_armor_offset[def: true]": true, + "fog_density[def: 1.0]": 1.0 + }, + "egg_plant": { + "mob_damage[def: true]": true, + "player_damage[def: true]": true + }, + "blocks": { + "eyeball[def: true]": true, + "eyeball_small[def: true]": true, + "eye_vine[def: true]": true, + "eye_seed[def: true]": true, + "netherrack_moss[def: true]": true, + "nether_grass[def: true]": true, + "nether_reed[def: true]": true, + "stalagnate_stem[def: true]": true, + "stalagnate[def: true]": true, + "stalagnate_seed[def: true]": true, + "stalagnate_bark[def: true]": true, + "stalagnate_planks[def: true]": true, + "stalagnate_planks_stairs[def: true]": true, + "stalagnate_planks_slab[def: true]": true, + "stalagnate_planks_fence[def: true]": true, + "stalagnate_planks_gate[def: true]": true, + "stalagnate_planks_button[def: true]": true, + "stalagnate_planks_plate[def: true]": true, + "stalagnate_planks_trapdoor[def: true]": true, + "stalagnate_planks_door[def: true]": true, + "reeds_block[def: true]": true, + "reeds_stairs[def: true]": true, + "reeds_slab[def: true]": true, + "reeds_fence[def: true]": true, + "reeds_gate[def: true]": true, + "reeds_button[def: true]": true, + "reeds_plate[def: true]": true, + "reeds_trapdoor[def: true]": true, + "reeds_door[def: true]": true, + "lucis_mushroom[def: true]": true, + "lucis_spore[def: true]": true, + "nether_cactus[def: true]": true, + "wart_seed[def: true]": true, + "barrel_cactus[def: true]": true, + "agave[def: true]": true, + "black_bush[def: true]": true, + "ink_bush[def: true]": true, + "ink_bush_seed[def: true]": true, + "smoker[def: true]": true, + "egg_plant[def: true]": true, + "black_apple[def: true]": true, + "black_apple_seed[def: true]": true, + "magma_flower[def: true]": true, + "nether_mycelium[def: true]": true, + "red_large_mushroom[def: true]": true, + "brown_large_mushroom[def: true]": true, + "orange_mushroom[def: true]": true, + "red_mold[def: true]": true, + "gray_mold[def: true]": true, + "cincinnasite_ore[def: true]": true, + "cincinnasite_block[def: true]": true, + "cincinnasite_forged[def: true]": true, + "cincinnasite_pillar[def: true]": true, + "cincinnasite_bricks[def: true]": true, + "cincinnasite_brick_plate[def: true]": true, + "cincinnasite_stairs[def: true]": true, + "cincinnasite_slab[def: true]": true, + "cincinnasite_button[def: true]": true, + "cincinnasite_plate[def: true]": true, + "cincinnasite_lantern[def: true]": true, + "cincinnasite_tile_large[def: true]": true, + "cincinnasite_tile_small[def: true]": true, + "cincinnasite_carved[def: true]": true, + "nether_brick_tile_large[def: true]": true, + "nether_brick_tile_small[def: true]": true, + "cincinnasite_wall[def: true]": true, + "bone_block[def: true]": true, + "bone_stairs[def: true]": true, + "bone_slab[def: true]": true, + "bone_button[def: true]": true, + "bone_plate[def: true]": true, + "cincinnasite_fire_bowl[def: true]": true, + "bone_wall[def: true]": true, + "nether_brick_wall[def: true]": true, + "nether_brick_tile_slab[def: true]": true, + "nether_brick_tile_stairs[def: true]": true, + "bone_mushroom[def: true]": true, + "reeds_ladder[def: true]": true, + "cincinnasite_bricks_pillar[def: true]": true, + "bone_tile[def: true]": true, + "cincinnasite_pedestal[def: true]": true, + "pig_statue_respawner[def: true]": true, + "cincinnasite_pot[def: true]": true, + "potted_plant[def: true]": true, + "cincinnasite_frame[def: true]": true, + "quartz_glass[def: true]": true, + "quartz_glass_framed[def: true]": true, + "quartz_glass_white[def: true]": true, + "quartz_glass_orange[def: true]": true, + "quartz_glass_magenta[def: true]": true, + "quartz_glass_light_blue[def: true]": true, + "quartz_glass_yellow[def: true]": true, + "quartz_glass_lime[def: true]": true, + "quartz_glass_pink[def: true]": true, + "quartz_glass_gray[def: true]": true, + "quartz_glass_light_gray[def: true]": true, + "quartz_glass_cyan[def: true]": true, + "quartz_glass_purple[def: true]": true, + "quartz_glass_blue[def: true]": true, + "quartz_glass_brown[def: true]": true, + "quartz_glass_green[def: true]": true, + "quartz_glass_red[def: true]": true, + "quartz_glass_black[def: true]": true, + "cincinnasite_bars[def: true]": true, + "quartz_glass_pane[def: true]": true, + "quartz_glass_framed_pane[def: true]": true, + "cincinnasite_forge[def: true]": true, + "netherrack_furnace[def: true]": true, + "bone_reed_door[def: true]": true, + "bone_cincinnasite_door[def: true]": true, + "quartz_glass_framed_white[def: true]": true, + "quartz_glass_framed_orange[def: true]": true, + "quartz_glass_framed_magenta[def: true]": true, + "quartz_glass_framed_light_blue[def: true]": true, + "quartz_glass_framed_yellow[def: true]": true, + "quartz_glass_framed_lime[def: true]": true, + "quartz_glass_framed_pink[def: true]": true, + "quartz_glass_framed_gray[def: true]": true, + "quartz_glass_framed_light_gray[def: true]": true, + "quartz_glass_framed_cyan[def: true]": true, + "quartz_glass_framed_purple[def: true]": true, + "quartz_glass_framed_blue[def: true]": true, + "quartz_glass_framed_brown[def: true]": true, + "quartz_glass_framed_green[def: true]": true, + "quartz_glass_framed_red[def: true]": true, + "quartz_glass_framed_black[def: true]": true, + "stalagnate_bowl[def: true]": true, + "chest_of_drawers[def: true]": true, + "farmland[def: true]": true, + "willow_branch[def: true]": true, + "willow_leaves[def: true]": true, + "willow_trunk[def: true]": true, + "willow_log[def: true]": true, + "willow_bark[def: true]": true, + "willow_sapling[def: true]": true, + "swamp_grass[def: true]": true, + "willow_planks[def: true]": true, + "willow_stairs[def: true]": true, + "willow_slab[def: true]": true, + "willow_fence[def: true]": true, + "willow_gate[def: true]": true, + "willow_button[def: true]": true, + "willow_plate[def: true]": true, + "willow_trapdoor[def: true]": true, + "willow_door[def: true]": true, + "wart_planks[def: true]": true, + "wart_stairs[def: true]": true, + "wart_slab[def: true]": true, + "wart_fence[def: true]": true, + "wart_gate[def: true]": true, + "wart_button[def: true]": true, + "wart_plate[def: true]": true, + "wart_trapdoor[def: true]": true, + "wart_door[def: true]": true, + "black_vine[def: true]": true, + "veined_sand[def: true]": true, + "soul_vein[def: true]": true, + "blooming_vine[def: true]": true, + "golden_vine[def: true]": true, + "geyser[def: true]": true, + "mushroom_stem[def: true]": true, + "mushroom_planks[def: true]": true, + "mushroom_stairs[def: true]": true, + "mushroom_slab[def: true]": true, + "mushroom_fence[def: true]": true, + "mushroom_gate[def: true]": true, + "mushroom_button[def: true]": true, + "mushroom_plate[def: true]": true, + "mushroom_trapdoor[def: true]": true, + "mushroom_door[def: true]": true, + "cincinnasite_lantern_small[def: true]": true, + "quartz_glass_pane_white[def: true]": true, + "quartz_glass_pane_orange[def: true]": true, + "quartz_glass_pane_magenta[def: true]": true, + "quartz_glass_pane_light_blue[def: true]": true, + "quartz_glass_pane_yellow[def: true]": true, + "quartz_glass_pane_lime[def: true]": true, + "quartz_glass_pane_pink[def: true]": true, + "quartz_glass_pane_gray[def: true]": true, + "quartz_glass_pane_light_gray[def: true]": true, + "quartz_glass_pane_cyan[def: true]": true, + "quartz_glass_pane_purple[def: true]": true, + "quartz_glass_pane_blue[def: true]": true, + "quartz_glass_pane_brown[def: true]": true, + "quartz_glass_pane_green[def: true]": true, + "quartz_glass_pane_red[def: true]": true, + "quartz_glass_pane_black[def: true]": true, + "quartz_glass_framed_pane_white[def: true]": true, + "quartz_glass_framed_pane_orange[def: true]": true, + "quartz_glass_framed_pane_magenta[def: true]": true, + "quartz_glass_framed_pane_light_blue[def: true]": true, + "quartz_glass_framed_pane_yellow[def: true]": true, + "quartz_glass_framed_pane_lime[def: true]": true, + "quartz_glass_framed_pane_pink[def: true]": true, + "quartz_glass_framed_pane_gray[def: true]": true, + "quartz_glass_framed_pane_light_gray[def: true]": true, + "quartz_glass_framed_pane_cyan[def: true]": true, + "quartz_glass_framed_pane_purple[def: true]": true, + "quartz_glass_framed_pane_blue[def: true]": true, + "quartz_glass_framed_pane_brown[def: true]": true, + "quartz_glass_framed_pane_green[def: true]": true, + "quartz_glass_framed_pane_red[def: true]": true, + "quartz_glass_framed_pane_black[def: true]": true, + "soul_lily[def: true]": true, + "soul_lily_sapling[def: true]": true, + "soul_grass[def: true]": true, + "wart_log[def: true]": true, + "wart_bark[def: true]": true, + "wart_roots[def: true]": true, + "wall_moss[def: true]": true, + "wall_mushroom_brown[def: true]": true, + "wall_mushroom_red[def: true]": true, + "roof_tile_reeds[def: true]": true, + "roof_tile_reeds_stairs[def: true]": true, + "roof_tile_reeds_slab[def: true]": true, + "roof_tile_stalagnate[def: true]": true, + "roof_tile_stalagnate_stairs[def: true]": true, + "roof_tile_stalagnate_slab[def: true]": true, + "roof_tile_nether_bricks[def: true]": true, + "roof_tile_nether_bricks_stairs[def: true]": true, + "roof_tile_nether_bricks_slab[def: true]": true, + "roof_tile_cincinnasite[def: true]": true, + "roof_tile_cincinnasite_stairs[def: true]": true, + "roof_tile_cincinnasite_slab[def: true]": true, + "roof_tile_willow[def: true]": true, + "roof_tile_willow_stairs[def: true]": true, + "roof_tile_willow_slab[def: true]": true, + "roof_tile_wart[def: true]": true, + "roof_tile_wart_stairs[def: true]": true, + "roof_tile_wart_slab[def: true]": true, + "taburet_reeds[def: true]": true, + "taburet_stalagnate[def: true]": true, + "taburet_willow[def: true]": true, + "taburet_wart[def: true]": true, + "taburet_cincinnasite[def: true]": true, + "stalagnate_ladder[def: true]": true, + "willow_ladder[def: true]": true, + "wart_ladder[def: true]": true, + "chair_reeds[def: true]": true, + "chair_stalagnate[def: true]": true, + "chair_willow[def: true]": true, + "chair_wart[def: true]": true, + "chair_cincinnasite[def: true]": true + }, + "generator_empty_nether": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "structures": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -2; type: floor; chance: 1.000000" + ] + }, + "generator_gravel_desert": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "nether_cactus_density[def: 0.02]": 0.02, + "nether_cactus_limit[def: true]": true, + "agave_density[def: 0.02]": 0.02, + "agave_limit[def: true]": true, + "barrel_cactus_density[def: 0.02]": 0.02, + "barrel_cactus_limit[def: true]": true, + "structures": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -2; type: floor; chance: 1.000000" + ] + }, + "generator_nether_jungle": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "nether_reed_density[def: 0.5]": 0.5, + "nether_reed_limit[def: false]": false, + "stalagnate_density[def: 0.2]": 0.2, + "stalagnate_limit[def: false]": false, + "magma_flower_density[def: 0.5]": 0.5, + "magma_flower_limit[def: false]": false, + "egg_plant_density[def: 0.05]": 0.05, + "egg_plant_limit[def: false]": false, + "nether_grass_density[def: 0.1]": 0.1, + "nether_grass_limit[def: false]": false, + "lucis_density[def: 0.05]": 0.05, + "lucis_limit[def: false]": false, + "eye_density[def: 0.4]": 0.4, + "eye_limit[def: true]": true, + "black_vine_density[def: 0.4]": 0.4, + "black_vine_limit[def: true]": true, + "golden_vine_density[def: 0.4]": 0.4, + "golden_vine_limit[def: true]": true, + "flowered_vine_density[def: 0.4]": 0.4, + "flowered_vine_limit[def: true]": true, + "wall_moss_density[def: 0.8]": 0.8, + "wall_moss_limit[def: true]": true, + "wall_red_mushroom_density[def: 0.8]": 0.8, + "wall_red_mushroom_limit[def: true]": true, + "wall_brown_mushroom_density[def: 0.8]": 0.8, + "wall_brown_mushroom_limit[def: true]": true, + "structures": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -2; type: floor; chance: 1.000000", + "name: ruined_temple; offset: -4; type: floor; chance: 10.000000" + ] + }, + "generator_wart_forest": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "wart_tree_density[def: 0.05]": 0.05, + "wart_tree_limit[def: false]": false, + "nether_wart_density[def: 0.2]": 0.2, + "nether_wart_limit[def: false]": false, + "wart_seed_density[def: 0.05]": 0.05, + "wart_seed_limit[def: false]": false, + "black_bush_density[def: 0.05]": 0.05, + "black_bush_limit[def: false]": false, + "soul_lily_1_density[def: 0.2]": 0.2, + "soul_lily_1_limit[def: true]": true, + "soul_lily_2_density[def: 0.1]": 0.1, + "soul_lily_2_limit[def: true]": true, + "soul_lily_3_density[def: 0.05]": 0.05, + "soul_lily_3_limit[def: true]": true, + "structures": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -2; type: floor; chance: 1.000000" + ] + }, + "generator_nether_grasslands": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "nether_reed_density[def: 0.5]": 0.5, + "nether_reed_limit[def: false]": false, + "nether_wart_density[def: 0.05]": 0.05, + "nether_wart_limit[def: false]": false, + "magma_flower_density[def: 0.5]": 0.5, + "magma_flower_limit[def: false]": false, + "smoker_density[def: 0.05]": 0.05, + "smoker_limit[def: false]": false, + "ink_bush_density[def: 0.05]": 0.05, + "ink_bush_limit[def: false]": false, + "black_apple_density[def: 0.01]": 0.01, + "black_apple_limit[def: false]": false, + "black_bush_density[def: 0.02]": 0.02, + "black_bush_limit[def: false]": false, + "wart_seed_density[def: 0.02]": 0.02, + "wart_seed_limit[def: false]": false, + "nether_grass_density[def: 0.4]": 0.4, + "nether_grass_limit[def: false]": false, + "wall_moss_density[def: 0.8]": 0.8, + "wall_moss_limit[def: true]": true, + "wall_red_mushroom_density[def: 0.8]": 0.8, + "wall_red_mushroom_limit[def: true]": true, + "wall_brown_mushroom_density[def: 0.8]": 0.8, + "wall_brown_mushroom_limit[def: true]": true, + "structures": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -2; type: floor; chance: 1.000000" + ] + }, + "generator_nether_mushroom_forest": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "large_red_mushroom_density[def: 0.15]": 0.15, + "large_red_mushroom_limit[def: false]": false, + "large_brown_mushroom_density[def: 0.15]": 0.15, + "large_brown_mushroom_limit[def: false]": false, + "vanilla_mushrooms_density[def: 0.1]": 0.1, + "vanilla_mushrooms_limit[def: false]": false, + "orange_mushroom_density[def: 0.2]": 0.2, + "orange_mushroom_limit[def: false]": false, + "red_mold_density[def: 0.3]": 0.3, + "red_mold_limit[def: false]": false, + "gray_mold_density[def: 0.3]": 0.3, + "gray_mold_limit[def: false]": false, + "lucis_density[def: 0.05]": 0.05, + "lucis_limit[def: false]": false, + "wall_red_mushroom_density[def: 0.8]": 0.8, + "wall_red_mushroom_limit[def: true]": true, + "wall_brown_mushroom_density[def: 0.8]": 0.8, + "wall_brown_mushroom_limit[def: true]": true, + "structures": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -2; type: floor; chance: 1.000000" + ] + }, + "generator_nether_mushroom_forest_edge": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "orange_mushroom_density[def: 0.05]": 0.05, + "orange_mushroom_limit[def: false]": false, + "vanilla_mushrooms_density[def: 0.1]": 0.1, + "vanilla_mushrooms_limit[def: false]": false, + "red_mold_density[def: 0.3]": 0.3, + "red_mold_limit[def: false]": false, + "gray_mold_density[def: 0.3]": 0.3, + "gray_mold_limit[def: false]": false, + "structures": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -2; type: floor; chance: 1.000000" + ] + }, + "generator_nether_wart_forest_edge": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "nether_wart_density[def: 0.02]": 0.02, + "nether_wart_limit[def: false]": false, + "wart_seed_density[def: 0.01]": 0.01, + "wart_seed_limit[def: false]": false, + "black_bush_density[def: 0.01]": 0.01, + "black_bush_limit[def: false]": false, + "structures": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -2; type: floor; chance: 1.000000" + ] + }, + "generator_bone_reef": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "bone_reef_density[def: 0.2]": 0.2, + "bone_reef_limit[def: true]": true, + "nether_grass_density[def: 0.4]": 0.4, + "nether_grass_limit[def: false]": false, + "structures": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -2; type: floor; chance: 1.000000" + ] + }, + "generator_poor_nether_grasslands": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "nether_reed_density[def: 0.05]": 0.05, + "nether_reed_limit[def: false]": false, + "nether_wart_density[def: 0.005]": 0.005, + "nether_wart_limit[def: false]": false, + "magma_flower_density[def: 0.05]": 0.05, + "magma_flower_limit[def: false]": false, + "smoker_density[def: 0.005]": 0.005, + "smoker_limit[def: false]": false, + "ink_bush_density[def: 0.005]": 0.005, + "ink_bush_limit[def: false]": false, + "black_apple_density[def: 0.001]": 0.001, + "black_apple_limit[def: false]": false, + "black_bush_density[def: 0.002]": 0.002, + "black_bush_limit[def: false]": false, + "wart_seed_density[def: 0.002]": 0.002, + "wart_seed_limit[def: false]": false, + "nether_grass_density[def: 0.04]": 0.04, + "nether_grass_limit[def: false]": false, + "structures": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -2; type: floor; chance: 1.000000" + ] + }, + "generator_nether_swampland": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "willow_density[def: 0.1]": 0.1, + "willow_limit[def: false]": false, + "nether_reed_density[def: 0.8]": 0.8, + "nether_reed_limit[def: false]": false, + "soul_vein_density[def: 0.5]": 0.5, + "soul_vein_limit[def: false]": false, + "smoker_density[def: 0.1]": 0.1, + "smoker_limit[def: false]": false, + "black_bush_density[def: 0.02]": 0.02, + "black_bush_limit[def: false]": false, + "nether_grass_density[def: 0.4]": 0.4, + "nether_grass_limit[def: false]": false, + "black_vine_density[def: 0.4]": 0.4, + "black_vine_limit[def: false]": false, + "wall_moss_density[def: 0.8]": 0.8, + "wall_moss_limit[def: true]": true, + "wall_red_mushroom_density[def: 0.8]": 0.8, + "wall_red_mushroom_limit[def: true]": true, + "wall_brown_mushroom_density[def: 0.8]": 0.8, + "wall_brown_mushroom_limit[def: true]": true, + "structures": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -2; type: floor; chance: 1.000000" + ] + }, + "generator_nether_swampland_terraces": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "willow_density[def: 0.1]": 0.1, + "willow_limit[def: false]": false, + "nether_reed_density[def: 0.8]": 0.8, + "nether_reed_limit[def: false]": false, + "soul_vein_density[def: 0.5]": 0.5, + "soul_vein_limit[def: false]": false, + "smoker_density[def: 0.1]": 0.1, + "smoker_limit[def: false]": false, + "black_bush_density[def: 0.02]": 0.02, + "black_bush_limit[def: false]": false, + "nether_grass_density[def: 0.4]": 0.4, + "nether_grass_limit[def: false]": false, + "black_vine_density[def: 0.4]": 0.4, + "black_vine_limit[def: false]": false, + "wall_moss_density[def: 0.8]": 0.8, + "wall_moss_limit[def: true]": true, + "wall_red_mushroom_density[def: 0.8]": 0.8, + "wall_red_mushroom_limit[def: true]": true, + "wall_brown_mushroom_density[def: 0.8]": 0.8, + "wall_brown_mushroom_limit[def: true]": true, + "structures": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -2; type: floor; chance: 1.000000" + ] + }, + "generator_magma_land": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "geyser_density[def: 0.1]": 0.1, + "geyser_limit[def: false]": false, + "magma_flower_density[def: 0.4]": 0.4, + "magma_flower_limit[def: false]": false, + "golden_vine_density[def: 0.2]": 0.2, + "golden_vine_limit[def: true]": true, + "structures": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -2; type: floor; chance: 1.000000" + ] + }, + "generator_soul_plain": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "soul_vein_density[def: 0.5]": 0.5, + "soul_vein_limit[def: true]": true, + "black_bush_density[def: 0.02]": 0.02, + "black_bush_limit[def: false]": false, + "soul_grass_density[def: 0.3]": 0.3, + "soul_grass_limit[def: false]": false, + "structures": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -2; type: floor; chance: 1.000000" + ] + }, + "generator_soul_forest": { + "cap_gen_density[def: 0.8]": 0.8, + "cap_gen_limit[def: true]": true, + "soul_vein_density[def: 0.5]": 0.5, + "soul_vein_limit[def: true]": true, + "black_bush_density[def: 0.02]": 0.02, + "black_bush_limit[def: false]": false, + "soul_grass_density[def: 0.3]": 0.3, + "soul_grass_limit[def: false]": false, + "soul_lily_density[def: 0.5]": 0.5, + "soul_lily_limit[def: false]": false + }, + "biomes": { + "empty_nether[def: true]": true, + "empty_nether_chance[def: 1.0]": 1.0, + "gravel_desert[def: true]": true, + "gravel_desert_chance[def: 1.0]": 1.0, + "nether_jungle[def: true]": true, + "nether_jungle_chance[def: 1.0]": 1.0, + "wart_forest[def: true]": true, + "wart_forest_chance[def: 1.0]": 1.0, + "nether_grasslands[def: true]": true, + "nether_grasslands_chance[def: 1.0]": 1.0, + "nether_mushroom_forest[def: true]": true, + "nether_mushroom_forest_chance[def: 1.0]": 1.0, + "nether_mushroom_forest_edge[def: true]": true, + "nether_wart_forest_edge[def: true]": true, + "bone_reef[def: true]": true, + "bone_reef_subchance[def: 0.3]": 0.3, + "poor_nether_grasslands[def: true]": true, + "poor_nether_grasslands_subchance[def: 0.3]": 0.3, + "nether_swampland[def: true]": true, + "nether_swampland_chance[def: 1.0]": 1.0, + "nether_swampland_terraces[def: true]": true, + "nether_swampland_terraces_subchance[def: 1.0]": 1.0, + "magma_land[def: true]": true, + "magma_land_chance[def: 1.0]": 1.0, + "soul_plain[def: true]": true, + "soul_plain_subchance[def: 1.0]": 1.0 + }, + "generator_world": { + "terrain_cleaning_pass[def: true]": true, + "world_fixing_pass[def: true]": true, + "cincinnasite_ore_density[def: 9.765625E-4]": 9.765625E-4, + "structures_density[def: 0.015625]": 0.015625, + "biome_size_xz[def: 128]": 128, + "biome_size_y[def: 32]": 32, + "generate_cities[def: true]": true + } +} \ No newline at end of file diff --git a/minecraft/config/bulkyshulkies/bulkyshulkies.conf b/minecraft/config/bulkyshulkies/bulkyshulkies.conf new file mode 100644 index 0000000..12a4f63 --- /dev/null +++ b/minecraft/config/bulkyshulkies/bulkyshulkies.conf @@ -0,0 +1,37 @@ +# This file allows configuration of different features within cursed shulker boxes. +# All options here are done using the HOCON Schema, which you can get more information here: https://docs.spongepowered.org/stable/en/server/getting-started/configuration/hocon.html +# Since HOCON is a superset of JSON, almost all JSON Schemas should work out of the box +# If you need help, please contact me on discord here: https://discord.gg/qX7kBWY + +# This species the delay between each magnetism check for the platinum shulker box. +# This only applies if Magnetism is enabled. +# A setting of zero means every single tick, the magnetism will attempt to collect items every single tick, this may cause lag, so it is recommended to increase this value +# +magnetismTickDelay=20 +# Specifies items which are not allowed to be placed within any shulker box's slots. +# This should be a list of namespaced identifiers, such as mymod:myblock (assuming myblock is registered as a BlockItem within the registry) or mymod:myitem. +# Note this currently does not support tags. +# Items which are not present in the registry will be ignored and warned about in the log +# +notAllowedInShulkers=null +# Specifies the maximum range in which the platinum shulker box's magnetism no longer can pick up items. +# Note that the larger this number is will result in more lag. +# This cannot be 0 or negative and there is a firm limit of a 16 block max range. +# +platinumMagnetMaxRange=6 +# This specifies the Schema Version of this config. +# This setting should not be changed since it will mess up your config settings. +# When the config schema changes, this value will be read and your config updated accordingly automatically. +# If the file's schema is lower than the mod's schema version, the config will be updated. +# If the file's schema is greater than the mod's schema version, the config will be backed up and an error message will be placed in the log. +# Then the config will be set to the new schema version. (We do not try to guestimate the contents of the config with an unknown schema version) +# +schemaVersion=1 +# Specifies weather platinum shulker box's should be allowed to use their magnetic properties to collection items from a distance. +# Note this will cause an increase in lag, however this can be slightly controlled by the magnetism range. +# +shouldPlatinumUseMagnetism=true +# Specifies weather Copper, Silver and Platinum recipes should be loaded even if CottonResources/TechReborn/Other mods have all the required materials should be used. +# This Setting shall only go into effect, if the value is true and CottonResources is present +# +useResources=true diff --git a/minecraft/config/climaticworldtype.json b/minecraft/config/climaticworldtype.json new file mode 100644 index 0000000..8d8ae65 --- /dev/null +++ b/minecraft/config/climaticworldtype.json @@ -0,0 +1,8 @@ +{ + "humidity_zone_size": 11.0, + "temperature_zone_size": 10.0, + + "biome_size": 4, + "river_size": 5, + "large_shores": true +} \ No newline at end of file diff --git a/minecraft/config/cloth-config2/config.properties b/minecraft/config/cloth-config2/config.properties new file mode 100644 index 0000000..7eff31a --- /dev/null +++ b/minecraft/config/cloth-config2/config.properties @@ -0,0 +1,5 @@ +#Sun Feb 09 23:36:08 CET 2020 +scrollStep1=19.0 +scrollDuration1=600 +easingMethod1=LINEAR +bounceBackMultiplier2=0.24 diff --git a/minecraft/config/cmdkeybindconfig.json5 b/minecraft/config/cmdkeybindconfig.json5 new file mode 100644 index 0000000..194e71e --- /dev/null +++ b/minecraft/config/cmdkeybindconfig.json5 @@ -0,0 +1,17 @@ +{ + "enabled": true, + "macros": [ + { + // Macro keybinding + "keyName": "key.keyboard.keypad.0", + // Key modifier + "keyModName": "key.keyboard.unknown", + // Command to execute + "command": "/say Command Macros!", + // Type of Macro. Delayed, Repeating, SingleUse, DisplayOnly + "macroType": "SingleUse", + // Delay(Milliseconds) used for the delay type. + "delay": 0 + } + ] +} \ No newline at end of file diff --git a/minecraft/config/couplings.json b/minecraft/config/couplings.json new file mode 100644 index 0000000..a7dc835 --- /dev/null +++ b/minecraft/config/couplings.json @@ -0,0 +1,9 @@ +{ + "ignore_sneaking": true, + "coupling_range": 128, + "enabled_features": { + "doors": true, + "fence_gates": true, + "trapdoors": true + } +} \ No newline at end of file diff --git a/minecraft/config/craftpresence.properties b/minecraft/config/craftpresence.properties new file mode 100644 index 0000000..7777534 --- /dev/null +++ b/minecraft/config/craftpresence.properties @@ -0,0 +1,52 @@ +#Sun Feb 09 23:36:08 CET 2020 +Enable_Commands=true +Player_Health_Placeholder=Health\: ¤t&/&max& +Detect_MultiMC_Instance=true +Server_Messages=[default;Playing on &motd&] +Detect_Technic_Pack=true +World_Data_Placeholder=On &worldname& +Show_Dimension=true +Show_Biome=false +LAN_Game_Message=Multiplayer +Small_Image_Key_Format=&SERVER&&PACK& +Default_Server_Icon=default +Dimension_Messages=[default;In The &dimension&] +Details_Message_Format=&MAINMENU&&DIMENSION& +Default_Server_Name=Minecraft Server +Detect_MCUpdater_Instance=true +Mods_Placeholder=&modcount& Mod(s) +Large_Image_Key_Format=&MAINMENU&&DIMENSION& +Show_Logging_in_Chat=false +Tooltip_Border_Color=0x505000FF +Enable_Join_Requests=false +Player_Outer_Info_Placeholder=As &name& +Strip_Translation_Colors=false +GUI_Background_Color=minecraft;textures/gui/options_background.png +Debug_Mode=false +Render_Tooltips=true +Language_ID=en_US +ModPack_Message=Minecraft 1.16 +Default_Server_MOTD=A Minecraft Server +Client_ID=674938600470740992 +Split_Character=; +Show_Elapsed_Time=true +Enable_Per-GUI_System=false +Biome_Messages=[default;Playing in &biome&] +Singleplayer_Game_Message=Singleplayer +Default_Icon=aof_discord.png +Detect_Curse_Manifest=true +Player_Inner_Info_Placeholder=(&health&) +Tooltip_Background_Color=0xF0100010 +Show_Game_Status=true +Item_Messages=[default;Holding &main&] +Player_Coordinate_Placeholder=At &xPosition&, &zPosition& +Main_Menu_Message=Main Menu +Default_Dimension_Icon=unknown +Small_Image_Text_Format=&SERVER& &PACK& +Player_List_Placeholder=¤t& / &max& Players +Vivecraft_Message=Playing in VR via Vivecraft +Enable_Per-Item_System=false +GUI_Messages=[default;In &gui&] +Game_State_Message_Format=&SERVER& &PACK& +Large_Image_Text_Format=&MAINMENU&&DIMENSION& +Config_KeyBinding=96 diff --git a/minecraft/config/creativebuttonmover.properties b/minecraft/config/creativebuttonmover.properties new file mode 100644 index 0000000..86d5fdd --- /dev/null +++ b/minecraft/config/creativebuttonmover.properties @@ -0,0 +1,4 @@ +#Allows you to move the creative page buttons added by fabric-api. See mod menu entry for a way to move these in-game. +#Sun Feb 09 23:36:07 CET 2020 +x=170 +y=4 diff --git a/minecraft/config/cts/background.png b/minecraft/config/cts/background.png new file mode 100644 index 0000000..d495753 Binary files /dev/null and b/minecraft/config/cts/background.png differ diff --git a/minecraft/config/cts/buttons.json5 b/minecraft/config/cts/buttons.json5 new file mode 100644 index 0000000..d1f67ec --- /dev/null +++ b/minecraft/config/cts/buttons.json5 @@ -0,0 +1,147 @@ +{ + "buttons": { + "modmenu.modlist": { + // X offset from center + "x": 3, + // Y offset from top + "y": 203, + "width": 100, + "height": 20, + "text": "", + "type": "modify", + "parameter": "", + // Not currently implemented + "textureName": "" + }, + "minecraft.realms": { + // X offset from center + "x": 1, + // Y offset from top + "y": 191, + "width": 0, + "height": 0, + "text": "", + "type": "modify", + "parameter": "", + // Not currently implemented + "textureName": "" + }, + "minecraft.language": { + // X offset from center + "x": -101, + // Y offset from top + "y": 203, + "width": 100, + "height": 20, + "text": "Languages", + "type": "modifyTextured", + "parameter": "", + // Not currently implemented + "textureName": "" + }, + "minecraft.singleplayer": { + // X offset from center + "x": -101, + // Y offset from top + "y": 131, + "width": 204, + "height": 20, + "text": "", + "type": "modify", + "parameter": "", + // Not currently implemented + "textureName": "" + }, + "minecraft.multiplayer": { + // X offset from center + "x": -101, + // Y offset from top + "y": 155, + "width": 204, + "height": 20, + "text": "", + "type": "modify", + "parameter": "", + // Not currently implemented + "textureName": "" + }, + "aof.refresh": { + // X offset from center + "x": 110, + // Y offset from top + "y": 179, + "width": 100, + "height": 20, + "text": "Reload", + "type": "", + "parameter": "", + // Not currently implemented + "textureName": "" + }, + "minecraft.quit": { + // X offset from center + "x": 3, + // Y offset from top + "y": 227, + "width": 100, + "height": 20, + "text": "", + "type": "modify", + "parameter": "", + // Not currently implemented + "textureName": "" + }, + "minecraft.options": { + // X offset from center + "x": -101, + // Y offset from top + "y": 227, + "width": 100, + "height": 20, + "text": "", + "type": "modify", + "parameter": "", + // Not currently implemented + "textureName": "" + }, + "aof.github": { + // X offset from center + "x": 3, + // Y offset from top + "y": 179, + "width": 100, + "height": 20, + "text": "Github", + "type": "url", + "parameter": "https://github.com/AllOfFabric", + // Not currently implemented + "textureName": "" + }, + "minecraft.accessibility": { + // X offset from center + "x": 1, + // Y offset from top + "y": 121, + "width": 0, + "height": 0, + "text": "", + "type": "modify", + "parameter": "", + // Not currently implemented + "textureName": "" + }, + "aof.discord": { + // X offset from center + "x": -101, + // Y offset from top + "y": 179, + "width": 100, + "height": 20, + "text": "Discord", + "type": "url", + "parameter": "https://discord.gg/6rkdm48", + // Not currently implemented + "textureName": "" + } + } +} \ No newline at end of file diff --git a/minecraft/config/cts/buttons.png b/minecraft/config/cts/buttons.png new file mode 100644 index 0000000..be2acaf Binary files /dev/null and b/minecraft/config/cts/buttons.png differ diff --git a/minecraft/config/cts/config.json5 b/minecraft/config/cts/config.json5 new file mode 100644 index 0000000..c738d60 --- /dev/null +++ b/minecraft/config/cts/config.json5 @@ -0,0 +1,8 @@ +{ + "customEditionEnabled": true, + "customEdition": "AOF 3 v0.0.2", + "customSplashEnabled": false, + "removeSplash": true, + "customSplash": [], + "removeMinecraftLogo": true +} \ No newline at end of file diff --git a/minecraft/config/diggusmaximus/blacklist.json5 b/minecraft/config/diggusmaximus/blacklist.json5 new file mode 100644 index 0000000..3a967a5 --- /dev/null +++ b/minecraft/config/diggusmaximus/blacklist.json5 @@ -0,0 +1,6 @@ +{ + // Function as whitelist instead + "isWhitelist": false, + // Block IDs to blacklist from being mined + "blacklistedBlocks": [] +} \ No newline at end of file diff --git a/minecraft/config/diggusmaximus/config.json5 b/minecraft/config/diggusmaximus/config.json5 new file mode 100644 index 0000000..836610c --- /dev/null +++ b/minecraft/config/diggusmaximus/config.json5 @@ -0,0 +1,24 @@ +{ + // Mod enabled or disabled + "enabled": true, + // Activation key + "keybinding": "key.keyboard.grave.accent", + // Should mine diagonally + "mineDiag": true, + // Maximum number of blocks to mine + "maxMinedBlocks": 40, + // Maximum distance from start to mine + "maxMineDistance": 10, + // Automatically pick up drops + "autoPickup": true, + // Tool required to excavate + "requiresTool": false, + // Stop before tool breaks + "dontBreakTool": true, + // Stop excavating when tool breaks + "stopOnToolBreak": true, + // Should tool take durability + "toolDurability": true, + // Should player get exhaustion + "playerExhaustion": true +} \ No newline at end of file diff --git a/minecraft/config/diggusmaximus/grouping.json5 b/minecraft/config/diggusmaximus/grouping.json5 new file mode 100644 index 0000000..c844e33 --- /dev/null +++ b/minecraft/config/diggusmaximus/grouping.json5 @@ -0,0 +1,8 @@ +{ + // Consider blocks in the same tag as the same block + "tagGrouping": false, + // Enable block custom grouping + "customGrouping": false, + // BlockID to be considered the same block when excavating (IDs separated by commas) + "groups": [] +} \ No newline at end of file diff --git a/minecraft/config/eggtab.toml b/minecraft/config/eggtab.toml new file mode 100644 index 0000000..060ef2e --- /dev/null +++ b/minecraft/config/eggtab.toml @@ -0,0 +1,2 @@ +eggsGroup = true +booksGroup = true diff --git a/minecraft/config/elytra_swap.json5 b/minecraft/config/elytra_swap.json5 new file mode 100644 index 0000000..de1d67c --- /dev/null +++ b/minecraft/config/elytra_swap.json5 @@ -0,0 +1,10 @@ +{ + /* Changes how server treats players without mod installed + 0 (default): players without Elytra Swap installed are just ignored + 1: players without Elytra Swap installed will be kicked into air armor change will be forced and can only be enabled or disabled by command + 2: for players without Elytra Swap installed armor still will be changed when falling but firework usage will be unavailable + */ + "noModPlayersHandlingMethod": 0, + // This is how much vertical speed player will gain as a result of using firework rocket + "kickSpeed": 1.7000000476837158 +} \ No newline at end of file diff --git a/minecraft/config/enchantedtooltips/config.json5 b/minecraft/config/enchantedtooltips/config.json5 new file mode 100644 index 0000000..f7fc5ed --- /dev/null +++ b/minecraft/config/enchantedtooltips/config.json5 @@ -0,0 +1,22 @@ +{ + // Should the enchant info be displayed on enchanted book + "enableForBooks": true, + // Should the enchant info be displayed on enchanted tools + "enableForItems": true, + // Should the enchant info be displayed in Enchanting Table + "enableForEnchantTable": true, + // Display 'Press for info' for enchant info + "displayPressForInfo": true, + // Always display the Enchant Information + "alwaysShowEnchantInfo": false, + // Display missing enchantment data + "displayMissingEnchant": true, + // Display 'Description' in tooltip + "displayDescription": true, + // Display 'Max level' in tooltip + "displayMaxLvl": true, + // Display 'From' in tooltip + "displayModFrom": true, + // Display 'Applies to' in tooltip + "displayAppliesTo": true +} \ No newline at end of file diff --git a/minecraft/config/enchantedtooltips/enchants.json5 b/minecraft/config/enchantedtooltips/enchants.json5 new file mode 100644 index 0000000..c8210b3 --- /dev/null +++ b/minecraft/config/enchantedtooltips/enchants.json5 @@ -0,0 +1,4 @@ +{ + // The descriptions displayed for enchants + "enchants": { } +} \ No newline at end of file diff --git a/minecraft/config/exotic-blocks.json5 b/minecraft/config/exotic-blocks.json5 new file mode 100644 index 0000000..46b1da8 --- /dev/null +++ b/minecraft/config/exotic-blocks.json5 @@ -0,0 +1,6 @@ +{ + // Gives more space for REI item display. + "shiftScreensLeftIfReiPresent": true, + // Use Minecraft font in storage screens. + "useVanillaFonts": false +} \ No newline at end of file diff --git a/minecraft/config/exotic-matter.json5 b/minecraft/config/exotic-matter.json5 new file mode 100644 index 0000000..ce5927f --- /dev/null +++ b/minecraft/config/exotic-matter.json5 @@ -0,0 +1,4 @@ +{ + // Draw detailed collision boxes normally rendered by vanilla. Can be ugly - useful for debugging. + "debugCollisionBoxes": false +} \ No newline at end of file diff --git a/minecraft/config/fabric/indigo-renderer.properties b/minecraft/config/fabric/indigo-renderer.properties new file mode 100644 index 0000000..5200810 --- /dev/null +++ b/minecraft/config/fabric/indigo-renderer.properties @@ -0,0 +1,8 @@ +#Indigo properties file +#Sun Feb 09 23:36:07 CET 2020 +always-tesselate-blocks=auto +ambient-occlusion-mode=hybrid +fix-smooth-lighting-offset=auto +fix-luminous-block-ambient-occlusion=auto +debug-compare-lighting=auto +fix-exterior-vertex-lighting=auto diff --git a/minecraft/config/flonters.properties b/minecraft/config/flonters.properties new file mode 100644 index 0000000..88c558e --- /dev/null +++ b/minecraft/config/flonters.properties @@ -0,0 +1,8 @@ +#Flonters configuration +#Wed Feb 05 22:51:18 CET 2020 +flonterPatchChance=16 +tallFlonterChance=0.05 +logFlonterPropertiesParse=false +flonterPatchQuantity=2 +flonterPatchSize=6 +flonterPatchDensity=2 diff --git a/minecraft/config/floradoubling.json b/minecraft/config/floradoubling.json new file mode 100644 index 0000000..d0797c7 --- /dev/null +++ b/minecraft/config/floradoubling.json @@ -0,0 +1,3 @@ +{ + "doubleWitherRose": false +} \ No newline at end of file diff --git a/minecraft/config/fluidity.properties b/minecraft/config/fluidity.properties new file mode 100644 index 0000000..920cc1d --- /dev/null +++ b/minecraft/config/fluidity.properties @@ -0,0 +1,4 @@ +#Fluidity properties file +#Sun Feb 09 23:35:58 CET 2020 +per_tick_budget_milliseconds=10 +trace_device_connections=false diff --git a/minecraft/config/giftit.hjson b/minecraft/config/giftit.hjson new file mode 100644 index 0000000..76b2a83 --- /dev/null +++ b/minecraft/config/giftit.hjson @@ -0,0 +1,9 @@ +{ + // The amount of uses for the gift paper. + // Use 0 for infinite uses. + // 1 or infinite uses will change the stack size to 64. + // default: 4 + // constraints: + // Must be between -1 and null. + max-paper-damage: 4 +} \ No newline at end of file diff --git a/minecraft/config/grass_kiss.json b/minecraft/config/grass_kiss.json new file mode 100644 index 0000000..92da11e --- /dev/null +++ b/minecraft/config/grass_kiss.json @@ -0,0 +1,9 @@ +{ + "apply_swords": true, + "apply_axes": true, + "apply_shovels": false, + "apply_pickaxes": false, + "apply_tridents": true, + "apply_hoes": false, + "apply_items": [] +} \ No newline at end of file diff --git a/minecraft/config/healthoverlay.json b/minecraft/config/healthoverlay.json new file mode 100644 index 0000000..1ca221d --- /dev/null +++ b/minecraft/config/healthoverlay.json @@ -0,0 +1,26 @@ +{ + "healthColors": [ + "240,110,20", + "245,220,35", + "45,185,40", + "30,175,190", + "115,70,225", + "250,125,235", + "235,55,90", + "255,130,120", + "170,255,250", + "235,235,255" + ], + "absorptionColors": [ + "225,250,155", + "160,255,175", + "170,255,250", + "170,205,255", + "215,180,255", + "250,165,255", + "255,180,180", + "255,170,125", + "215,240,255", + "235,255,250" + ] +} \ No newline at end of file diff --git a/minecraft/config/i-need-keybinds/config.json b/minecraft/config/i-need-keybinds/config.json new file mode 100644 index 0000000..badae55 --- /dev/null +++ b/minecraft/config/i-need-keybinds/config.json @@ -0,0 +1,29 @@ +{ + "animate": 300.0, + "categories": [ + { + "keybinds": [] + }, + { + "keybinds": [] + }, + { + "keybinds": [] + }, + { + "keybinds": [] + }, + { + "keybinds": [] + }, + { + "keybinds": [] + }, + { + "keybinds": [] + }, + { + "keybinds": [] + } + ] +} \ No newline at end of file diff --git a/minecraft/config/iamverysmart.toml b/minecraft/config/iamverysmart.toml new file mode 100644 index 0000000..965582a --- /dev/null +++ b/minecraft/config/iamverysmart.toml @@ -0,0 +1,2 @@ +suppressTutorialNotification = true +suppressRecipeNotification = true diff --git a/minecraft/config/inventoryprofiles/inventoryprofiles.json b/minecraft/config/inventoryprofiles/inventoryprofiles.json new file mode 100644 index 0000000..322c7a7 --- /dev/null +++ b/minecraft/config/inventoryprofiles/inventoryprofiles.json @@ -0,0 +1,172 @@ +{ + "Generic": { + "openConfigGui": { + "keys": "R,C", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "sortingMethod": "default", + "sortInventory": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "GUI", + "allow_empty": false, + "allow_extra_keys": true, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "sortInventoryByGroupColumns": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "GUI", + "allow_empty": false, + "allow_extra_keys": true, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "sortInventoryByGroupRows": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "GUI", + "allow_empty": false, + "allow_extra_keys": true, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "enableSwitchProfileHoykey": false, + "switchProfile": { + "keys": "R", + "settings": { + "activate_on": "RELEASE", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": true, + "order_sensitive": true, + "exclusive": false, + "cancel": false + } + }, + "moveAllContainerExistingItems": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "GUI", + "allow_empty": false, + "allow_extra_keys": true, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + } + }, + "TweaksValues": { + "instantMiningCooldown": false, + "disableBlockBreakingCooldown": false, + "disableItemUseCooldown": false, + "preventCloseGuiDropItem": false, + "disbleScreenShakingOnDamage": false, + "disableLavaFog": false + }, + "TweaksHotkeys": { + "instantMiningCooldown": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "disableBlockBreakingCooldown": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "disableItemUseCooldown": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "preventCloseGuiDropItem": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "disbleScreenShakingOnDamage": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "disableLavaFog": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + } + }, + "AdvancedOptions": { + "addIntervalBetweenClicks": false, + "intervalBetweenClicksMs": 10, + "sortRestockHotbar": true, + "showInventoryButtonTooltips": true, + "inventoryShowProfileButtons": true, + "inventoryShowSortButtons": true, + "inventoryShowMoveAllButtons": true, + "sortCursorPointing": false, + "stopClickingIfGuiClose": false, + "debugLogs": false + } +} \ No newline at end of file diff --git a/minecraft/config/libcd.json5 b/minecraft/config/libcd.json5 new file mode 100644 index 0000000..e81aaa0 --- /dev/null +++ b/minecraft/config/libcd.json5 @@ -0,0 +1,11 @@ +{ + /* The set of tweakers to load in addition to the main tweakers. + Located in a data pack at `data//tweakers_`. + Set to "" for no additional tweakers. + */ + "tweaker_subset": "", + /* Whether dev-env files, like the test tweaker, should be loaded. + This will affect the loaded data for your game. + */ + "dev_mode": false +} \ No newline at end of file diff --git a/minecraft/config/libgui.json5 b/minecraft/config/libgui.json5 new file mode 100644 index 0000000..219ed6f --- /dev/null +++ b/minecraft/config/libgui.json5 @@ -0,0 +1,4 @@ +{ + // Whether dark mode should be enabled. Will only affect Vanilla-styled GUIs. + "darkMode": false +} \ No newline at end of file diff --git a/minecraft/config/lightoverlay.properties b/minecraft/config/lightoverlay.properties new file mode 100644 index 0000000..2a3d02c --- /dev/null +++ b/minecraft/config/lightoverlay.properties @@ -0,0 +1,11 @@ +# Light Overlay Config +reach=7 +crossLevel=7 +showNumber=false +lineWidth=1 +yellowColorRed=255 +yellowColorGreen=255 +yellowColorBlue=0 +redColorRed=255 +redColorGreen=0 +redColorBlue=0 \ No newline at end of file diff --git a/minecraft/config/lithium.toml b/minecraft/config/lithium.toml new file mode 100644 index 0000000..ef27b47 --- /dev/null +++ b/minecraft/config/lithium.toml @@ -0,0 +1,6 @@ +# This is the configuration file for Lithium. +# +# You can find information on editing this file and all the available options here: +# https://github.com/jellysquid3/Lithium/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/minecraft/config/malilib.json b/minecraft/config/malilib.json new file mode 100644 index 0000000..7d77a64 --- /dev/null +++ b/minecraft/config/malilib.json @@ -0,0 +1,29 @@ +{ + "Generic": { + "ignoredKeys": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "openGuiConfigs": { + "keys": "A,C", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "realmsCommonConfig": true + } +} \ No newline at end of file diff --git a/minecraft/config/mambience/settings/engine.json b/minecraft/config/mambience/settings/engine.json new file mode 100644 index 0000000..e4f0e11 --- /dev/null +++ b/minecraft/config/mambience/settings/engine.json @@ -0,0 +1,342 @@ +{ + "Settings": { + "ScannnerX": 17, + "ScannnerY": 11, + "ScannnerZ": 17, + "GlobalVolume": 0.75, + "StopSounds": false, + "DebugLogging": false + }, + + "Soundscapes": [ + "soundscapes/xshared.json", + + "soundscapes/cave.json", + "soundscapes/desert.json", + "soundscapes/end.json", + "soundscapes/forest.json", + "soundscapes/hell.json", + "soundscapes/jungle.json", + "soundscapes/lava.json", + "soundscapes/mountain.json", + "soundscapes/plains.json", + "soundscapes/rain.json", + "soundscapes/savanna.json", + "soundscapes/seaside.json", + "soundscapes/snow.json", + "soundscapes/swamp.json" + ], + + "Variables": [ + { + "Name": "FoliageBlocks", + "Type": "BlockCount", + "Materials": [ + "minecraft:oak_leaves", + "minecraft:spruce_leaves", + "minecraft:birch_leaves", + "minecraft:jungle_leaves", + "minecraft:acacia_leaves", + "minecraft:dark_oak_leaves", + "minecraft:oak_log", + "minecraft:spruce_log", + "minecraft:birch_log", + "minecraft:jungle_log", + "minecraft:acacia_log", + "minecraft:dark_oak_log" + ] + }, + { + "Name": "GrassBlocks", + "Type": "BlockCount", + "Materials": [ + "minecraft:grass", + "minecraft:fern", + "minecraft:sunflower", + "minecraft:lilac", + "minecraft:rose_bush", + "minecraft:peony", + "minecraft:tall_grass", + "minecraft:large_fern", + "minecraft:dandelion", + "minecraft:poppy", + "minecraft:blue_orchid", + "minecraft:allium", + "minecraft:azure_bluet", + "minecraft:red_tulip", + "minecraft:orange_tulip", + "minecraft:white_tulip", + "minecraft:pink_tulip", + "minecraft:oxeye_daisy", + "minecraft:cornflower", + "minecraft:lilly_of_the_valley", + "minecraft:whiter_rose" + ] + }, + { + "Name": "ColdBlocks", + "Type": "BlockCount", + "Materials": [ + "minecraft:snow", + "minecraft:snow_block", + "minecraft:ice", + "minecraft:packed_ice", + "minecraft:blue_ice" + ] + }, + { + "Name": "AirBlocks", + "Type": "BlockCount", + "Materials": [ + "minecraft:air", + "minecraft:cave_air", + "minecraft:void_air" + ] + }, + { + "Name": "WaterBlocks", + "Type": "BlockCount", + "Materials": [ + "minecraft:water", + "minecraft:bubble_column", + "minecraft:kelp", + "minecraft:kelp_plant", + "minecraft:seagrass", + "minecraft:tall_seagrass" + ] + }, + { + "Name": "LavaBlocks", + "Type": "BlockCount", + "Materials": [ + "minecraft:lava" + ] + }, + { + "Name": "IceBlocks", + "Type": "BlockCount", + "Materials": [ + "minecraft:ice", + "minecraft:packed_ice", + "minecraft:blue_ice" + ] + }, + { + "Name": "SoulsandBlocks", + "Type": "BlockCount", + "Materials": [ + "minecraft:soul_sand" + ] + }, + + { + "Name": "JungleBiomes", + "Type": "BiomeCount", + "Biomes": [ + "minecraft:jungle", + "minecraft:jungle_edge", + "minecraft:jungle_hills", + "minecraft:modified_jungle", + "minecraft:modified_jungle_edge", + "minecraft:bamboo_jungle", + "minecraft:bamboo_jungle_hills" + ] + }, + { + "Name": "ConiferousBiomes", + "Type": "BiomeCount", + "Biomes": [ + "minecraft:snowy_taiga", + "minecraft:snowy_taiga_hills", + "minecraft:snowy_taiga_mountains", + "minecraft:giant_tree_taiga", + "minecraft:giant_tree_taiga_hills", + "minecraft:giant_spruce_taiga", + "minecraft:giant_spruce_taiga_hills", + "minecraft:taiga", + "minecraft:taiga_hills", + "minecraft:taiga_mountains" + ] + }, + { + "Name": "SavannaBiomes", + "Type": "BiomeCount", + "Biomes": [ + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:shattered_savanna", + "minecraft:shattered_savanna_plateau", + "minecraft:badlands", + "minecraft:badlands_plateau", + "minecraft:modified_badlands_plateau", + "minecraft:wooded_badlands_plateau", + "minecraft:modified_wooded_badlands_plateau", + "minecraft:eroded_badlands" + ] + }, + { + "Name": "DesertBiomes", + "Type": "BiomeCount", + "Biomes": [ + "minecraft:desert", + "minecraft:desert_hills", + "minecraft:desert_lakes", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:shattered_savanna", + "minecraft:shattered_savanna_plateau", + "minecraft:badlands", + "minecraft:badlands_plateau", + "minecraft:modified_badlands_plateau", + "minecraft:wooded_badlands_plateau", + "minecraft:modified_wooded_badlands_plateau", + "minecraft:eroded_badlands" + ] + }, + { + "Name": "SwampBiomes", + "Type": "BiomeCount", + "Biomes": [ + "minecraft:swamp", + "minecraft:swamp_hills" + ] + }, + { + "Name": "OceanBiomes", + "Type": "BiomeCount", + "Biomes": [ + "minecraft:ocean", + "minecraft:deep_ocean", + "minecraft:frozen_ocean", + "minecraft:deep_frozen_ocean", + "minecraft:cold_ocean", + "minecraft:deep_cold_ocean", + "minecraft:lukewarm_ocean", + "minecraft:deep_lukewarm_ocean", + "minecraft:warm_ocean", + "minecraft:deep_warm_ocean", + "minecraft:beach", + "minecraft:stone_shore" + ] + }, + { + "Name": "ColdBiomes", + "Type": "BiomeCount", + "Biomes": [ + "minecraft:snowy_beach", + "minecraft:snowy_taiga", + "minecraft:snowy_taiga_hills", + "minecraft:snowy_taiga_mountains", + "minecraft:frozen_ocean", + "minecraft:deep_frozen_ocean", + "minecraft:snowy_tundra", + "minecraft:snowy_mountains", + "minecraft:ice_spikes" + ] + }, + { + "Name": "HellBiome", + "Type": "BiomeCount", + "Biomes": [ + "minecraft:nether" + ] + }, + { + "Name": "EndBiome", + "Type": "BiomeCount", + "Biomes": [ + "minecraft:the_end", + "minecraft:small_end_islands", + "minecraft:end_midlands", + "minecraft:end_highlands", + "minecraft:end_barrens" + ] + } + ], + + "Macros": [ + { + "Name": "IsMorning", + "Code": "(World.Time <= 2000)" + }, + { + "Name": "IsDay", + "Code": "(World.Time >= 2000 && World.Time <= 12000)" + }, + { + "Name": "IsEvening", + "Code": "(World.Time >= 12000 && World.Time <= 14000)" + }, + { + "Name": "IsNight", + "Code": "(World.Time >= 14000)" + }, + + { + "Name": "BugPlants", + "Code": "((GrassBlocks + FoliageBlocks)/Scanner.BlockSize >= 0.005)" + }, + { + "Name": "Trees", + "Code": "(FoliageBlocks/Scanner.BlockSize >= 0.03)" + }, + + { + "Name": "UnderGround", + "Code": "(Player.Y < 65 && Scanner.AverageSkyLight <= 0.4 /*&& !Player.IsExposed*/)" + }, + { + "Name": "Muffle", + "Code": "(Player.IsExposed ? 1.0 : .25)" + }, + { + "Name": "Salinity", + "Code": "(OceanBiomes/Scanner.BiomeSize)" + }, + { + "Name": "InAir", + "Code": "(AirBlocks/Scanner.BlockCount >= 0.6)" + }, + + { + "Name": "IsJungle", + "Code": "(JungleBiomes/Scanner.BiomeSize >= 0.60)" + }, + { + "Name": "IsConiferous", + "Code": "(ConiferousBiomes/Scanner.BiomeSize >= 0.60)" + }, + { + "Name": "IsSavanna", + "Code": "(SavannaBiomes/Scanner.BiomeSize >= 0.60)" + }, + { + "Name": "IsDesert", + "Code": "(DesertBiomes/Scanner.BiomeSize >= 0.60)" + }, + { + "Name": "IsSwamp", + "Code": "(SwampBiomes/Scanner.BiomeSize >= 0.60)" + }, + { + "Name": "IsCold", + "Code": "(ColdBiomes/Scanner.BiomeSize >= 0.60)" + }, + { + "Name": "IsHell", + "Code": "(HellBiome/Scanner.BiomeSize >= 0.60)" + }, + { + "Name": "IsEnd", + "Code": "(EndBiome/Scanner.BiomeSize >= 0.60)" + }, + { + "Name": "IsForest", + "Code": "((#Trees# /*&& Scanner.AverageTemperature >= 0.28*/ && Scanner.AverageTemperature <= 0.78) && !(#IsJungle# || #IsConiferous# || #IsSwamp#))" + }, + { + "Name": "IsPlains", + "Code": "Scanner.AverageTemperature >= 0.77 && Scanner.AverageTemperature <= 0.83 && #BugPlants# && (FoliageBlocks/Scanner.BlockSize) < 0.01" + } + ] +} \ No newline at end of file diff --git a/minecraft/config/mambience/settings/soundscapes/cave.json b/minecraft/config/mambience/settings/soundscapes/cave.json new file mode 100644 index 0000000..7fb0e53 --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/cave.json @@ -0,0 +1,35 @@ +[ + { + "Name": "CaveCave", + "Sound": "mambience:cave.cave", + "Conditions": "#UnderGround# && !Player.IsExposed", + "Restrictions": "Player.Submerged", + "Volume": "0.8", + "Cooldown": "10 + Math.random()*20" + }, + { + "Name": "CaveLava", + "Sound": "mambience:cave.lava", + "Conditions": "#UnderGround# && !Player.IsExposed && (LavaBlocks/Scanner.BlockSize >= 0.03)", + "Restrictions": "Player.Submerged", + "Volume": "0.8", + "Cooldown": "10 + Math.random()*20" + }, + + { + "Name": "CaveVent", + "Sound": "mambience:cave.vent", + "Conditions": "#UnderGround# && !Player.IsExposed && (AirBlocks/Scanner.BlockSize >= 0.2)", + "Restrictions": "Player.Submerged", + "Volume": "0.8", + "Cooldown": "20 + Math.random()*20" + }, + { + "Name": "CaveWind", + "Sound": "mambience:cave.wind", + "Conditions": "#UnderGround# && !Player.IsExposed", + "Restrictions": "Player.Submerged", + "Volume": "0.8", + "Cooldown": "10 + Math.random()*20" + } +] diff --git a/minecraft/config/mambience/settings/soundscapes/desert.json b/minecraft/config/mambience/settings/soundscapes/desert.json new file mode 100644 index 0000000..0d98b7c --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/desert.json @@ -0,0 +1,26 @@ +[ + { + "Name": "DesertCicadas", + "Sound": "mambience:desert.cicada", + "Conditions": "Scanner.AverageTemperature >= 0.97 && #BugPlants# && #IsDay# && #IsDesert#", + "Restrictions": "#UnderGround# || Player.Submerged || #Salinity# >= 0.1 || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "8 + Math.random()*15" + }, + { + "Name": "DesertDay", + "Sound": "mambience:desert.day", + "Conditions": "Scanner.AverageTemperature >= 0.97 && (#IsMorning# || #IsDay#) && #IsDesert#", + "Restrictions": "#UnderGround# || Player.Submerged || #Salinity# >= 0.1 || #InAir#", + "Volume": "0.5*#Muffle#", + "Cooldown": "7 + Math.random()*13" + }, + { + "Name": "DesertNight", + "Sound": "mambience:desert.night", + "Conditions": "Scanner.AverageTemperature >= 0.97 && (#IsEvening# || #IsNight#) && #IsDesert#", + "Restrictions": "#UnderGround# || Player.Submerged || #Salinity# >= 0.1 || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "7" + } +] diff --git a/minecraft/config/mambience/settings/soundscapes/end.json b/minecraft/config/mambience/settings/soundscapes/end.json new file mode 100644 index 0000000..4ff044b --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/end.json @@ -0,0 +1,9 @@ +[ + { + "Name": "EndLoop", + "Sound": "mambience:end.loop", + "Conditions": "#IsEnd#", + "Volume": "0.8", + "Cooldown": "7" + } +] diff --git a/minecraft/config/mambience/settings/soundscapes/forest.json b/minecraft/config/mambience/settings/soundscapes/forest.json new file mode 100644 index 0000000..0e6aeb2 --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/forest.json @@ -0,0 +1,76 @@ +[ + { + "Name": "ForestMorning", + "Sound": "mambience:forest.morning", + "Conditions": "#IsForest# && #IsMorning#", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "7" + }, + { + "Name": "ForestDay", + "Sound": "mambience:forest.day", + "Conditions": "#IsForest# && #IsDay#", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "7" + }, + { + "Name": "ForestEvening", + "Sound": "mambience:forest.evening", + "Conditions": "#IsForest# && #IsEvening#", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "7" + }, + { + "Name": "ForestNight", + "Sound": "mambience:forest.night", + "Conditions": "#IsForest# && #IsNight#", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "7" + }, + + { + "Name": "ForestBird", + "Sound": "mambience:forest.bird", + "Conditions": "#IsForest# && #IsDay#", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "1*#Muffle#", + "Cooldown": "15 + Math.random()*25" + }, + { + "Name": "ForestDeepBird", + "Sound": "mambience:forest.deepbird", + "Conditions": "#IsForest# && #IsDay# && (FoliageBlocks/Scanner.BlockSize >= 0.30)", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "15 + Math.random()*25" + }, + { + "Name": "ForestCuckoo", + "Sound": "mambience:forest.cuckoo", + "Conditions": "#IsForest# && #IsDay#", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "20 + Math.random()*20" + }, + { + "Name": "ForestWoodpecker", + "Sound": "mambience:forest.woodpecker", + "Conditions": "#IsForest# && #IsDay#", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "30 + Math.random()*30" + }, + + { + "Name": "ForestWind", + "Sound": "mambience:forest.wind", + "Conditions": "#IsForest#", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "0.5*#Muffle#", + "Cooldown": "30 + Math.random()*40" + } +] diff --git a/minecraft/config/mambience/settings/soundscapes/hell.json b/minecraft/config/mambience/settings/soundscapes/hell.json new file mode 100644 index 0000000..69422cf --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/hell.json @@ -0,0 +1,61 @@ +[ + { + "Name": "HellFX1", + "Sound": "mambience:hell.fx1", + "Conditions": "#IsHell#", + "Volume": "0.8", + "Cooldown": "15 + Math.random()*30" + }, + { + "Name": "HellFX2", + "Sound": "mambience:hell.fx2", + "Conditions": "#IsHell#", + "Volume": "0.8", + "Cooldown": "15 + Math.random()*30" + }, + { + "Name": "HellFX3", + "Sound": "mambience:hell.fx3", + "Conditions": "#IsHell#", + "Volume": "0.8", + "Cooldown": "15 + Math.random()*30" + }, + + { + "Name": "HellWhisper", + "Sound": "mambience:hell.wisper", + "Conditions": "#IsHell#", + "Volume": "0.8", + "Cooldown": "40 + Math.random()*60" + }, + { + "Name": "HellExplode", + "Sound": "mambience:hell.explode", + "Conditions": "#IsHell#", + "Volume": "0.8", + "Cooldown": "30 + Math.random()*40" + }, + { + "Name": "HellHeartbeat", + "Sound": "mambience:hell.heartbeat", + "Conditions": "#IsHell#", + "Volume": "0.8", + "Cooldown": "30 + Math.random()*40" + }, + + { + "Name": "HellSoulsand", + "Sound": "mambience:hell.soulsand", + "Conditions": "#IsHell# && (SoulsandBlocks/Scanner.BlockSize >= 0.0175)", + "Volume": "0.8", + "Cooldown": "7" + }, + + { + "Name": "HellWind", + "Sound": "mambience:hell.wind", + "Conditions": "#IsHell#", + "Volume": "0.5", + "Cooldown": "30 + Math.random()*40" + } +] diff --git a/minecraft/config/mambience/settings/soundscapes/jungle.json b/minecraft/config/mambience/settings/soundscapes/jungle.json new file mode 100644 index 0000000..f034b6d --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/jungle.json @@ -0,0 +1,60 @@ +[ + { + "Name": "JungleDay", + "Sound": "mambience:jungle.day", + "Conditions": "#Trees# && #IsJungle# && (#IsMorning# || #IsDay#)", + "Restrictions": "#UnderGround# || Player.Submerged || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "7" + }, + { + "Name": "JungleNight", + "Sound": "mambience:jungle.night", + "Conditions": "#Trees# && #IsJungle# && (#IsEvening# || #IsNight#)", + "Restrictions": "#UnderGround# || Player.Submerged || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "7" + }, + + { + "Name": "JungleFXDay1", + "Sound": "mambience:jungle.fx1", + "Conditions": "#Trees# && #IsJungle# && (#IsMorning# || #IsDay#)", + "Restrictions": "#UnderGround# || Player.Submerged || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "30 + Math.random()*20" + }, + { + "Name": "JungleFXDay2", + "Sound": "mambience:jungle.fx2", + "Conditions": "#Trees# && #IsJungle# && (#IsMorning# || #IsDay#)", + "Restrictions": "#UnderGround# || Player.Submerged || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "15 + Math.random()*30" + }, + { + "Name": "JungleGibbon", + "Sound": "mambience:jungle.gibbon", + "Conditions": "#Trees# && #IsJungle# && (#IsMorning# || #IsDay#)", + "Restrictions": "#UnderGround# || Player.Submerged || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "30 + Math.random()*90" + }, + { + "Name": "JungleBird", + "Sound": "mambience:jungle.bird", + "Conditions": "#Trees# && #IsJungle# && (#IsMorning# || #IsDay# || #IsEvening#)", + "Restrictions": "#UnderGround# || Player.Submerged || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "10 + Math.random()*20" + }, + + { + "Name": "JungleFXNight", + "Sound": "mambience:jungle.fxnight", + "Conditions": "#Trees# && #IsJungle# && (#IsEvening# || #IsNight#)", + "Restrictions": "#UnderGround# || Player.Submerged || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "10 + Math.random()*30" + } +] diff --git a/minecraft/config/mambience/settings/soundscapes/lava.json b/minecraft/config/mambience/settings/soundscapes/lava.json new file mode 100644 index 0000000..c622690 --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/lava.json @@ -0,0 +1,18 @@ +[ + { + "Name": "LavaNear", + "Sound": "mambience:lava.nearlava", + "Conditions": "(LavaBlocks/Scanner.BlockSize >= 0.03)", + "Restrictions": "Player.Submerged", + "Volume": "0.8", + "Cooldown": "3" + }, + { + "Name": "LavaPlop", + "Sound": "mambience:lava.plop", + "Conditions": "(LavaBlocks/Scanner.BlockSize >= 0.03)", + "Restrictions": "Player.Submerged", + "Volume": "0.6", + "Cooldown": "10 + Math.random()*10" + } +] diff --git a/minecraft/config/mambience/settings/soundscapes/mountain.json b/minecraft/config/mambience/settings/soundscapes/mountain.json new file mode 100644 index 0000000..3e38e7c --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/mountain.json @@ -0,0 +1,19 @@ +[ + { + "Name": "MountainHighAltitudeWind", + "Sound": "mambience:mountain.highaltitude", + "Conditions": "Player.Y >= 100 && (AirBlocks/Scanner.BlockCount >= 0.3)", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "Math.min(Math.max((Player.Y - 60)/193 - .20, 0.0), 2.0) * 0.15 * #Muffle#;", + "Cooldown": "8 + Math.random() * 10" + }, + + { + "Name": "MountainEagle", + "Sound": "mambience:mountain.eagle", + "Conditions": "Player.Y >= 100 && (AirBlocks/Scanner.BlockCount >= 0.3) && #IsDay#", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "1*#Muffle#", + "Cooldown": "30 + Math.random() * 150" + } +] diff --git a/minecraft/config/mambience/settings/soundscapes/plains.json b/minecraft/config/mambience/settings/soundscapes/plains.json new file mode 100644 index 0000000..13deacb --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/plains.json @@ -0,0 +1,43 @@ +[ + { + "Name": "PlainsDay", + "Sound": "mambience:plains.day", + "Conditions": "#IsPlains# && #IsDay#", + "Restrictions": "#UnderGround# || Player.Submerged || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "7" + }, + { + "Name": "PlainsNight", + "Sound": "mambience:plains.night", + "Conditions": "#IsPlains# && #IsNight#", + "Restrictions": "#UnderGround# || Player.Submerged || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "7" + }, + { + "Name": "PlainsMorningEvening", + "Sound": "mambience:plains.evening", + "Conditions": "#IsPlains# && (#IsMorning# || #IsEvening#)", + "Restrictions": "#UnderGround# || Player.Submerged || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "7" + }, + + { + "Name": "PlainsWind", + "Sound": "mambience:plains.wind", + "Conditions": "#IsPlains# && Player.IsExposed", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "0.5", + "Cooldown": "20 + Math.random()*20" + }, + { + "Name": "PlainsWindInside", + "Sound": "mambience:plains.windinside", + "Conditions": "#IsPlains# && !Player.IsExposed", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "0.5", + "Cooldown": "20 + Math.random()*20" + } +] diff --git a/minecraft/config/mambience/settings/soundscapes/rain.json b/minecraft/config/mambience/settings/soundscapes/rain.json new file mode 100644 index 0000000..b7a6b88 --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/rain.json @@ -0,0 +1,34 @@ +[ + { + "Name": "RainOutside", + "Sound": "mambience:rain.outside", + "Conditions": "World.IsRaining && Player.IsExposed && Scanner.AverageTemperature >= 0.2 && Scanner.AverageTemperature <= 0.97", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "0.8", + "Cooldown": "4" + }, + { + "Name": "RainInside", + "Sound": "mambience:rain.inside", + "Conditions": "World.IsRaining && !Player.IsExposed && Scanner.AverageTemperature >= 0.2 && Scanner.AverageTemperature <= 0.97", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "0.8", + "Cooldown": "4" + }, + { + "Name": "RainTrees", + "Sound": "mambience:rain.tree", + "Conditions": "World.IsRaining && #Trees# && Scanner.AverageTemperature >= 0.2 && Scanner.AverageTemperature <= 0.97", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "0.8", + "Cooldown": "4" + }, + { + "Name": "RainDistantThunder", + "Sound": "mambience:rain.distantthunder", + "Conditions": "World.IsRaining && Scanner.AverageTemperature >= 0.2 && Scanner.AverageTemperature <= 0.97", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "0.8", + "Cooldown": "15 + Math.random()*35" + } +] diff --git a/minecraft/config/mambience/settings/soundscapes/savanna.json b/minecraft/config/mambience/settings/soundscapes/savanna.json new file mode 100644 index 0000000..9ffdacd --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/savanna.json @@ -0,0 +1,10 @@ +[ + { + "Name": "SavannaBird", + "Sound": "mambience:savanna.bird", + "Conditions": "Scanner.AverageTemperature >= 0.97 && #IsDay# && #IsSavanna#", + "Restrictions": "#UnderGround# || Player.Submerged || #Salinity# >= 0.1 || #InAir#", + "Volume": "1*#Muffle#", + "Cooldown": "10 + Math.random()*20" + } +] diff --git a/minecraft/config/mambience/settings/soundscapes/seaside.json b/minecraft/config/mambience/settings/soundscapes/seaside.json new file mode 100644 index 0000000..548432b --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/seaside.json @@ -0,0 +1,34 @@ +[ + { + "Name": "SeasideOcean", + "Sound": "mambience:seaside.ocean", + "Conditions": "#Salinity# >= 0.1 && Player.IsExposed", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "0.8", + "Cooldown": "7" + }, + { + "Name": "SeasideOceanInside", + "Sound": "mambience:seaside.oceaninside", + "Conditions": "#Salinity# >= 0.1 && !Player.IsExposed", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "0.8", + "Cooldown": "9" + }, + { + "Name": "SeasideBirds", + "Sound": "mambience:seaside.bird", + "Conditions": "#Salinity# >= 0.1", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "0.8*#Muffle#", + "Cooldown": "10 + Math.random()*20" + }, + { + "Name": "SeasideWhale", + "Sound": "mambience:seaside.whale", + "Conditions": "#Salinity# >= 0.1 && Player.Submerged && (FoliageBlocks/Scanner.BlockSize) > 0.65", + "Restrictions": "", + "Volume": "0.8*#Muffle#", + "Cooldown": "60 + Math.random()*120" + } +] diff --git a/minecraft/config/mambience/settings/soundscapes/snow.json b/minecraft/config/mambience/settings/soundscapes/snow.json new file mode 100644 index 0000000..e699cd3 --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/snow.json @@ -0,0 +1,77 @@ +[ + { + "Name": "SnowForest", + "Sound": "mambience:snow.forest", + "Conditions": "#IsCold# && #Trees# && #IsDay#", + "Restrictions": "#UnderGround# || Player.Submerged || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "7" + }, + { + "Name": "SnowMountain", + "Sound": "mambience:snow.mountain", + "Conditions": "#IsCold# && Player.Y>100", + "Restrictions": "#UnderGround# || Player.Submerged || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "7" + }, + { + "Name": "SnowPlains", + "Sound": "mambience:snow.plains", + "Conditions": "#IsCold#", + "Restrictions": "#Trees# || #UnderGround# || Player.Submerged || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "7" + }, + + { + "Name": "SnowWindForest", + "Sound": "mambience:snow.wind1", + "Conditions": "#IsCold# && #Trees# && #IsDay#", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "0.5*#Muffle#", + "Cooldown": "15 * Math.random()*15" + }, + { + "Name": "SnowWind", + "Sound": "mambience:snow.wind2", + "Conditions": "#IsCold# && #IsDay#", + "Restrictions": "#Trees# || #UnderGround# || Player.Submerged", + "Volume": "0.5*#Muffle#", + "Cooldown": "15 * Math.random()*15" + }, + { + "Name": "SnowWindNight", + "Sound": "mambience:snow.windnight", + "Conditions": "#IsCold# && (#IsMorning# || #IsEvening# || #IsNight#)", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "0.5*#Muffle#", + "Cooldown": "15 * Math.random()*15" + }, + + { + "Name": "SnowHowl", + "Sound": "mambience:snow.howl", + "Conditions": "#IsCold# && #IsNight#", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "0.8*#Muffle#", + "Cooldown": "20 * Math.random()*40" + }, + { + "Name": "SnowCrows", + "Sound": "mambience:snow.crows", + "Conditions": "#IsCold# && #IsDay#", + "Restrictions": "#UnderGround# || Player.Submerged", + "Volume": "0.8*#Muffle#", + "Cooldown": "20 * Math.random()*40" + }, + + { + "Name": "SnowCracks", + "Sound": "mambience:snow.cracks", + "Conditions": "#IsCold# && (IceBlocks/Scanner.BlockSize >= 0.02)", + "Restrictions": "#UnderGround# || Player.Submerged || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "5 * Math.random()*20" + } +] diff --git a/minecraft/config/mambience/settings/soundscapes/swamp.json b/minecraft/config/mambience/settings/soundscapes/swamp.json new file mode 100644 index 0000000..3d27a10 --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/swamp.json @@ -0,0 +1,60 @@ +[ + { + "Name": "SwampDay", + "Sound": "mambience:swamp.day", + "Conditions": "#IsSwamp# && (#IsMorning# || #IsDay#)", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "7" + }, + { + "Name": "SwampNight", + "Sound": "mambience:swamp.night", + "Conditions": "#IsSwamp# && (#IsEvening# || #IsNight#)", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "0.6*#Muffle#", + "Cooldown": "7" + }, + + { + "Name": "SwampMosquito", + "Sound": "mambience:swamp.mosquito", + "Conditions": "#IsSwamp#", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "10 + Math.random()*30" + }, + + { + "Name": "SwampBird", + "Sound": "mambience:swamp.bird", + "Conditions": "#IsSwamp# && #IsDay#", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "1*#Muffle#", + "Cooldown": "15 + Math.random()*25" + }, + { + "Name": "SwampDuck", + "Sound": "mambience:swamp.duck", + "Conditions": "#IsSwamp# && #IsDay#", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "20 + Math.random()*30" + }, + { + "Name": "SwampFrog", + "Sound": "mambience:swamp.frog", + "Conditions": "#IsSwamp# && #IsDay#", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "20 + Math.random()*30" + }, + { + "Name": "SwampToad", + "Sound": "mambience:swamp.toad", + "Conditions": "#IsSwamp# && #IsNight#", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining || #InAir#", + "Volume": "0.8*#Muffle#", + "Cooldown": "30 + Math.random()*30" + } +] diff --git a/minecraft/config/mambience/settings/soundscapes/xshared.json b/minecraft/config/mambience/settings/soundscapes/xshared.json new file mode 100644 index 0000000..170e0f1 --- /dev/null +++ b/minecraft/config/mambience/settings/soundscapes/xshared.json @@ -0,0 +1,69 @@ +[ + { + "Name": "SharedOwl", + "Sound": "mambience:shared.owl", + "Conditions": "#Trees# && #IsNight#", + "Restrictions": "#UnderGround# || Player.Submerged || World.IsRaining", + "Volume": "0.8*#Muffle#", + "Cooldown": "15 + Math.random()*30" + }, + { + "Name": "SharedGrasshopperDay", + "Sound": "mambience:shared.grasshopper", + "Conditions": "Scanner.AverageTemperature >= 0.5 && Scanner.AverageTemperature < 1.80 && #IsDay# && #BugPlants#", + "Restrictions": "#UnderGround# || Player.Submerged || #Salinity# >= 0.1 || #IsJungle# || World.IsRaining", + "Volume": "0.8*#Muffle#", + "Cooldown": "30 + Math.random()*60" + }, + { + "Name": "SharedCritterNight", + "Sound": "mambience:shared.critter", + "Conditions": "Scanner.AverageTemperature >= 0.5 && Scanner.AverageTemperature < 1.80 && #IsNight# && #BugPlants#", + "Restrictions": "#UnderGround# || Player.Submerged || #Salinity# >= 0.1 || #IsJungle# || World.IsRaining", + "Volume": "0.8*#Muffle#", + "Cooldown": "30 + Math.random()*60" + }, + + { + "Name": "SharedStarling", + "Sound": "mambience:shared.starling", + "Conditions": "Scanner.AverageTemperature >= 0.5 && Scanner.AverageTemperature < 1.80 && (#IsMorning# || #IsDay#) && #Trees#", + "Restrictions": "#UnderGround# || Player.Submerged || #Salinity# >= 0.1 || #IsJungle# || World.IsRaining", + "Volume": "0.8*#Muffle#", + "Cooldown": "30 + Math.random()*40" + }, + { + "Name": "SharedSparrow", + "Sound": "mambience:shared.sparrow", + "Conditions": "Scanner.AverageTemperature >= 0.5 && Scanner.AverageTemperature < 1.80 && (#IsMorning# || #IsDay#) && #Trees#", + "Restrictions": "#UnderGround# || Player.Submerged || #Salinity# >= 0.1 || #IsJungle# || World.IsRaining", + "Volume": "0.8*#Muffle#", + "Cooldown": "30 + Math.random()*40" + }, + { + "Name": "SharedBirds", + "Sound": "mambience:shared.bird", + "Conditions": "Scanner.AverageTemperature >= 0.5 && Scanner.AverageTemperature < 1.80 && (#IsMorning# || #IsDay#) && #Trees#", + "Restrictions": "#UnderGround# || Player.Submerged || #Salinity# >= 0.1 || #IsJungle# || World.IsRaining", + "Volume": "0.8*#Muffle#", + "Cooldown": "10 + Math.random()*20" + }, + + { + "Name": "SharedFlies", + "Sound": "mambience:shared.flies", + "Conditions": "Scanner.AverageTemperature >= 0.5 && (#IsMorning# || #IsDay# || #IsEvening#) && (#Trees# || #BugPlants#)", + "Restrictions": "#UnderGround# || Player.Submerged || #Salinity# >= 0.1 || #IsJungle# || #IsCold# || World.IsRaining", + "Volume": "0.8*#Muffle#", + "Cooldown": "30 + Math.random()*60" + }, + + { + "Name": "SharedBat", + "Sound": "mambience:shared.bat", + "Conditions": "#UnderGround# && !Player.IsExposed", + "Restrictions": "Player.Submerged", + "Volume": "0.8", + "Cooldown": "20 + Math.random()*20" + } +] diff --git a/minecraft/config/ml3lib/test.json b/minecraft/config/ml3lib/test.json new file mode 100644 index 0000000..0cfb204 --- /dev/null +++ b/minecraft/config/ml3lib/test.json @@ -0,0 +1,20 @@ +{ + "number": 42, + "identifier": { + "field_13353": "minecraft", + "field_13355": "stone" + }, + "string": "something", + "array": [ + 1, + 2, + 3, + 4, + "you expected 5, but it was me, Dio!" + ], + "inner": { + "name": "", + "number": 0, + "flag": false + } +} \ No newline at end of file diff --git a/minecraft/config/modid.json b/minecraft/config/modid.json new file mode 100644 index 0000000..2ff0306 --- /dev/null +++ b/minecraft/config/modid.json @@ -0,0 +1,3 @@ +{ + "loadSound": "entity.experience_orb.pickup" +} \ No newline at end of file diff --git a/minecraft/config/modkeys.properties b/minecraft/config/modkeys.properties new file mode 100644 index 0000000..49fb7df --- /dev/null +++ b/minecraft/config/modkeys.properties @@ -0,0 +1,5 @@ +#Fermion ModKeys properties file +#Sun Feb 09 23:36:07 CET 2020 +secondary=alt +primary=control +tertiary=menu diff --git a/minecraft/config/modmenu.json b/minecraft/config/modmenu.json new file mode 100644 index 0000000..89c011a --- /dev/null +++ b/minecraft/config/modmenu.json @@ -0,0 +1,4 @@ +{ + "show_libraries": false, + "sorting": "ASCENDING" +} \ No newline at end of file diff --git a/minecraft/config/mooblooms.json5 b/minecraft/config/mooblooms.json5 new file mode 100644 index 0000000..7f2eb8a --- /dev/null +++ b/minecraft/config/mooblooms.json5 @@ -0,0 +1,92 @@ +{ + "spawn_weight": { + "dandelion_moobloom": 10, + "poppy_moobloom": 10, + "blue_orchid_moobloom": 10, + "allium_moobloom": 10, + "oxeye_daisy_moobloom": 10, + "cornflower_moobloom": 10, + "wither_rose_moobloom": 80, + "suncower": 10, + "bambmoo": 60, + "cluckshroom": 10 + }, + "auto_block_spawning": { + // If mooblooms can spawn flowers automatically + "mooblooms": true, + // If cluckshrooms can spawn mushrooms automatically + "cluckshroom": true + }, + "dandelion_moobloom": { + "weight": 10, + "min_group_size": 2, + "max_group_size": 4, + "spawn_blocks": true + }, + "poppy_moobloom": { + "weight": 10, + "min_group_size": 2, + "max_group_size": 4, + "spawn_blocks": true + }, + "blue_orchid_moobloom": { + "weight": 10, + "min_group_size": 2, + "max_group_size": 4, + "spawn_blocks": true + }, + "allium_moobloom": { + "weight": 10, + "min_group_size": 2, + "max_group_size": 4, + "spawn_blocks": true + }, + "oxeye_daisy_moobloom": { + "weight": 10, + "min_group_size": 2, + "max_group_size": 4, + "spawn_blocks": true + }, + "cornflower_moobloom": { + "weight": 10, + "min_group_size": 2, + "max_group_size": 4, + "spawn_blocks": true + }, + "wither_rose_moobloom": { + "weight": 80, + "min_group_size": 2, + "max_group_size": 4, + "spawn_blocks": true + }, + "suncower": { + "weight": 10, + "min_group_size": 2, + "max_group_size": 4, + "spawn_blocks": true + }, + "bambmoo": { + "weight": 60, + "min_group_size": 2, + "max_group_size": 4, + "spawn_blocks": true + }, + "crimson_mooshroom": { + "weight": 100, + "min_group_size": 4, + "max_group_size": 8, + "spawn_blocks": true + }, + "warped_mooshroom": { + "weight": 100, + "min_group_size": 4, + "max_group_size": 8, + "spawn_blocks": true + }, + "cluckshroom": { + "weight": 10, + "min_group_size": 4, + "max_group_size": 8, + "spawn_blocks": true + } +} \ No newline at end of file diff --git a/minecraft/config/mousewheelie.hjson b/minecraft/config/mousewheelie.hjson new file mode 100644 index 0000000..43b61a3 --- /dev/null +++ b/minecraft/config/mousewheelie.hjson @@ -0,0 +1,74 @@ +{ + // General settings + general: { + // Enables scrolling of items/stacks. + // (WHY WOULD YOU DARE TO TURN THIS OFF?) + // default: true + enable-item-scrolling: false + // If enabled items will be moved according to whether your scrolling up or down. + // If disabled you will scroll to change the amount of items present (up will increase - down will decrease the amount). + // default: true + directional-scrolling: true + // Set the scroll factor for item scrolling. + // To invert the scrolling use negative numbers + // default: -1.0 + scroll-factor: -1 + // Pick correct tool when middle clicking whilst holding a tool. + // default: true + hold-tool-pick: true + // Pick correct tool when middle clicking the held block. + // default: false + hold-block-tool-pick: false + // Enables right-clicking in recipe books/villager trading to swiftly craft/trade. + // default: true + enable-quick-craft: true + } + // Change sort modes. Existing sort modes are ALPHABET, RAW_ID and QUANTITY + sort: { + // Sets the sort mode for sorting via middle mouse click. + // default: RAW_ID + primary-sort: RAW_ID + // Sets the sort mode for sorting via shift + middle mouse click. + // default: QUANTITY + shift-sort: QUANTITY + // Sets the sort mode for sorting via control + middle mouse click. + // default: ALPHABET + control-sort: ALPHABET + } + // Configure refill related stuff here. + refill: { + // Refill when eating items + // default: true + eat: true + // Refill when dropping items + // default: true + drop: true + // Refill when using items + // default: true + use: true + // Refill on other occasions + // default: true + other: true + // Enable/Disable specific rules for how to refill items + rules: { + // Tries to find any block items + // default: false + any-block: false + // Find items of the same item group + // default: false + itemgroup: false + // Try to find similar items through the item type hierarchy + // default: false + item-hierarchy: false + // Try to find similar block items through the block type hierarchy + // default: false + block-hierarchy: false + // Try to find other food items + // default: false + food: false + // Try to find equal stacks + // default: true + equal-stacks: true + } + } +} \ No newline at end of file diff --git a/minecraft/config/netherHigher.json5 b/minecraft/config/netherHigher.json5 new file mode 100644 index 0000000..761b453 --- /dev/null +++ b/minecraft/config/netherHigher.json5 @@ -0,0 +1,6 @@ +{ + // Raises the End height limit to 256. + "raiseEndHeightLimit": true, + // Raises the Nether height limit to 256. + "raiseNetherHeightLimit": true +} \ No newline at end of file diff --git a/minecraft/config/okzoomer.json5 b/minecraft/config/okzoomer.json5 new file mode 100644 index 0000000..cf5e84a --- /dev/null +++ b/minecraft/config/okzoomer.json5 @@ -0,0 +1,20 @@ +{ + // The divisor applied to the FOV when zooming. + "zoomDivisor": 4.0, + // The minimum value that you can scroll down. + "minimumZoomDivisor": 1.0, + // The maximum value that you can scroll up. + "maximumZoomDivisor": 50.0, + // Enables Smooth Camera while zooming, interferes with Cinematic Mode but it shouldn't be anything negative. + "smoothCamera": true, + // Reduces the mouse sensitivity when zooming. + "reduceSensitivity": false, + // While enabled, zooming hides your hands. + "hideHands": true, + // Enables Smooth Transitions when zooming in and out. + "smoothTransition": false, + // Enables the ability to toggle zooming. + "zoomToggle": false, + // Allows to increase or decrease zoom by scrolling. + "zoomScrolling": false +} \ No newline at end of file diff --git a/minecraft/config/orderly.json b/minecraft/config/orderly.json new file mode 100644 index 0000000..5d00ef7 --- /dev/null +++ b/minecraft/config/orderly.json @@ -0,0 +1,39 @@ +{ + "draw": true, + "max_distance": 24, + "render_in_f1": false, + "health_bar_scale": 1.0, + "height_above": 0.6, + "draw_background": true, + "background_padding": 2, + "background_height": 6, + "bar_height": 4, + "plate_size": 25, + "plate_size_boss": 50, + "show_attributes": true, + "show_armor": true, + "group_armor": true, + "color_by_type": false, + "hp_text_height": 14, + "show_max_hp": true, + "show_current_hp": true, + "show_percentage": true, + "show_on_players": true, + "show_on_bosses": true, + "show_only_focused": false, + "enable_debug_info": false, + "blacklist": [ + "minecraft:cod", + "minecraft:pufferfish", + "minecraft:armor_stand", + "minecraft:salmon", + "illuminations:firefly", + "minecraft:tropical_fish", + "minecraft:bee", + "minecraft:shulker" + ], + "bosses": [ + "minecraft:ender_dragon", + "minecraft:wither" + ] +} \ No newline at end of file diff --git a/minecraft/config/quark.json5 b/minecraft/config/quark.json5 new file mode 100644 index 0000000..869c2c4 --- /dev/null +++ b/minecraft/config/quark.json5 @@ -0,0 +1,212 @@ +{ + "quark:chute": { + "enabled": true, + "registryName": "quark:chute", + "name": "Chute" + }, + "quark:metal_buttons": { + "enabled": true, + "registryName": "quark:metal_buttons", + "name": "Metal Buttons" + }, + "quark:obsidian_pressure_plate": { + "enabled": true, + "registryName": "quark:obsidian_pressure_plate", + "name": "Obsidian Pressure Plate" + }, + "quark:chain_linkage_module": { + "enabled": true, + "registryName": "quark:chain_linkage_module", + "name": "Chain Linkage Module" + }, + "quark:variated_chests": { + "enabled": true, + "registryName": "quark:variated_chests", + "name": "Variated Chests" + }, + "quark:bookshelf_variants": { + "enabled": true, + "registryName": "quark:bookshelf_variants", + "name": "Bookshelf Variants" + }, + "quark:ladder_variants": { + "enabled": true, + "registryName": "quark:ladder_variants", + "name": "Ladder Variants" + }, + "quark:tallow_and_candles": { + "enabled": true, + "registryName": "quark:tallow_and_candles", + "name": "Tallow and Candles" + }, + "quark:thatch": { + "enabled": true, + "registryName": "quark:thatch", + "name": "Thatch" + }, + "quark:turf": { + "enabled": true, + "registryName": "quark:turf", + "name": "Turf" + }, + "quark:vertical_planks": { + "enabled": true, + "registryName": "quark:vertical_planks", + "name": "Vertical Planks" + }, + "quark:vertical_slabs": { + "enabled": true, + "registryName": "quark:vertical_slabs", + "name": "Vertical Slabs" + }, + "quark:more_brick_types": { + "enabled": true, + "registryName": "quark:more_brick_types", + "name": "More Brick Types" + }, + "quark:armed_armor_stands": { + "enabled": true, + "registryName": "quark:armed_armor_stands", + "name": "Armed Armor Stands" + }, + "quark:axe_leaf_harvesting": { + "enabled": true, + "registryName": "quark:axe_leaf_harvesting", + "name": "Axe Leaf Harvesting" + }, + "quark:dragon_scales": { + "enabled": true, + "registryName": "quark:dragon_scales", + "name": "Dragon Scales" + }, + "quark:sheared_grass": { + "enabled": true, + "registryName": "quark:sheared_grass", + "name": "Sheared Grass" + }, + "quark:pickarang": { + "enabled": true, + "registryName": "quark:pickarang", + "name": "Pickarang" + }, + "quark:big_dungeon": { + "enabled": true, + "registryName": "quark:big_dungeon", + "name": "Big Dungeon" + }, + "quark:big_stone_clusters": { + "enabled": true, + "registryName": "quark:big_stone_clusters", + "name": "Big Stone Clusters" + }, + "quark:blossom_trees": { + "enabled": true, + "registryName": "quark:blossom_trees", + "name": "Blossom Trees" + }, + "quark:new_stone_types": { + "enabled": true, + "registryName": "quark:new_stone_types", + "name": "New Stone Types", + "marble": { + "enabled": true, + "worldgen": true + }, + "limestone": { + "enabled": true, + "worldgen": true + }, + "jasper": { + "enabled": true, + "worldgen": true + }, + "slate": { + "enabled": true, + "worldgen": true + }, + "basalt": { + "enabled": true, + "worldgen": true + } + }, + "quark:cave_roots": { + "enabled": true, + "registryName": "quark:cave_roots", + "name": "Cave Roots" + }, + "quark:mega_caves": { + "enabled": true, + "registryName": "quark:mega_caves", + "name": "Mega Caves" + }, + "quark:monster_box": { + "enabled": true, + "registryName": "quark:monster_box", + "name": "Monster Box" + }, + "quark:nether_obsidian_spikes": { + "enabled": true, + "registryName": "quark:nether_obsidian_spikes", + "name": "Nether Obsidian Spikes" + }, + "quark:speleothems": { + "enabled": true, + "registryName": "quark:speleothems", + "name": "Speleothems" + }, + "quark:underground_clay": { + "enabled": true, + "registryName": "quark:underground_clay", + "name": "Underground Clay" + }, + "quark:brimstone_underground_biome": { + "enabled": true, + "registryName": "quark:brimstone_underground_biome", + "name": "Brimstone Underground Biome" + }, + "quark:cave_crystal_underground_biome": { + "enabled": true, + "registryName": "quark:cave_crystal_underground_biome", + "name": "Cave Crystal Underground Biome" + }, + "quark:elder_prismarine_underground_biome": { + "enabled": true, + "registryName": "quark:elder_prismarine_underground_biome", + "name": "Elder Prismarine Underground Biome" + }, + "quark:glowshroom_underground_biome": { + "enabled": true, + "registryName": "quark:glowshroom_underground_biome", + "name": "Glowshroom Underground Biome" + }, + "quark:lush_underground_biome": { + "enabled": true, + "registryName": "quark:lush_underground_biome", + "name": "Lush Underground Biome" + }, + "quark:overgrown_underground_biome": { + "enabled": true, + "registryName": "quark:overgrown_underground_biome", + "name": "Overgrown Underground Biome" + }, + "quark:permafrost_underground_biome": { + "enabled": true, + "registryName": "quark:permafrost_underground_biome", + "name": "Permafrost Underground Biome" + }, + "quark:sandstone_underground_biome": { + "enabled": true, + "registryName": "quark:sandstone_underground_biome", + "name": "Sandstone Underground Biome" + }, + "quark:slime_underground_biome": { + "enabled": true, + "registryName": "quark:slime_underground_biome", + "name": "Slime Underground Biome" + }, + "quark:spider_nest_underground_biome": { + "enabled": true, + "registryName": "quark:spider_nest_underground_biome", + "name": "Spider Nest Underground Biome" + } +} \ No newline at end of file diff --git a/minecraft/config/random-teleport.json b/minecraft/config/random-teleport.json new file mode 100644 index 0000000..5b28300 --- /dev/null +++ b/minecraft/config/random-teleport.json @@ -0,0 +1,9 @@ +{ + "canTeleportOnTrees": true, + "defaultRadius": 4096, + "defaultAttempts": 1, + "teleportStrategy": "USUALLY_TELEPORT", + "teleportOnCenterBlock": true, + "locationRollBackTimer": 10, + "minRandomTeleportRadius": 30 +} \ No newline at end of file diff --git a/minecraft/config/reborncore/client.json b/minecraft/config/reborncore/client.json new file mode 100644 index 0000000..c85ffd5 --- /dev/null +++ b/minecraft/config/reborncore/client.json @@ -0,0 +1,16 @@ +{ + "config": { + "Stack Info Corner": { + "comment": "Screen corner for HUD, 0 is top left, 1 is top right, 2 is bottom right and 3 is bottom left", + "value": 0 + }, + "Stack Info Y": { + "comment": "Y padding for HUD ", + "value": 7 + }, + "Stack Info X": { + "comment": "X padding for HUD ", + "value": 2 + } + } +} \ No newline at end of file diff --git a/minecraft/config/reborncore/misc.json b/minecraft/config/reborncore/misc.json new file mode 100644 index 0000000..bdb23c3 --- /dev/null +++ b/minecraft/config/reborncore/misc.json @@ -0,0 +1,8 @@ +{ + "config": { + "Enable Seasonal Easter Eggs": { + "comment": "Disable this is you don\u0027t want seasonal easter eggs", + "value": true + } + } +} \ No newline at end of file diff --git a/minecraft/config/reborncore/power.json b/minecraft/config/reborncore/power.json new file mode 100644 index 0000000..ba4f6c6 --- /dev/null +++ b/minecraft/config/reborncore/power.json @@ -0,0 +1,8 @@ +{ + "config": { + "Energy smoking": { + "comment": "When enabled machines that try to insert power into a machine with a lower teir will smoke", + "value": false + } + } +} \ No newline at end of file diff --git a/minecraft/config/roughlyenoughitems/config.json5 b/minecraft/config/roughlyenoughitems/config.json5 new file mode 100644 index 0000000..3f74312 --- /dev/null +++ b/minecraft/config/roughlyenoughitems/config.json5 @@ -0,0 +1,110 @@ +{ + "general": { + "favorites": [ +], + // Declares whether cheating mode is on. + "cheating": true, + // Declares whether REI is visible. + "overlayVisible": true, + "favoritesEnabled": true, + "recipeKeybind": { + "keyCode": "key.keyboard.r", + "modifier": 0 + }, + "usageKeybind": { + "keyCode": "key.keyboard.u", + "modifier": 0 + }, + "hideKeybind": { + "keyCode": "key.keyboard.o", + "modifier": 2 + }, + "previousPageKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "nextPageKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "focusSearchFieldKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "copyRecipeIdentifierKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "favoriteKeybind": { + "keyCode": "key.keyboard.a", + "modifier": 0 + }, + "exportImageKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + } + }, + "appearance": { + "recipeScreenType": "ORIGINAL", + // The ordering of the items on the item panel. + "itemListOrdering": "REGISTRY_ASCENDING", + // Declares the appearance of REI windows. + "darkTheme": true, + // Declares the position of the search field. + "searchFieldLocation": "CENTER", + // Declares the position of the item list panel. + "mirrorItemPanel": false, + // Declares the maximum amount of recipes displayed in a page if possible. + "maxRecipePerPage": 3, + "clickableRecipeArrows": true, + // Declares the appearance of recipe's border. + "lightGrayRecipeBorder": false, + // Declares whether REI should append mod names to item stacks. + "appendModNames": true, + // Declares how the scrollbar in villager screen should act. + "villagerScreenPermanentScrollBar": false, + // Declares whether entry list widget is scrolled. + "scrollingEntryListWidget": false, + // Declares whether scrolled entry list widget should snap to rows. + "snapToRows": false, + // Declares the location of the favorites list. + "displayFavoritesOnTheLeft": true, + // Declares whether favorites tooltip should be displayed. + "displayFavoritesTooltip": false, + // Declares whether favorites will be searched. + "searchFavorites": true, + "entrySize": 1.0, + "useCompactTabs": true, + "lowerConfigButton": false + }, + "modules": { + // Declares whether the craftable filter button is enabled. + "enableCraftableOnlyButton": true, + "toastDisplayedOnCopyIdentifier": true, + // Declares whether the utils buttons are shown. + "showUtilsButtons": false, + // Declares whether REI should remove the recipe book. + "disableRecipeBook": false, + // Declares whether REI should fix closing container with tab. + "fixTabCloseContainer": false + }, + "technical": { + /* To disable REI's default plugin. + Don't change this unless you understand what you are doing! + */ + "loadDefaultPlugin": true, + // Declares the command used to change gamemode. + "gamemodeCommand": "/gamemode {gamemode}", + // Declares the command used in servers to cheat items. + "giveCommand": "/give {player_name} {item_identifier}{nbt} {count}", + // Declares the command used to change weather. + "weatherCommand": "/weather {weather}", + "registerRecipesInAnotherThread": true, + "debugRenderTimeRequired": false + }, + "performance": { + // Whether REI should render entry's enchantment glint + "renderEntryEnchantmentGlint": true, + "newFastEntryRendering": true + } +} \ No newline at end of file diff --git a/minecraft/config/rubikshotbar.json b/minecraft/config/rubikshotbar.json new file mode 100644 index 0000000..f8b09a7 --- /dev/null +++ b/minecraft/config/rubikshotbar.json @@ -0,0 +1,6 @@ +{ + "ignore_empty": true, + "single_column": 340, + "all_column": 342, + "row": 341 +} \ No newline at end of file diff --git a/minecraft/config/sci4me/Torcherino.cfg b/minecraft/config/sci4me/Torcherino.cfg new file mode 100644 index 0000000..d185613 --- /dev/null +++ b/minecraft/config/sci4me/Torcherino.cfg @@ -0,0 +1,49 @@ +{ + /* + Defines how much faster randoms ticks are applied compared to what they should be. + Valid Range: 1 to 4096 + */ + "random_tick_rate": 4, + // Log torcherino placement (Intended for server use) + "log_placement": false, + /* + When set to ONLINE, Torcherino's only run if the player is currently online + If set to RESTART then Torcherino's will run for anyone who has logged in since the server started. + Anything else then Torcherino's will act like previous versions. + */ + "online_mode": "", + /* + Add a block by identifier to the blacklist. + Examples: "minecraft:dirt", "minecraft:furnace" + */ + "blacklisted_blocks": [], + /* + Add a block entity by identifier to the blacklist. + Examples: "minecraft:furnace", "minecraft:mob_spawner" + */ + "blacklisted_blockentities": [], + /* + Allows new custom torcherino tiers to be added. + This also allows for each tier to have their own max max_speed and ranges. + */ + "tiers": [ + { + "name": "normal", + "max_speed": 4, + "xz_range": 4, + "y_range": 1 + }, + { + "name": "compressed", + "max_speed": 36, + "xz_range": 4, + "y_range": 1 + }, + { + "name": "double_compressed", + "max_speed": 324, + "xz_range": 4, + "y_range": 1 + } + ] +} \ No newline at end of file diff --git a/minecraft/config/shulkerboxtooltip.json b/minecraft/config/shulkerboxtooltip.json new file mode 100644 index 0000000..b3fb673 --- /dev/null +++ b/minecraft/config/shulkerboxtooltip.json @@ -0,0 +1,13 @@ +{ + "main": { + "enablePreview": true, + "lockPreview": false, + "swapModes": false, + "alwaysOn": false, + "tooltipType": "MOD", + "compactPreviewTagBehavior": "SEPARATE", + "lootTableInfoType": "HIDE", + "coloredPreview": true, + "defaultMaxRowSize": 9 + } +} \ No newline at end of file diff --git a/minecraft/config/simplexterrain.json b/minecraft/config/simplexterrain.json new file mode 100644 index 0000000..7082768 --- /dev/null +++ b/minecraft/config/simplexterrain.json @@ -0,0 +1,49 @@ +{ + "configVersion": "0.5.0", + "doModCompat": true, + "addDetailNoise": true, + "reloadConfigCommand": false, + "optimizeChunkGenerationInvasively": true, + "threadedNoiseGeneration": true, + "simplexIsDefault": false, + "noiseGenerationThreads": 2, + "noiseGenerator": "SIMPLEX", + "postProcessors": [], + "noiseModifiers": [ + "PEAKS", + "MESA", + "DOMES" + ], + "baseHeight": 100, + "baseOctaveAmount": 11, + "detailOctaveAmount": 2, + "scaleOctaveAmount": 2, + "peaksOctaveAmount": 2, + "baseNoiseFrequencyCoefficient": 0.75, + "baseNoiseSamplingFrequency": 1.0, + "detailAmplitudeHigh": 2.0, + "detailAmplitudeLow": 4.0, + "detailFrequency": 20.0, + "scaleAmplitudeHigh": 0.2, + "scaleAmplitudeLow": 0.09, + "scaleFrequencyExponent": 10.0, + "peaksFrequency": 750.0, + "peaksSampleOffset": -0.33, + "peaksAmplitude": 280.0, + "detailNoiseThreshold": 0.0, + "scaleNoiseThreshold": -0.02, + "lowlandStartHeight": 66, + "midlandStartHeight": 90, + "highlandStartHeight": 140, + "toplandStartHeight": 190, + "biomeScaleAmount": 8, + "temperatureOffset": 0.0, + "humidityOffset": 0.0, + "seaLevel": 63, + "temperatureOctaveAmount": 1, + "humidityOctaveAmount": 2, + "temperatureFrequency": 15.0, + "humidityFrequency": 11.0, + "temperatureAmplitude": 1.2, + "humidityAmplitude": 1.2 +} \ No newline at end of file diff --git a/minecraft/config/simplexterrain/noisemodifiers/domes.json b/minecraft/config/simplexterrain/noisemodifiers/domes.json new file mode 100644 index 0000000..c299f5b --- /dev/null +++ b/minecraft/config/simplexterrain/noisemodifiers/domes.json @@ -0,0 +1,7 @@ +{ + "version": "0.5.0", + "octaves": 3, + "frequency": 200.0, + "blocksReplaceAmt": 40.0, + "replaceThreshold": 0.0 +} \ No newline at end of file diff --git a/minecraft/config/simplexterrain/noisemodifiers/mesas.json b/minecraft/config/simplexterrain/noisemodifiers/mesas.json new file mode 100644 index 0000000..7933e02 --- /dev/null +++ b/minecraft/config/simplexterrain/noisemodifiers/mesas.json @@ -0,0 +1,14 @@ +{ + "version": "0.5.0", + "terraceOctaves": 1, + "cutoffOctaves": 3, + "terraceFrequency": 100.0, + "cutoffFrequency": 1000.0, + "maximumScale": 8.0, + "noiseCutoff": 0.3, + "minTerraceThreshold": -0.3, + "minTerraceHeight": 14.0, + "maxTerraceThreshold": 0.3, + "maxTerraceHeight": 23.0, + "defaultTerraceHeight": 20.0 +} \ No newline at end of file diff --git a/minecraft/config/simplexterrain/noisemodifiers/peaks.json b/minecraft/config/simplexterrain/noisemodifiers/peaks.json new file mode 100644 index 0000000..355877e --- /dev/null +++ b/minecraft/config/simplexterrain/noisemodifiers/peaks.json @@ -0,0 +1,4 @@ +{ + "version": "0.5.0", + "comment": "The config for the peaks noise modifier remains in the main config for compatibility reasons." +} \ No newline at end of file diff --git a/minecraft/config/skinchange/data.txt b/minecraft/config/skinchange/data.txt new file mode 100644 index 0000000..e69de29 diff --git a/minecraft/config/sneakthroughberries.json b/minecraft/config/sneakthroughberries.json new file mode 100644 index 0000000..a4b0c6c --- /dev/null +++ b/minecraft/config/sneakthroughberries.json @@ -0,0 +1,10 @@ +{ + "_comment": "True if object is a requirement to avoid damage", + "wearingBoots": true, + "wearingLeggings": true, + "wearingAllArmor": false, + "wearingArmorAllowsWalking": true, + "sneaking": true, + "isPlayer": false, + "isNotPlayer": false +} \ No newline at end of file diff --git a/minecraft/config/snowdrift.json5 b/minecraft/config/snowdrift.json5 new file mode 100644 index 0000000..28cbc94 --- /dev/null +++ b/minecraft/config/snowdrift.json5 @@ -0,0 +1,12 @@ +{ + // The chance for a snow layer to attempt to appear at a random position in a chunk every tick. 200 is 1/200 chance, or about once every 10 seconds. 20 is about every second. + "increaseChancePerChunk": 200, + // The chance for a snow layer to attempt to disappear at a random position in a chunk every tick. 400 is 1/400 chance, or about once every 20 seconds. 20 is about every second. + "decreaseChancePerChunk": 400, + // Number of snow layers to keep during snow decay. + "layersToKeep": 1, + // Maximum amount of snow layers that is allowed to accumulate at one spot. 8 is the same as a single block. + "maxLayers": 8, + // Amount of snow blocks around a position that must be at least the same level of snow in order for snow to pile up. + "smoothingRequirement": 2 +} \ No newline at end of file diff --git a/minecraft/config/soulshards/soulshards.json b/minecraft/config/soulshards/soulshards.json new file mode 100644 index 0000000..065a220 --- /dev/null +++ b/minecraft/config/soulshards/soulshards.json @@ -0,0 +1,93 @@ +{ + "balance": { + "allowSpawnerAbsorption": true, + "absorptionBonus": 200, + "allowBossSpawns": false, + "countCageBornForShard": false, + "requireOwnerOnline": false, + "requireRedstoneSignal": false, + "allowShardCombination": true, + "spawnCap": 32 + }, + "client": { + "displayDurabilityBar": true + }, + "entityList": { + "entities": { + "minecraft:pillager": true, + "minecraft:giant": true, + "mooblooms:wither_rose_moobloom": true, + "mooblooms:poppy_moobloom": true, + "minecraft:hoglin": true, + "minecraft:trader_llama": true, + "minecraft:guardian": true, + "minecraft:parrot": true, + "minecraft:wither": false, + "minecraft:horse": true, + "summonedbee:summoned_bee": true, + "minecraft:polar_bear": true, + "mooblooms:allium_moobloom": true, + "minecraft:bat": true, + "minecraft:wandering_trader": true, + "minecraft:phantom": true, + "minecraft:witch": true, + "minecraft:wither_skeleton": true, + "minecraft:llama": true, + "minecraft:pig": true, + "minecraft:husk": true, + "minecraft:turtle": true, + "minecraft:sheep": true, + "mooblooms:cluckshroom": true, + "minecraft:ender_dragon": false, + "minecraft:cave_spider": true, + "minecraft:enderman": true, + "mooblooms:cornflower_moobloom": true, + "minecraft:dolphin": true, + "minecraft:vex": true, + "minecraft:blaze": true, + "minecraft:cod": true, + "minecraft:skeleton": true, + "minecraft:elder_guardian": false, + "minecraft:donkey": true, + "minecraft:zombie_pigman": true, + "minecraft:ravager": true, + "minecraft:squid": true, + "minecraft:ghast": true, + "minecraft:mule": true, + "minecraft:skeleton_horse": true, + "minecraft:cow": true, + "minecraft:vindicator": true, + "minecraft:zombie_horse": true, + "minecraft:magma_cube": true, + "minecraft:spider": true, + "minecraft:creeper": true, + "minecraft:bee": true, + "minecraft:evoker": true, + "minecraft:slime": true, + "mooblooms:dandelion_moobloom": true, + "minecraft:cat": true, + "minecraft:pufferfish": true, + "minecraft:illusioner": true, + "minecraft:salmon": true, + "minecraft:fox": true, + "minecraft:tropical_fish": true, + "mooblooms:suncower": true, + "mooblooms:bambmoo": true, + "minecraft:shulker": true, + "minecraft:mooshroom": true, + "mooblooms:oxeye_daisy_moobloom": true, + "minecraft:ocelot": true, + "minecraft:silverfish": true, + "minecraft:stray": true, + "minecraft:endermite": true, + "minecraft:chicken": true, + "minecraft:zombie": true, + "minecraft:drowned": true, + "minecraft:wolf": true, + "minecraft:panda": true, + "minecraft:zombie_villager": true, + "minecraft:rabbit": true, + "mooblooms:blue_orchid_moobloom": true + } + } +} \ No newline at end of file diff --git a/minecraft/config/soulshards/tiers.json b/minecraft/config/soulshards/tiers.json new file mode 100644 index 0000000..7307cc3 --- /dev/null +++ b/minecraft/config/soulshards/tiers.json @@ -0,0 +1,50 @@ +[ + { + "killRequirement": 0, + "checkPlayer": true, + "checkLight": false, + "checkRedstone": false, + "spawnAmount": 0, + "cooldown": 0 + }, + { + "killRequirement": 64, + "checkPlayer": true, + "checkLight": true, + "checkRedstone": false, + "spawnAmount": 2, + "cooldown": 400 + }, + { + "killRequirement": 128, + "checkPlayer": true, + "checkLight": true, + "checkRedstone": false, + "spawnAmount": 4, + "cooldown": 200 + }, + { + "killRequirement": 256, + "checkPlayer": false, + "checkLight": true, + "checkRedstone": false, + "spawnAmount": 4, + "cooldown": 100 + }, + { + "killRequirement": 512, + "checkPlayer": false, + "checkLight": false, + "checkRedstone": false, + "spawnAmount": 4, + "cooldown": 100 + }, + { + "killRequirement": 1024, + "checkPlayer": false, + "checkLight": false, + "checkRedstone": true, + "spawnAmount": 6, + "cooldown": 40 + } +] \ No newline at end of file diff --git a/minecraft/config/statement/config.json b/minecraft/config/statement/config.json new file mode 100644 index 0000000..1ead7e1 --- /dev/null +++ b/minecraft/config/statement/config.json @@ -0,0 +1,4 @@ +{ + "customBlockStateSync": {}, + "enableIdSyncApi": true +} diff --git a/minecraft/config/teamreborn/reborncore/selected_energy.json b/minecraft/config/teamreborn/reborncore/selected_energy.json new file mode 100644 index 0000000..9fb75b8 --- /dev/null +++ b/minecraft/config/teamreborn/reborncore/selected_energy.json @@ -0,0 +1 @@ +E \ No newline at end of file diff --git a/minecraft/config/techreborn/generators.json b/minecraft/config/techreborn/generators.json new file mode 100644 index 0000000..b65f889 --- /dev/null +++ b/minecraft/config/techreborn/generators.json @@ -0,0 +1,206 @@ +{ + "lightning_rod": { + "LightningRodChanceOfStrike": { + "comment": "Chance of lightning striking a rod (Range: 0-70)", + "value": 24 + }, + "LightningRodMaxOutput": { + "comment": "Lightning Rod Max Output (Value in EU)", + "value": 2048 + }, + "LightningRodMaxEnergy": { + "comment": "Lightning Rod Max Energy (Value in EU)", + "value": 100000000 + }, + "LightningRodBaseStrikeEnergy": { + "comment": "Base amount of energy per strike (Value in EU)", + "value": 262144 + } + }, + "water_mill": { + "WaterMillMaxEnergy": { + "comment": "Water Mill Max Energy (Value in EU)", + "value": 1000 + }, + "WaterMillMaxOutput": { + "comment": "Water Mill Max Output (Value in EU)", + "value": 32 + }, + "WaterMillEnergyPerTick": { + "comment": "Water Mill Energy Multiplier", + "value": 0.1 + } + }, + "dragon_egg_siphoner": { + "DragonEggSiphonerMaxEnergy": { + "comment": "Dragon Egg Siphoner Max Energy (Value in EU)", + "value": 1000 + }, + "DragonEggSiphonerMaxOutput": { + "comment": "Dragon Egg Siphoner Max Output (Value in EU)", + "value": 128 + }, + "DragonEggSiphonerEnergyPerTick": { + "comment": "Dragon Egg Siphoner Energy Per Tick (Value in EU)", + "value": 4 + } + }, + "thermal_generator": { + "ThermalGeneratorMaxOutput": { + "comment": "Thermal Generator Max Output (Value in EU)", + "value": 128 + }, + "ThermalGeneratorMaxEnergy": { + "comment": "Thermal Generator Max Energy (Value in EU)", + "value": 1000000 + }, + "ThermalGeneratorEnergyPerTick": { + "comment": "Thermal Generator Energy Per Tick (Value in EU)", + "value": 16 + } + }, + "wind_mill": { + "WindMillMaxEnergy": { + "comment": "Wind Mill Max Energy (Value in EU)", + "value": 10000 + }, + "WindMillMaxOutput": { + "comment": "Wind Mill Max Output (Value in EU)", + "value": 128 + }, + "WindMillEnergyPerTick": { + "comment": "Wind Mill Energy Per Tick (Value in EU)", + "value": 2 + }, + "WindMillThunderMultiplier": { + "comment": "Wind Mill Thunder Multiplier", + "value": 1.25 + } + }, + "plasma_generator": { + "PlasmaGeneratorEnergyPerTick": { + "comment": "Plasma Generator Energy Per Tick (Value in EU)", + "value": 400 + }, + "PlasmaGeneratorMaxOutput": { + "comment": "Plasma Generator Max Output (Value in EU)", + "value": 2048 + }, + "PlasmaGeneratorMaxEnergy": { + "comment": "Plasma Generator Max Energy (Value in EU)", + "value": 5.0E8 + } + }, + "solarPanelBasic": { + "basicNightRate": { + "comment": "Generation rate during night for Basic Solar Panel (Value in FE)", + "value": 0 + }, + "basicDayRate": { + "comment": "Generation rate during day for Basic Solar Panel (Value in FE)", + "value": 1 + } + }, + "solarPanelAdvanced": { + "advancedNightRate": { + "comment": "Generation rate during night for Advanced Solar Panel (Value in FE)", + "value": 0 + }, + "advancedDayRate": { + "comment": "Generation rate during day for Advanced Solar Panel (Value in FE)", + "value": 16 + } + }, + "solarPanelQuantum": { + "quantumNightRate": { + "comment": "Generation rate during night for Quantum Solar Panel (Value in FE)", + "value": 128 + }, + "quantumDayRate": { + "comment": "Generation rate during day for Quantum Solar Panel (Value in FE)", + "value": 2048 + } + }, + "solarPanelIndustrial": { + "industrialNightRate": { + "comment": "Generation rate during night for Industrial Solar Panel (Value in FE)", + "value": 2 + }, + "industrialDayRate": { + "comment": "Generation rate during day for Industrial Solar Panel (Value in FE)", + "value": 64 + } + }, + "generator": { + "GeneratorMaxOutput": { + "comment": "Solid Fuel Generator Max Output (Value in EU)", + "value": 32 + }, + "GeneratorMaxEnergy": { + "comment": "Solid Fuel Generator Max Energy (Value in EU)", + "value": 10000 + }, + "GeneratorEnergyOutput": { + "comment": "Solid Fuel Generator Energy Output Amount (Value in EU)", + "value": 10 + } + }, + "semifluid_generator": { + "SemifluidGeneratorMaxEnergy": { + "comment": "Semifluid Generator Max Energy (Value in EU)", + "value": 1000000 + }, + "SemifluidGeneratorMaxOutput": { + "comment": "Semifluid Generator Max Output (Value in EU)", + "value": 128 + }, + "SemifluidGeneratorEnergyPerTick": { + "comment": "Semifluid Generator Energy Per Tick (Value in EU)", + "value": 8 + } + }, + "gas_generator": { + "GasGeneratorMaxEnergy": { + "comment": "Gas Generator Max Energy (Value in EU)", + "value": 1000000 + }, + "GasGeneratorMaxOutput": { + "comment": "Gas Generator Max Output (Value in EU)", + "value": 128 + }, + "GasGeneratorEnergyPerTick": { + "comment": "Gas Generator Energy Per Tick (Value in EU)", + "value": 16 + } + }, + "solarPanelGeneral": { + "internalCapacity": { + "comment": "Multiplier for internal capacity of solar panels (multiplier * day generation rate)", + "value": 2000 + } + }, + "solarPanelUltimate": { + "ultimateDayRate": { + "comment": "Generation rate during day for Ultimate Solar Panel (Value in FE)", + "value": 256 + }, + "ultimateNightRate": { + "comment": "Generation rate during night for Ultimate Solar Panel (Value in FE)", + "value": 16 + } + }, + "diesel_generator": { + "DieselGeneratorMaxEnergy": { + "comment": "Diesel Generator Max Energy (Value in EU)", + "value": 10000 + }, + "DieselGeneratorMaxOutput": { + "comment": "Diesel Generator Max Output (Value in EU)", + "value": 32 + }, + "DieselGeneratorEnergyPerTick": { + "comment": "Diesel Generator Energy Per Tick (Value in EU)", + "value": 20 + } + } +} \ No newline at end of file diff --git a/minecraft/config/techreborn/items.json b/minecraft/config/techreborn/items.json new file mode 100644 index 0000000..0e423bd --- /dev/null +++ b/minecraft/config/techreborn/items.json @@ -0,0 +1,196 @@ +{ + "power": { + "advancedDrillCharge": { + "comment": "Energy Capacity for Advanced Drill", + "value": 100000 + }, + "industrialJackhammerCost": { + "comment": "Energy Cost for Industrial Jackhammer", + "value": 150 + }, + "basicJackhammerCharge": { + "comment": "Energy Capacity for Basic Jackhammer", + "value": 10000 + }, + "clockingDeviceEnergyUsage": { + "comment": "Cloacking device energy usesage (FE)", + "value": 10 + }, + "quantumSuitSprintingCost": { + "comment": "Quantum Suit Sprinting Cost", + "value": 20.0 + }, + "cloakingDeviceCharge": { + "comment": "Energy Capacity for Clocking Device (FE)", + "value": 40000000 + }, + "LithiumBatpackCharge": { + "comment": "Energy Capacity for Lithium Batpack", + "value": 600000 + }, + "basicJackhammerCost": { + "comment": "Energy Cost for Basic Jackhammer", + "value": 50 + }, + "lapotronicOrbMaxCharge": { + "comment": "Energy Capacity for Lapotronic Orb", + "value": 100000000 + }, + "advancedDrillCost": { + "comment": "Energy Cost for Advanced Drill", + "value": 100 + }, + "lithiumIonBatteryMaxCharge": { + "comment": "Energy Capacity for Lithium Ion Battery", + "value": 100000 + }, + "advancedChainsawCharge": { + "comment": "Energy Capacity for Advanced Chainsaw", + "value": 100000 + }, + "nanoSaberCharge": { + "comment": "Energy Capacity for Nano Saber", + "value": 1000000 + }, + "lapotronPackCharge": { + "comment": "Energy Capacity for Lapotron Pack", + "value": 100000000 + }, + "basicDrillCharge": { + "comment": "Energy Capacity for Basic Drill", + "value": 10000 + }, + "industrialJackhammerCharge": { + "comment": "Energy Capacity for Industrial Jackhammer", + "value": 1000000 + }, + "quantumSuitFireExtinguishCost": { + "comment": "Quantum Suit Cost for Fire Extinguish", + "value": 50.0 + }, + "nanoSaberCost": { + "comment": "Energy Cost for Nano Saber", + "value": 150 + }, + "quantumSuitCapacity": { + "comment": "Quantum Suit Energy Capacity", + "value": 4.0E7 + }, + "quantumSuitBreathingCost": { + "comment": "Quantum Suit Breathing Cost", + "value": 20.0 + }, + "advancedJackhammerCharge": { + "comment": "Energy Capacity for Advanced Jackhammer", + "value": 100000 + }, + "rockCutterCost": { + "comment": "Energy Cost for Rock Cutter (FE)", + "value": 500 + }, + "advancedJackhammerCost": { + "comment": "Energy Cost for Advanced Jackhammer", + "value": 100 + }, + "electricTreetapCost": { + "comment": "Energy Cost for Electric Treetap", + "value": 50 + }, + "omniToolHitCost": { + "comment": "Hit Energy Cost for Omni Tool", + "value": 125 + }, + "redCellBatteryMaxCharge": { + "comment": "Energy Capacity for Red Cell Battery", + "value": 10000 + }, + "basicChainsawCost": { + "comment": "Energy Cost for Basic Chainsaw", + "value": 50 + }, + "advancedChainsawCost": { + "comment": "Energy Cost for Advanced Chainsaw", + "value": 100 + }, + "basicChainsawCharge": { + "comment": "Energy Capacity for Basic Chainsaw", + "value": 10000 + }, + "basicDrillCost": { + "comment": "Energy Cost for Basic Drill", + "value": 50 + }, + "industrialDrillCost": { + "comment": "Energy Cost for Industrial Drill", + "value": 150 + }, + "industrialChainsawCharge": { + "comment": "Energy Capacity for Industrial Chainsaw", + "value": 1000000 + }, + "quantumSuitFlyingCost": { + "comment": "Quantum Suit Flying Cost", + "value": 50.0 + }, + "omniToolCost": { + "comment": "Energy Cost for Omni Tool", + "value": 100 + }, + "industrialChainsawCost": { + "comment": "Energy Cost for Industrial Chainsaw", + "value": 150 + }, + "lapotronCrystalMaxCharge": { + "comment": "Energy Capacity for Lapotron Crystal", + "value": 10000000 + }, + "quantumSuitSwimmingCost": { + "comment": "Quantum Suit Swimming Cost", + "value": 20.0 + }, + "rockCutterCharge": { + "comment": "Energy Capacity for Rock Cutter (FE)", + "value": 400000 + }, + "energyCrystalMaxCharge": { + "comment": "Energy Capacity for Energy Crystal", + "value": 1000000 + }, + "omniToolCharge": { + "comment": "Energy Capacity for Omni Tool", + "value": 1000000 + }, + "industrialDrillCharge": { + "comment": "Energy Capacity for Industrial Drill", + "value": 1000000 + }, + "electricTreetapCharge": { + "comment": "Energy Capacity for Electric Treetap", + "value": 10000 + } + }, + "upgrades": { + "overclcoker_speed": { + "comment": "Overclocker behavior speed multipiler", + "value": 0.25 + }, + "super_conductor": { + "comment": "Energy flow power increase", + "value": 1.0 + }, + "overclcoker_power": { + "comment": "Overclocker behavior power multipiler", + "value": 0.75 + }, + "energy_storage": { + "comment": "Energy storage behavior extra power", + "value": 40000.0 + } + }, + "general": { + "enableGemTools": { + "comment": "Enable Gem armor and tools", + "value": true + } + } +} \ No newline at end of file diff --git a/minecraft/config/techreborn/machines.json b/minecraft/config/techreborn/machines.json new file mode 100644 index 0000000..f5aa012 --- /dev/null +++ b/minecraft/config/techreborn/machines.json @@ -0,0 +1,393 @@ +{ + "greenhouse_controller": { + "GreenhouseControllerEnergyPerBonemeal": { + "comment": "Greenhouse Controller Energy Per Bonemeal", + "value": 50 + }, + "GreenhouseControllerMaxEnergy": { + "comment": "Greenhouse Controller Max Energy", + "value": 1000 + }, + "GreenhouseControllerEnergyPerTick": { + "comment": "Greenhouse Controller Energy Per Tick", + "value": 2 + }, + "GreenhouseControllerEnergyPerHarvest": { + "comment": "Greenhouse Controller Energy Per Harvest", + "value": 100 + }, + "GreenhouseControllerMaxInput": { + "comment": "Greenhouse Controller Max Input", + "value": 32 + } + }, + "lesu": { + "LesuMaxEnergyPerBlock": { + "comment": "LESU Max Energy Per Block", + "value": 1000000 + }, + "LesuBaseOutput": { + "comment": "LESU Base Output", + "value": 5 + }, + "LesuExtraIO": { + "comment": "LESU Extra I/O Multiplier", + "value": 1 + } + }, + "implosion_compressor": { + "ImplosionCompressorMaxEnergy": { + "comment": "Implosion Compressor Max Energy (Value in EU)", + "value": 64000 + }, + "ImplosionCompressorMaxInput": { + "comment": "Implosion Compressor Max Input (Value in EU)", + "value": 64 + } + }, + "industrial_sawmill": { + "IndustrialSawmillMaxEnergy": { + "comment": "Industrial Sawmill Max Energy (Value in EU)", + "value": 10000 + }, + "IndustrialSawmillMaxInput": { + "comment": "Industrial Sawmill Max Input (Value in EU)", + "value": 128 + } + }, + "centrifuge": { + "CentrifugeMaxInput": { + "comment": "Centrifuge Max Input (Value in EU)", + "value": 32 + }, + "CentrifugeMaxEnergy": { + "comment": "Centrifuge Max Energy (Value in EU)", + "value": 10000 + } + }, + "matter_fabricator": { + "MatterFabricatorMaxEnergy": { + "comment": "Matter Fabricator Max Energy (Value in EU)", + "value": 10000000 + }, + "MatterFabricatorEnergyPerAmp": { + "comment": "Matter Fabricator EU per amplifier unit, multiply this with the rate for total EU", + "value": 5 + }, + "MatterFabricatorFabricationRate": { + "comment": "Matter Fabricator Fabrication Rate, amount of amplifier units per UUM", + "value": 6000 + }, + "MatterFabricatorMaxInput": { + "comment": "Matter Fabricator Max Input (Value in EU)", + "value": 8192 + } + }, + "scrapboxinator": { + "ScrapboxinatorMaxEnergy": { + "comment": "Scrapboxinator Max Energy (Value in EU)", + "value": 1000 + }, + "ScrapboxinatorMaxInput": { + "comment": "Scrapboxinator Max Input (Value in EU)", + "value": 32 + } + }, + "rolling_machine": { + "RollingMachineMaxEnergy": { + "comment": "Rolling Machine Max Energy (Value in EU)", + "value": 10000 + }, + "RollingMachineEnergyRunTime": { + "comment": "Rolling Machine Run Time", + "value": 250 + }, + "RollingMachineEnergyPerTick": { + "comment": "Rolling Machine Energy Per Tick (Value in EU)", + "value": 5 + }, + "RollingMachineMaxInput": { + "comment": "Rolling Machine Max Input (Value in EU)", + "value": 32 + } + }, + "assembling_machine": { + "AssemblingMachineMaxEnergy": { + "comment": "Assembling Machine Max Energy (Value in EU)", + "value": 10000 + }, + "AssemblingMachineMaxInput": { + "comment": "Assembling Machine Max Input (Value in EU)", + "value": 128 + } + }, + "electric_furnace": { + "ElectricFurnaceInput": { + "comment": "Electric Furnace Max Input (Value in EU)", + "value": 32 + }, + "ElectricFurnaceMaxEnergy": { + "comment": "Electric Furnace Max Energy (Value in EU)", + "value": 1000 + } + }, + "vacuumfreezer": { + "VacuumFreezerMaxEnergy": { + "comment": "Vacuum Freezer Max Energy (Value in EU)", + "value": 64000 + }, + "VacuumFreezerInput": { + "comment": "Vacuum Freezer Max Input (Value in EU)", + "value": 64 + } + }, + "storage": { + "QuantumTankUnitCapacity": { + "comment": "How much liquid a Quantum Tank Unit can take (Value in buckets, 1000 Mb)(Compat: \u003d\u003d MAX_VALUE)", + "value": 2147483 + }, + "AdvancedStorageMaxStorage": { + "comment": "Maximum amount of items an Advanced Storage Unit can store", + "value": 44800 + }, + "BasicStorageUnitMaxStorage": { + "comment": "Maximum amount of items a Basic Storage Unit can store", + "value": 12800 + }, + "CrudeStorageUnitMaxStorage": { + "comment": "Maximum amount of items a Crude Storage Unit can store", + "value": 3200 + }, + "QuantumStorageUnitMaxStorage": { + "comment": "Maximum amount of items a Quantum Storage Unit can store (Compat: \u003d\u003d MAX_VALUE)", + "value": 2147483647 + }, + "AdvancedTankUnitMaxStorage": { + "comment": "How much liquid an Advanced Tank Unit can take (Value in buckets, 1000 Mb)", + "value": 7000 + }, + "IndustrialStorageMaxStorage": { + "comment": "Maximum amount of items an Industrial Storage Unit can store (Compat: \u003e\u003d 32768)", + "value": 96000 + }, + "BasicTankUnitCapacity": { + "comment": "How much liquid a Basic Tank Unit can take (Value in buckets, 1000 Mb)", + "value": 2500 + }, + "IndustrialTankUnitCapacity": { + "comment": "How much liquid an Industrial Tank Unit can take (Value in buckets, 1000 Mb)", + "value": 10000 + } + }, + "charge_bench": { + "ChargeBenchMaxEnergy": { + "comment": "Charge Bench Max Energy (Value in EU)", + "value": 100000000 + }, + "ChargeBenchMaxInput": { + "comment": "Charge Bench Max Input (Value in EU)", + "value": 512 + }, + "ChargeBenchMaxOutput": { + "comment": "Charge Bench Max Output (Value in EU)", + "value": 512 + } + }, + "Distillation_tower": { + "DistillationTowerMaxEnergy": { + "comment": "Distillation Tower Max Energy (Value in EU)", + "value": 10000 + }, + "DistillationTowerMaxInput": { + "comment": "Distillation Tower Max Input (Value in EU)", + "value": 128 + } + }, + "fusion_reactor": { + "FusionReactorMaxInput": { + "comment": "Fusion Reactor Max Input (Value in EU)", + "value": 8192 + }, + "FusionReactorMaxCoilSize": { + "comment": "Fusion Reactor Max Coil size (Radius)", + "value": 50 + }, + "FusionReactorMaxEnergy": { + "comment": "Fusion Reactor Max Energy (Value in EU)", + "value": 100000000 + }, + "FusionReactorMaxOutput": { + "comment": "Fusion Reactor Max Output (Value in EU)", + "value": 1000000 + } + }, + "grinder": { + "GrinderInput": { + "comment": "Grinder Max Input (Value in EU)", + "value": 32 + }, + "GrinderMaxEnergy": { + "comment": "Grinder Max Energy (Value in EU)", + "value": 1000 + } + }, + "solid_canning_machine": { + "solidCanningMachineMaxEnergy": { + "comment": "Solid Canning Machine Max Energy (Value in EU)", + "value": 1000 + }, + "solidCanningMachineMaxInput": { + "comment": "Solid Canning Machine Max Input (Value in EU)", + "value": 32 + } + }, + "compressor": { + "CompressorMaxEnergy": { + "comment": "Compressor Max Energy (Value in EU)", + "value": 1000 + }, + "CompressorInput": { + "comment": "Compressor Max Input (Value in EU)", + "value": 32 + } + }, + "fluidreplicator": { + "FluidReplicatorMaxEnergy": { + "comment": "Fluid Replicator Max Energy (Value in EU)", + "value": 400000 + }, + "FluidReplicatorMaxInput": { + "comment": "Fluid Replicator Max Input (Value in EU)", + "value": 256 + } + }, + "iron_machine": { + "fuel_scale": { + "comment": "Multiplier for vanilla furnace item burn time", + "value": 1.25 + }, + "cooking_scale": { + "comment": "Multiplier for vanilla furnace item cook time", + "value": 1.25 + } + }, + "player_detector": { + "PlayerDetectorMaxEnergy": { + "comment": "Player Detector Max Energy (Value in EU)", + "value": 10000 + }, + "PlayerDetectorEUPerSecond": { + "comment": "Player Detector Energy Consumption per second (Value in EU)", + "value": 10 + }, + "PlayerDetectorMaxInput": { + "comment": "Player Detector Max Input (Value in EU)", + "value": 32 + } + }, + "alloy_smelter": { + "AlloySmelterMaxEnergy": { + "comment": "Alloy Smelter Max Energy (Value in EU)", + "value": 1000 + }, + "AlloySmelterMaxInput": { + "comment": "Alloy Smelter Max Input (Value in EU)", + "value": 32 + } + }, + "extractor": { + "ExtractorInput": { + "comment": "Extractor Max Input (Value in EU)", + "value": 32 + }, + "ExtractorMaxEnergy": { + "comment": "Extractor Max Energy (Value in EU)", + "value": 1000 + } + }, + "industrial_furnace": { + "IndustrialFurnaceMaxInput": { + "comment": "Industrial Blast Furnace Max Input (Value in EU)", + "value": 128 + }, + "IndustrialFurnaceMaxEnergy": { + "comment": "Industrial Blast Furnace Max Energy (Value in EU)", + "value": 40000 + } + }, + "chemical_reactor": { + "ChemicalReactorMaxInput": { + "comment": "Chemical Reactor Max Input (Value in EU)", + "value": 128 + }, + "ChemicalReactorMaxEnergy": { + "comment": "Chemical Reactor Max Energy (Value in EU)", + "value": 10000 + } + }, + "chunk_loader": { + "ChunkLoaderMaxRadius": { + "comment": "Chunk Loader Max Radius", + "value": 5 + } + }, + "recycler": { + "RecyclerInput": { + "comment": "Recycler Max Input (Value in EU)", + "value": 32 + }, + "RecyclerBlacklist": { + "comment": "Recycler blacklist", + "value": [ + "techreborn:scrap_box", + "techreborn:scrap" + ] + }, + "RecyclerMaxEnergy": { + "comment": "Recycler Max Energy (Value in EU)", + "value": 1000 + } + }, + "industrial_grinder": { + "IndustrialGrinderMaxEnergy": { + "comment": "Industrial Grinder Max Energy (Value in EU)", + "value": 10000 + }, + "IndustrialGrinderMaxInput": { + "comment": "Industrial Grinder Max Input (Value in EU)", + "value": 128 + } + }, + "autocrafter": { + "AutoCrafterInput": { + "comment": "AutoCrafting Table Max Input (Value in EU)", + "value": 32 + }, + "AutoCrafterMaxEnergy": { + "comment": "AutoCrafting Table Max Energy (Value in EU)", + "value": 10000 + } + }, + "aesu": { + "AesuMaxEnergy": { + "comment": "AESU Max Energy", + "value": 100000000 + } + }, + "idsu": { + "IdsuMaxEnergy": { + "comment": "IDSU Max Energy", + "value": 1000000000 + } + }, + "industrial_electrolyzer": { + "IndustrialElectrolyzerMaxEnergy": { + "comment": "Industrial Electrolyzer Max Energy (Value in EU)", + "value": 10000 + }, + "IndustrialElectrolyzerMaxInput": { + "comment": "Industrial Electrolyzer Max Input (Value in EU)", + "value": 128 + } + } +} \ No newline at end of file diff --git a/minecraft/config/techreborn/misc.json b/minecraft/config/techreborn/misc.json new file mode 100644 index 0000000..0175685 --- /dev/null +++ b/minecraft/config/techreborn/misc.json @@ -0,0 +1,48 @@ +{ + "general": { + "DispenserScrapbox": { + "comment": "Dispensers will open scrapboxes", + "value": true + }, + "manualRefund": { + "comment": "Allow refunding items used to craft the manual", + "value": true + }, + "MachineSoundVolume": { + "comment": "Machines crafting sound volume (0 - disabled, 1 - max)", + "value": 1.0 + }, + "IC2TransformersStyle": { + "comment": "Input from dots side, output from other sides, like in IC2.", + "value": true + } + }, + "nuke": { + "radius": { + "comment": "Nuke explision radius", + "value": 40 + }, + "fusetime": { + "comment": "Nuke fuse time (ticks)", + "value": 400 + }, + "enabled": { + "comment": "Should the nuke explode, set to false to prevent block damage", + "value": true + } + }, + "cable": { + "uninsulatedElectrocutionDamage": { + "comment": "When true an uninsulated cable will cause damage to entities", + "value": true + }, + "uninsulatedElectrocutionSound": { + "comment": "When true an uninsulated cable will create a spark sound when an entity touches it", + "value": true + }, + "uninsulatedElectrocutionParticles": { + "comment": "When true an uninsulated cable will create a spark when an entity touches it", + "value": true + } + } +} \ No newline at end of file diff --git a/minecraft/config/techreborn/world.json b/minecraft/config/techreborn/world.json new file mode 100644 index 0000000..f83d97c --- /dev/null +++ b/minecraft/config/techreborn/world.json @@ -0,0 +1,16 @@ +{ + "loot": { + "enableOverworldLoot": { + "comment": "When true TechReborn will add ingots, machine frames and circuits to OverWorld loot chests.", + "value": true + }, + "enableEndLoot": { + "comment": "When true TechReborn will add ingots, machine frames and circuits to The End loot chests.", + "value": true + }, + "enableNetherLoot": { + "comment": "When true TechReborn will add ingots, machine frames and circuits to Nether loot chests.", + "value": true + } + } +} \ No newline at end of file diff --git a/minecraft/config/terrestria/biomes.json b/minecraft/config/terrestria/biomes.json new file mode 100644 index 0000000..3ee09e2 --- /dev/null +++ b/minecraft/config/terrestria/biomes.json @@ -0,0 +1,55 @@ +{ + "freeze": false, + "continental": { + "japanese_maple_forest": { + "weight": 1.0, + "enable": true + }, + "hemlock_rainforest": { + "weight": 1.0, + "enable": true + }, + "lush_redwood_forest": { + "weight": 1.0, + "enable": true + }, + "sakura_forest": { + "weight": 1.0, + "enable": true + }, + "redwood_forest": { + "weight": 1.0, + "enable": true + }, + "dense_woodlands": { + "weight": 1.0, + "enable": true + }, + "cypress_forest": { + "weight": 1.0, + "enable": true + }, + "snowy_hemlock_forest": { + "weight": 2.0, + "enable": true + }, + "cypress_swamp": { + "weight": 1.0, + "enable": true + } + }, + "variants": { + "caldera": { + "chance": 0.33, + "enable": true + }, + "rainbow_rainforest": { + "chance": 0.33, + "enable": true + }, + "volcanic_island": { + "chance": 0.1, + "enable": true + } + } +} \ No newline at end of file diff --git a/minecraft/config/towelette/config.json b/minecraft/config/towelette/config.json new file mode 100644 index 0000000..dbb011f --- /dev/null +++ b/minecraft/config/towelette/config.json @@ -0,0 +1,30 @@ +{ + "replaceableFluids": false, + "unpushableFluids": true, + "flowingFluidlogging": false, + "accurateFlowBlocking": true, + "automaticFluidlogging": true, + "miscFluidlogging": { + "barrier": false, + "beacon": false, + "cauldron": false, + "end_portal": false, + "farmland": false, + "fire": false, + "grass_path": false, + "leaves": false, + "lily_pad": false, + "nether_portal": false, + "observer": false, + "pistons": true, + "redstone_block": false, + "redstone_dust": true, + "shulker_boxes": false, + "slime_block": false, + "spawner": false, + "structure_void": false, + "torches": true + }, + "enableBlacklistAPI": true, + "blacklistedFluidIds": [] +} diff --git a/minecraft/config/traverse/biomes.json b/minecraft/config/traverse/biomes.json new file mode 100644 index 0000000..d69f751 --- /dev/null +++ b/minecraft/config/traverse/biomes.json @@ -0,0 +1,75 @@ +{ + "freeze": false, + "continental": { + "cliffs": { + "weight": 0.4, + "enable": true + }, + "arid_highlands": { + "weight": 2.0, + "enable": true + }, + "autumnal_woods": { + "weight": 1.0, + "enable": true + }, + "rolling_hills": { + "weight": 0.7, + "enable": true + }, + "plains_plateau": { + "weight": 0.1, + "enable": true + }, + "high_coniferous_forest": { + "weight": 0.2, + "enable": true + }, + "snowy_coniferous_forest": { + "weight": 0.5, + "enable": true + }, + "woodlands": { + "weight": 1.0, + "enable": true + }, + "desert_shrubland": { + "weight": 0.8, + "enable": true + }, + "snowy_high_coniferous_forest": { + "weight": 0.125, + "enable": true + }, + "coniferous_forest": { + "weight": 0.8, + "enable": true + }, + "mini_jungle": { + "weight": 0.2, + "enable": true + }, + "meadow": { + "weight": 0.9, + "enable": true + } + }, + "variants": { + "lush_swamp": { + "chance": 0.2, + "enable": true + }, + "wooded_island": { + "chance": 0.1, + "enable": true + }, + "mini_jungle": { + "chance": 0.15, + "enable": true + }, + "meadow": { + "chance": 0.2, + "enable": true + } + } +} \ No newline at end of file diff --git a/minecraft/config/trees-do-not-float.json5 b/minecraft/config/trees-do-not-float.json5 new file mode 100644 index 0000000..772ba6b --- /dev/null +++ b/minecraft/config/trees-do-not-float.json5 @@ -0,0 +1,40 @@ +{ + // When do trees break? (NO_SUPPORT, LOG_BREAK, or USE_TOOL) + "fallCondition": "NO_SUPPORT", + // Log blocks move to the ground instead of dropping as items. Can be laggy. + "keepLogsIntact": false, + // Render falling logs? (Affects client side only.) Can be laggy. + "renderFallingLogs": false, + // Falling logs break leaves and other plants on the way down. + "fallingLogsBreakPlants": true, + // Falling logs break glass and other fragile blocks. + "fallingLogsBreakFragile": false, + // Protect logs placed by players. + "protectPlayerLogs": true, + // Place dropped items directly into player inventory. (Good for skyblock) + "directDeposit": false, + // Apply fortune from axe used to fell a tree. (If an axe was used.) + "applyFortune": true, + // Remove durability from an axe used to fell a tree. (If an axe was used.) + "consumeDurability": true, + // Tools take durability loss from leaves as well as logs. + "leafDurability": false, + // Don't break tools when using durability. + "protectTools": true, + // Players gain hunger from felling trees, as if they had broken each log. + "applyHunger": true, + // Players gain hunger from leaves in addition to logs. + "leafHunger": false, + // Consolidate item drops into stacks to prevent lag. + "stackDrops": true, + // Play particles and sounds? Number is max effects per second. 0-20 + "effectsPerSecond": 4, + // Max log/leaf blocks to break per tick. 1 - 128 + "maxBreaksPerTick": 32, + // Max percentage of each server tick that can be used by TDNF. 1 - 5 + "tickBudget": 1, + // Max number of active falling block entities. 1 - 64 + "maxFallingBlocks": 16, + // Tree cutting jobs will be abandoned if they take longer than tnis number of ticks. 20-2400 + "jobTimeoutTicks": 200 +} \ No newline at end of file diff --git a/minecraft/config/trumpet-skeleton.properties b/minecraft/config/trumpet-skeleton.properties new file mode 100644 index 0000000..012d823 --- /dev/null +++ b/minecraft/config/trumpet-skeleton.properties @@ -0,0 +1,3 @@ +#Trumpet Skeleton configuration +#Wed Feb 05 22:51:19 CET 2020 +relativeSpawnWeight=0.05 diff --git a/minecraft/config/vanilla-hammers.json b/minecraft/config/vanilla-hammers.json new file mode 100644 index 0000000..33c6399 --- /dev/null +++ b/minecraft/config/vanilla-hammers.json @@ -0,0 +1,10 @@ +{ + "enableExtraMaterials": true, + "enableTaterHammer": true, + "enableFull3x3": false, + "fullBlockHitbox": false, + "alwaysShowSingleBlockHitbox": false, + "showSingleBlockWhenSneaking": true, + "breakSingleBlockWhenSneaking": true, + "durabilityModifier": 5 +} \ No newline at end of file diff --git a/minecraft/config/waila/waila.json b/minecraft/config/waila/waila.json new file mode 100644 index 0000000..3e5c777 --- /dev/null +++ b/minecraft/config/waila/waila.json @@ -0,0 +1,46 @@ +{ + "general": { + "displayTooltip": true, + "shiftForDetails": false, + "displayMode": "TOGGLE", + "hideFromPlayerList": true, + "hideFromDebug": true, + "showItem": true, + "enableTextToSpeech": false, + "maxHealthForRender": 40, + "maxHeartsPerLine": 10, + "displayFluids": false + }, + "overlay": { + "overlayPosX": 0.5, + "overlayPosY": 0.99, + "overlayScale": 1.0, + "color": { + "alpha": 80, + "themes": [ + { + "id": "waila:dark", + "backgroundColor": 1250067, + "gradientStart": 3684408, + "gradientEnd": 2368548, + "fontColor": 10526880 + }, + { + "id": "waila:vanilla", + "backgroundColor": 1048592, + "gradientStart": 5243135, + "gradientEnd": 2621567, + "fontColor": 10526880 + } + ], + "activeTheme": "waila:vanilla" + } + }, + "formatting": { + "modName": "\\u00A79\\u00A7o%s", + "blockName": "\\u00A7f%s", + "fluidName": "\\u00A7f%s", + "entityName": "\\u00A7f%s", + "registryName": "\\u00A77[%s]" + } +} \ No newline at end of file diff --git a/minecraft/config/waila/waila_plugins.json b/minecraft/config/waila/waila_plugins.json new file mode 100644 index 0000000..c416648 --- /dev/null +++ b/minecraft/config/waila/waila_plugins.json @@ -0,0 +1,19 @@ +{ + "minecraft": { + "crop_progress": true, + "comparator": true, + "hide_infestations": true, + "display_furnace_contents": true, + "jukebox": true, + "lever": true, + "spawner_type": true, + "redstone": true, + "repeater": true + }, + "waila": { + "show_registry": false, + "show_entity_hp": true, + "show_states": false, + "show_entities": true + } +} \ No newline at end of file diff --git a/minecraft/config/wildworld/config.json b/minecraft/config/wildworld/config.json new file mode 100644 index 0000000..41fcbb7 --- /dev/null +++ b/minecraft/config/wildworld/config.json @@ -0,0 +1,336 @@ +{ + "version": 4, + "thornsDamage": 1.0, + "debuggingFullBiomeConfig": false, + "generation": { + "biomeGroups": [ + { + "group": "DEFAULT", + "biomes": [], + "config": { + "stoneSpeleothemCount": 200, + "stoneSpeleothemMaxLength": 4, + "sandstoneSpeleothemCount": 0, + "sandstoneSpeleothemMaxLength": 4, + "replacementBlock": "", + "replacementPercentage": 0.0, + "replacementRequiringAir": false, + "icicleCount": 0, + "skullCount": 5, + "cobwebCount": 80, + "vineCount": 0, + "vineMaxHeight": 64, + "greenGlowshroomCount": 0, + "blueGlowshroomCount": 0, + "tallGreenGlowshroomCount": 0, + "tallGreenGlowshroomMaxHeight": 48, + "spiderDenChance": 1, + "leafPileCount": 50, + "wildWheatCount": 0, + "wildPotatoeCount": 0, + "wildCarrotCount": 0, + "wildBeetrootCount": 0, + "netherThornCount": 0, + "endThornCount": 0, + "largeCaveChance": 0.0, + "largeLakeChance": 0.0 + } + }, + { + "group": "DESERT", + "biomes": [], + "config": { + "stoneSpeleothemCount": 200, + "stoneSpeleothemMaxLength": 4, + "sandstoneSpeleothemCount": 150, + "sandstoneSpeleothemMaxLength": 4, + "replacementBlock": "minecraft:smooth_sandstone", + "replacementPercentage": 0.75, + "replacementRequiringAir": false, + "icicleCount": 0, + "skullCount": 5, + "cobwebCount": 80, + "vineCount": 0, + "vineMaxHeight": 64, + "greenGlowshroomCount": 0, + "blueGlowshroomCount": 0, + "tallGreenGlowshroomCount": 0, + "tallGreenGlowshroomMaxHeight": 48, + "spiderDenChance": 1, + "leafPileCount": 50, + "wildWheatCount": 0, + "wildPotatoeCount": 0, + "wildCarrotCount": 0, + "wildBeetrootCount": 0, + "netherThornCount": 0, + "endThornCount": 0, + "largeCaveChance": 0.0, + "largeLakeChance": 0.0 + } + }, + { + "group": "COLD", + "biomes": [], + "config": { + "stoneSpeleothemCount": 200, + "stoneSpeleothemMaxLength": 4, + "sandstoneSpeleothemCount": 0, + "sandstoneSpeleothemMaxLength": 4, + "replacementBlock": "minecraft:ice", + "replacementPercentage": 0.5, + "replacementRequiringAir": true, + "icicleCount": 2000, + "skullCount": 5, + "cobwebCount": 80, + "vineCount": 0, + "vineMaxHeight": 64, + "greenGlowshroomCount": 0, + "blueGlowshroomCount": 48, + "tallGreenGlowshroomCount": 0, + "tallGreenGlowshroomMaxHeight": 48, + "spiderDenChance": 1, + "leafPileCount": 50, + "wildWheatCount": 0, + "wildPotatoeCount": 0, + "wildCarrotCount": 0, + "wildBeetrootCount": 0, + "netherThornCount": 0, + "endThornCount": 0, + "largeCaveChance": 0.0, + "largeLakeChance": 0.0 + } + }, + { + "group": "JUNGLE", + "biomes": [], + "config": { + "stoneSpeleothemCount": 200, + "stoneSpeleothemMaxLength": 4, + "sandstoneSpeleothemCount": 0, + "sandstoneSpeleothemMaxLength": 4, + "replacementBlock": "", + "replacementPercentage": 0.0, + "replacementRequiringAir": false, + "icicleCount": 0, + "skullCount": 5, + "cobwebCount": 80, + "vineCount": 50, + "vineMaxHeight": 64, + "greenGlowshroomCount": 24, + "blueGlowshroomCount": 0, + "tallGreenGlowshroomCount": 6, + "tallGreenGlowshroomMaxHeight": 48, + "spiderDenChance": 1, + "leafPileCount": 50, + "wildWheatCount": 0, + "wildPotatoeCount": 0, + "wildCarrotCount": 0, + "wildBeetrootCount": 0, + "netherThornCount": 0, + "endThornCount": 0, + "largeCaveChance": 0.3, + "largeLakeChance": 0.0 + } + }, + { + "group": "FOREST", + "biomes": [], + "config": { + "stoneSpeleothemCount": 200, + "stoneSpeleothemMaxLength": 4, + "sandstoneSpeleothemCount": 0, + "sandstoneSpeleothemMaxLength": 4, + "replacementBlock": "", + "replacementPercentage": 0.0, + "replacementRequiringAir": false, + "icicleCount": 0, + "skullCount": 5, + "cobwebCount": 80, + "vineCount": 0, + "vineMaxHeight": 64, + "greenGlowshroomCount": 0, + "blueGlowshroomCount": 0, + "tallGreenGlowshroomCount": 0, + "tallGreenGlowshroomMaxHeight": 48, + "spiderDenChance": 1, + "leafPileCount": 50, + "wildWheatCount": 0, + "wildPotatoeCount": 0, + "wildCarrotCount": 0, + "wildBeetrootCount": 2, + "netherThornCount": 0, + "endThornCount": 0, + "largeCaveChance": 0.0, + "largeLakeChance": 0.0 + } + }, + { + "group": "PLAINS", + "biomes": [], + "config": { + "stoneSpeleothemCount": 200, + "stoneSpeleothemMaxLength": 4, + "sandstoneSpeleothemCount": 0, + "sandstoneSpeleothemMaxLength": 4, + "replacementBlock": "", + "replacementPercentage": 0.0, + "replacementRequiringAir": false, + "icicleCount": 0, + "skullCount": 5, + "cobwebCount": 80, + "vineCount": 0, + "vineMaxHeight": 64, + "greenGlowshroomCount": 0, + "blueGlowshroomCount": 0, + "tallGreenGlowshroomCount": 0, + "tallGreenGlowshroomMaxHeight": 48, + "spiderDenChance": 1, + "leafPileCount": 50, + "wildWheatCount": 2, + "wildPotatoeCount": 1, + "wildCarrotCount": 1, + "wildBeetrootCount": 0, + "netherThornCount": 0, + "endThornCount": 0, + "largeCaveChance": 0.0, + "largeLakeChance": 0.0 + } + }, + { + "group": "MOUNTAINS", + "biomes": [ + "minecraft:badlands_plateau", + "minecraft:modified_badlands_plateau", + "minecraft:wooded_badlands_plateau", + "minecraft:modified_wooded_badlands_plateau" + ], + "config": { + "stoneSpeleothemCount": 250, + "stoneSpeleothemMaxLength": 4, + "sandstoneSpeleothemCount": 0, + "sandstoneSpeleothemMaxLength": 4, + "replacementBlock": "", + "replacementPercentage": 0.0, + "replacementRequiringAir": false, + "icicleCount": 0, + "skullCount": 5, + "cobwebCount": 80, + "vineCount": 0, + "vineMaxHeight": 64, + "greenGlowshroomCount": 0, + "blueGlowshroomCount": 0, + "tallGreenGlowshroomCount": 0, + "tallGreenGlowshroomMaxHeight": 48, + "spiderDenChance": 1, + "leafPileCount": 50, + "wildWheatCount": 0, + "wildPotatoeCount": 0, + "wildCarrotCount": 0, + "wildBeetrootCount": 0, + "netherThornCount": 0, + "endThornCount": 0, + "largeCaveChance": 0.175, + "largeLakeChance": 0.0 + } + }, + { + "group": "HUMID", + "biomes": [], + "config": { + "stoneSpeleothemCount": 200, + "stoneSpeleothemMaxLength": 4, + "sandstoneSpeleothemCount": 0, + "sandstoneSpeleothemMaxLength": 4, + "replacementBlock": "", + "replacementPercentage": 0.0, + "replacementRequiringAir": false, + "icicleCount": 0, + "skullCount": 5, + "cobwebCount": 80, + "vineCount": 0, + "vineMaxHeight": 64, + "greenGlowshroomCount": 12, + "blueGlowshroomCount": 0, + "tallGreenGlowshroomCount": 2, + "tallGreenGlowshroomMaxHeight": 48, + "spiderDenChance": 1, + "leafPileCount": 50, + "wildWheatCount": 0, + "wildPotatoeCount": 0, + "wildCarrotCount": 0, + "wildBeetrootCount": 0, + "netherThornCount": 0, + "endThornCount": 0, + "largeCaveChance": 0.0, + "largeLakeChance": 0.0 + } + }, + { + "group": "NETHER", + "biomes": [ + "minecraft:nether" + ], + "config": { + "stoneSpeleothemCount": 0, + "stoneSpeleothemMaxLength": 4, + "sandstoneSpeleothemCount": 0, + "sandstoneSpeleothemMaxLength": 4, + "replacementBlock": "", + "replacementPercentage": 0.0, + "replacementRequiringAir": false, + "icicleCount": 0, + "skullCount": 0, + "cobwebCount": 0, + "vineCount": 0, + "vineMaxHeight": 64, + "greenGlowshroomCount": 0, + "blueGlowshroomCount": 0, + "tallGreenGlowshroomCount": 0, + "tallGreenGlowshroomMaxHeight": 48, + "spiderDenChance": 0, + "leafPileCount": 0, + "wildWheatCount": 0, + "wildPotatoeCount": 0, + "wildCarrotCount": 0, + "wildBeetrootCount": 0, + "netherThornCount": 48, + "endThornCount": 0, + "largeCaveChance": 0.0, + "largeLakeChance": 0.0 + } + }, + { + "group": "END", + "biomes": [], + "config": { + "stoneSpeleothemCount": 0, + "stoneSpeleothemMaxLength": 4, + "sandstoneSpeleothemCount": 0, + "sandstoneSpeleothemMaxLength": 4, + "replacementBlock": "", + "replacementPercentage": 0.0, + "replacementRequiringAir": false, + "icicleCount": 0, + "skullCount": 0, + "cobwebCount": 0, + "vineCount": 0, + "vineMaxHeight": 64, + "greenGlowshroomCount": 0, + "blueGlowshroomCount": 0, + "tallGreenGlowshroomCount": 0, + "tallGreenGlowshroomMaxHeight": 48, + "spiderDenChance": 0, + "leafPileCount": 0, + "wildWheatCount": 0, + "wildPotatoeCount": 0, + "wildCarrotCount": 0, + "wildBeetrootCount": 0, + "netherThornCount": 0, + "endThornCount": 1, + "largeCaveChance": 0.0, + "largeLakeChance": 0.0 + } + } + ] + } +} \ No newline at end of file diff --git a/minecraft/config/winsize.cfg b/minecraft/config/winsize.cfg new file mode 100644 index 0000000..6774c87 --- /dev/null +++ b/minecraft/config/winsize.cfg @@ -0,0 +1,15 @@ +// Configuration for winwonders + +// Whether to restore the position/dimensions of the game window (1 = yes, 0 = no) +restore_pos 1 +restore_dim 1 + +// Whether to save the position/dimensions of the game window to this file (1 = yes, 0 = no) +save_pos 1 +save_dim 1 + +// Last position of the game window (x, y) +pos 0 23 + +// Last dimensions of the game window (width, height) +dim 1920 1017 diff --git a/minecraft/config/wrenchable.json5 b/minecraft/config/wrenchable.json5 new file mode 100644 index 0000000..e58af79 --- /dev/null +++ b/minecraft/config/wrenchable.json5 @@ -0,0 +1,3 @@ +{ + "pistonSlime": true +} \ No newline at end of file diff --git a/minecraft/config/wrenchanything.json5 b/minecraft/config/wrenchanything.json5 new file mode 100644 index 0000000..947a096 --- /dev/null +++ b/minecraft/config/wrenchanything.json5 @@ -0,0 +1,4 @@ +{ + "hasDurability": false, + "maxDurability": 100 +} \ No newline at end of file diff --git a/minecraft/crash-reports/crash-2020-02-05_22.48.01-client.txt b/minecraft/crash-reports/crash-2020-02-05_22.48.01-client.txt new file mode 100644 index 0000000..fd06867 --- /dev/null +++ b/minecraft/crash-reports/crash-2020-02-05_22.48.01-client.txt @@ -0,0 +1,322 @@ +---- Minecraft Crash Report ---- +// I blame NonCorrelatedExtras. + +Time: 2/5/20 10:48 PM +Description: Initializing game + +org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered + at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:364) + at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191) + at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) + at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23) + at net.fabricmc.loader.launch.knot.KnotClassDelegate.loadClassData(KnotClassDelegate.java:174) + at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:143) + at java.lang.ClassLoader.loadClass(Unknown Source) + at net.minecraft.class_2246.(class_2246.java:27) + at net.minecraft.class_2378.method_10237(class_2378.java:81) + at net.minecraft.class_2378.method_10238(class_2378.java:125) + at java.util.LinkedHashMap$LinkedEntrySet.forEach(Unknown Source) + at net.minecraft.class_2378.(class_2378.java:124) + at net.minecraft.class_2966.method_12851(class_2966.java:38) + at net.minecraft.class_310.(class_310.java:393) + at net.minecraft.client.main.Main.main(Main.java:166) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) +Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector getRandomEnchantedEquipment(Lnet/minecraft/class_1887;Lnet/minecraft/class_1309;)Ljava/util/Map$Entry; in trinkets.mixins.json:ExperienceOrbEntityMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap trinkets-refmap.json + at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:400) + at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1280) + at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1042) + at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395) + at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) + at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) + at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:570) + at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) + ... 29 more + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- Head -- +Thread: Render thread +Stacktrace: + at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:364) + at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191) + at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) + at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23) + at net.fabricmc.loader.launch.knot.KnotClassDelegate.loadClassData(KnotClassDelegate.java:174) + at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:143) + at java.lang.ClassLoader.loadClass(Unknown Source) + at net.minecraft.class_2246.(class_2246.java:27) + at net.minecraft.class_2378.method_10237(class_2378.java:81) + at net.minecraft.class_2378.method_10238(class_2378.java:125) + at java.util.LinkedHashMap$LinkedEntrySet.forEach(Unknown Source) + at net.minecraft.class_2378.(class_2378.java:124) + at net.minecraft.class_2966.method_12851(class_2966.java:38) + at net.minecraft.class_310.(class_310.java:393) + +-- Initialization -- +Details: +Stacktrace: + at net.minecraft.client.main.Main.main(Main.java:166) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) + +-- System Details -- +Details: + Minecraft Version: Snapshot 20w06a + Minecraft Version ID: 20w06a + Operating System: Windows 10 (amd64) version 10.0 + Java Version: 1.8.0_221, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 8017660792 bytes (7646 MB) / 8385986560 bytes (7997 MB) up to 8385986560 bytes (7997 MB) + CPUs: 8 + JVM Flags: 8 total; -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8064m -Xmx8064m + Fabric Mods: + adorn: Adorn 1.6.5+1.15.1 + advancements-enlarger: Advancements Enlarger 1.0.0 + amecs: Amecs 1.2.9+1.15-pre5 + appleskin: AppleSkin 1.0.8 + aquarius: Aquarius 1.4.0+1.15 + aswitch: AutoSwitch 0.11.2 + autoconfig1: Auto Config v1 1.2.0+mc1.14.4 + autoconfig1u: Auto Config v1 Updated 1.2.4 + autoharvest: autoharvest 1.0.4 + bambootweaks: Bamboo Tweaks 1.15.2-1.1.3 + bbor: BoundingBoxOutlineReloaded 1.0.14-1.15.1 + beeangry-est: Bee Angry-est 1.4.0+1.15.1 + beebetter: Bee Better 1.6.0 + beecompatible: Bee Compatible 2.0.0+1.15.1 + beeinajar: Bee-in-a-Jar 19w36a-1.0.0 + beenfo: Beenfo 1.15-fabric0.4.23-1.0.3 + beeproductive: Bee Productive 1.0.2+1.15.1 + beeresourceful: Bee Resourceful 1.15.1-0.2.1 + biom4st3rportal: Fancy Fountain Passage 1.3.1 + biow0rks: biow0rk5 0.4.0 + blast: BLAST 1.1.1 + blue_endless_jankson: jankson + + bucket-hat: Bucket Hat 1.0.1 + bunch-o-trinkets: Bunch O' Trinkets 1.0.0 + cardinal-components-base: Cardinal Components API 2.1.0 + cardinal-components-entity: Cardinal Components API 2.1.0 + chestlatchfixer: ChestLatchFixer 1.1.0 + cleanview: CleanView 1.15.2-v1-fabric + clear-skies: Clear Skies 1.1.19 + cloth: Cloth Events 1.1.0 + cloth-config: Cloth Config 0.2.4+build.17 + cloth-config2: Cloth Config v2 2.9.3 + cmdkeybind: Command Macros 1.4.2 + coloredcampfire: Colorful Campfire Smoke 1.1.3 + compostrecipes: Compost Recipes 1.1.0 + conveyance: Conveyance 0.3.3+1.15.2 + cotton: Cotton 1.0.0-rc.7 + cotton-cauldron: Cotton Cauldron 1.0.0-rc.6 + cotton-commons: Cotton Commons 1.0.0-rc.4 + cotton-config: Cotton Config 1.0.0-rc.7 + cotton-datapack: Cotton Datapack 1.0.0-rc.5 + cotton-logging: Cotton Logging 1.0.0-rc.4 + cotton-player-events: Cotton Player Events 1.0.0-rc.4 + couplings: Couplings 1.3.1 + creativebuttonmover: Creative Button Mover 0.1.2+20w06a + creeperspores: Creeper Spores 1.3.3 + customtitlescreen: CustomTitleScreen 1.15.2-0.1.1 + cwt: Climatic World Type 1.1.4 + dataloader: Data Loader 1.1.0+mc1.14.4 + diggusmaximus: Diggus Maximus 1.2.6 + ding: Ding 3.0.0 + dynamicfps: Dynamic FPS 1.1.0 + eggtab: Egg Tab 1.1.0-1.15.x + enchantedtooltips: Enchanted ToolTips 1.2.4 + expandedstorage: ExpandedStorage 3.8.33+20w06a + expandedstorageapi: ExpandedStorageAPI 0.0.4+20w06a + extra-pressure-plates: Extra Pressure Plates ${version} + extradoors: ExtraDoors 1.4.2-1.15 + fabriblocks: FabriBlocks 1.1.7 + fabric: Fabric API 0.4.30+build.294-1.16 + fabric-api-base: Fabric API Base 0.1.2+b7f9825d95 + fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+3b05f68ebf + fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea8975 + fabric-commands-v0: Fabric Commands (v0) 0.1.2+b7f9825d95 + fabric-containers-v0: Fabric Containers (v0) 0.1.4+9421522dbf + fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+b7f9825dbf + fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825dbf + fabric-diagonal-panes: Fabric Diagonal Panes 0.2.0 + fabric-dimensions-v1: fabric-dimensions-v1 0.2.5+9421522dbf + fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.2.8+9421522dbf + fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+b7f9825dbf + fabric-furnaces: Fabric Furnaces 1.2.0 + fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.6+ec40b2e1bf + fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+933c24c242 + fabric-language-kotlin: Fabric Language Kotlin 1.3.61+build.1 + fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+e08a7305bf + fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+28f8190f42 + fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d6bf + fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.4+9421522dbf + fabric-networking-v0: Fabric Networking (v0) 0.1.8+9421522dbf + fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.3+e4c9a9c3bf + fabric-particles-v1: fabric-particles-v1 0.1.1+dfdb52d6bf + fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.7+9421522dbf + fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.9+aea78a25bf + fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.23+820cd5cfbf + fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a60bf + fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825dbf + fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+12515ed9bf + fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+53410490bf + fabric-rendering-v1: Fabric Rendering (v1) 0.1.0+53410490bf + fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+06c939b3bf + fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+abd91580bf + fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba7bf + fabricdrawer: Fabric Drawer 3.2.0-1.15-pre1 + fabricloader: Fabric Loader 0.7.8+build.184 + fatxporbs: Fat Experience Orbs 0.0.6 + fermion-modkeys: Fermion Modifier Keys 1.3.75+19w39a + flamingo: Pink Flamingo 1.15-1.16 + flax: Flax 1.1.1 + flonters: Flonters 1.0.2+1.15.1 + floradoubling: Flora Doubling 1.0.0 + gamemodeoverhaul: GamemodeOverhaul 1.15.1-1.0.1.6 + giftit: Gift It! 1.1.2+1.15-pre7 + glassdoor: Glass Doors 1.4.3 + glassential: Glassential 1.15.1-1.1.3 + grass_kiss: Grass Kiss 0.2.2 + healthoverlay: Health Overlay 2.2.10 + hollowlogs: Hollow Logs 1.0.0 + i-blame-x: I Blame X 1.0.1+1.14.4 + i-need-keybinds: I Need Keybinds 0.2.1-unstable.201912010804 + iamverysmart: I Am Very Smart 1.5.0+mc1.14.4 + illuminations: Illuminations 0.4.0 + imbuedtorches: Imbued Torches 1.1.0 + improved-stations: Improved Stations 1.2.4 + inventoryprofiles: Inventory Profiles 0.1.0-dev.6 + irishwolves: Irish Wolves 1.0.0 + ironbarrels2: Iron Barrels 2 2.1.0 + jankson: Jankson 2.0.1+j1.2.0 + jumpoverfences: JumpOverFences 1.15-0.0.1 + kayak: kayak 0.1.1.22 + libblockattributes_core: LibBlockAttributes (Core) 0.5.0 + libblockattributes_items: LibBlockAttributes (Items) 0.5.0 + libcd: LibCapableData 2.2.2+1.15.2 + libgui: LibGui 1.4.0 + lightoverlay: Light Overlay 4.2 + liltater: Lil Tater ${version} + lootstrap: Lootstrap 1.0.0 + malilib: MaLiLib 0.10.0-dev.20+beta.3 + mambience: MAmbience 1.0.0 + materialisation: Materialisation 2.2.1 + me_shedaniel_cloth_basic-math: basic-math 0.3.0 + me_zeroeightsix_fiber: fiber 0.8.0-SNAPSHOT + minecraft: Minecraft 1.16-alpha.20.6.a + ml3api: ML3API 1.3.1 + modmenu: Mod Menu 1.8.5+build.23 + mooblooms: Mooblooms 1.1.1 + moreberries: More Berries 1.2.3 + moretotems: More Totems 1.1.0 + mousewheelie: Mouse Wheelie 1.4.0+1.15.2-pre1 + ninjaphenix-container-lib: NinjaPhenix's Container Library 0.1.4+1.15.2 + ninjatips: NinjaTips 1.0.3+1.15 + nomadbooks: Nomad Books 0.2.1 + noncorrelatedextras: NonCorrelatedExtras 0.2.1 + okzoomer: Ok Zoomer 2.1.2 + orderly: Orderly 2.0.0-alpha+build.7-1.15 + org_aeonbits_owner_owner: owner 1.0.10 + org_apache_httpcomponents_httpclient: httpclient 4.5.10 + org_apache_httpcomponents_httpcore: httpcore 4.4.12 + org_apache_httpcomponents_httpmime: httpmime 4.5.10 + org_jetbrains_annotations: annotations 18.0.0 + org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.3.61 + org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.3 + org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.3.3 + org_jetbrains_kotlinx_kotlinx-serialization-runtime: kotlinx-serialization-runtime 0.14.0 + phosphor: Phosphor 0.3.6 + playerabilitylib: Pal 1.0.0 + programmerartinjector: Programmer Art Injector 1.0.0 + reach-entity-attributes: Reach Entity Attribute 1.0.0 + reborncore: Reborn Core 4.2.2+build.97 + redstonebits: Redstone Bits 1.2.2 + retroexchange: Retro Exchange 1.0.0 + right-click-clear: Right Click Clear 1.1.1-unstable.201912010707 + roughlyenoughitems: Roughly Enough Items 3.3.18 + rubikshotbar: Rubik's Hotbar 0.1.3 + shulkerboxtooltip: Shulker Box Tootip 1.4.5+1.15 + shulkercharm: Shulker Charm 1.1.2+1.15.2 + simpleteleporters: Simple Teleporters 2.2.0 + simplevoidworld: Simple Void World 1.0.0 + simplexterrain: Simplex Terrain 0.5.0 + sit: Sit 1.15-4 + skin_change: Minecraft Skin Change Mod 1.0.0 + smoothscrollingeverywhere: Smooth Scrolling Everywhere 2.3 + sneakthroughberries: Sneak Through Berries 1.0.1 + sneakyscreens: Sneaky Screens 1.0.1 + snowdrift: Snowdrift ${version} + soulshards: Soul Shards Respawn 1.0.12 + statement: Statement 1.3.0+1.15.1 + step-height-entity-attribute: Step Height Entity Attribute 1.0.0 + stockpile: Stockpile 1.1.3+1.15.1 + sweettooth: Sweet Tooth 1.1.2 + team_reborn_energy: Energy 0.0.8 + techreborn: Tech Reborn 3.3.3+build.182 + terraform: Terraform 1.3.5+build.19 + terrestria: Terrestria 1.2.0+custom + thehallow: The Hallow 1.1.3-beta+1.15.1 + tinyconfig: TinyConfig 1.1.2 + tippy: Tippy 1.1.2 + tooltipwrap: Tooltip Autowrap 1.0.2 + torcherino: Torcherino 2.11.61+20w06a + towelette: Towelette 3.0.0+1.15.1 + trapexpansion: Trap Expansion 1.3.1 + traverse: Traverse 2.1.9+build.17 + trinkets: Trinkets 2.4.1 + trumpet-skeleton: Trumpet Skeleton 1.1.1 + tweed: Tweed API 2.2.9 + vanilla-hammers: Vanilla Hammers 1.7.0 + vanilla-toolsets: Vanilla Toolsets 1.2.2 + variablepaxels: VariablePaxels 1.15-1.0.2 + verticalredstone: Vertical Redstone 1.1.0 + villagerhats: Villager Hats fabric-1.15.0-1.0.0 + voxelmap: VoxelMap 1.9.14 + waila: Hwyla 1.9.19 + wildworld: Wild World 1.2.0+1.15 + winwonders: Window Wonders 0.1.2 + working-scheduler: Working Scheduler 1.1.3-1.15-pre1 + worldtraveler: World Traveler 1.0.5 + wrenchable: Wrenchable 0.2.1 + wrenchanything: Wrench Anything 1.1.2 + yet_another_gravestone_mod: Yet Another Gravestone Mod 1.2.1 + Launched Version: MultiMC5 + Backend library: LWJGL version 3.2.2 build 10 + Backend API: NO CONTEXT + GL Caps: + Using VBOs: Yes + Is Modded: Definitely; Client brand changed to 'fabric' + Type: Client (map_client.txt) + CPU: + Blaming and listing mods brought to you by I Blame X. \ No newline at end of file diff --git a/minecraft/crash-reports/crash-2020-02-05_22.50.41-client.txt b/minecraft/crash-reports/crash-2020-02-05_22.50.41-client.txt new file mode 100644 index 0000000..bcdb40a --- /dev/null +++ b/minecraft/crash-reports/crash-2020-02-05_22.50.41-client.txt @@ -0,0 +1,300 @@ +---- Minecraft Crash Report ---- +// I blame Enchanted ToolTips. + +Time: 2/5/20 10:50 PM +Description: Initializing game + +net.fabricmc.loader.api.EntrypointException: Could not look up entries for entrypoint main! + at net.fabricmc.loader.EntrypointStorage.getEntrypoints(EntrypointStorage.java:153) + at net.fabricmc.loader.FabricLoader.getEntrypoints(FabricLoader.java:220) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:41) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:34) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32) + at net.minecraft.class_310.(class_310.java:399) + at net.minecraft.client.main.Main.main(Main.java:166) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) + Suppressed: java.lang.AbstractMethodError + at net.minecraft.class_1738.(class_1738.java:72) + at me.branchpanic.mods.stockpile.content.item.BarrelHatItem.(BarrelHatItem.java:33) + at me.branchpanic.mods.stockpile.content.item.BarrelHatItem.(BarrelHatItem.java:33) + at me.branchpanic.mods.stockpile.Stockpile.(Stockpile.java:49) + at java.lang.Class.forName0(Native Method) + at java.lang.Class.forName(Unknown Source) + at net.fabricmc.language.kotlin.KotlinAdapter.create(KotlinAdapter.kt:40) + at net.fabricmc.loader.EntrypointStorage$NewEntry.create(EntrypointStorage.java:100) + at net.fabricmc.loader.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:92) + at net.fabricmc.loader.EntrypointStorage.getEntrypoints(EntrypointStorage.java:143) + ... 21 more + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- Head -- +Thread: Render thread +Stacktrace: + at net.fabricmc.loader.EntrypointStorage.getEntrypoints(EntrypointStorage.java:153) + at net.fabricmc.loader.FabricLoader.getEntrypoints(FabricLoader.java:220) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:41) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:34) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32) + at net.minecraft.class_310.(class_310.java:399) + +-- Initialization -- +Details: +Stacktrace: + at net.minecraft.client.main.Main.main(Main.java:166) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) + +-- System Details -- +Details: + Minecraft Version: Snapshot 20w06a + Minecraft Version ID: 20w06a + Operating System: Windows 10 (amd64) version 10.0 + Java Version: 1.8.0_221, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 7572189976 bytes (7221 MB) / 8385986560 bytes (7997 MB) up to 8385986560 bytes (7997 MB) + CPUs: 8 + JVM Flags: 8 total; -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8064m -Xmx8064m + Fabric Mods: + adorn: Adorn 1.6.5+1.15.1 + advancements-enlarger: Advancements Enlarger 1.0.0 + amecs: Amecs 1.2.9+1.15-pre5 + appleskin: AppleSkin 1.0.8 + aquarius: Aquarius 1.4.0+1.15 + aswitch: AutoSwitch 0.11.2 + autoconfig1: Auto Config v1 1.2.0+mc1.14.4 + autoconfig1u: Auto Config v1 Updated 1.2.4 + autoharvest: autoharvest 1.0.4 + bambootweaks: Bamboo Tweaks 1.15.2-1.1.3 + bbor: BoundingBoxOutlineReloaded 1.0.14-1.15.1 + beeangry-est: Bee Angry-est 1.4.0+1.15.1 + beebetter: Bee Better 1.6.0 + beecompatible: Bee Compatible 2.0.0+1.15.1 + beeinajar: Bee-in-a-Jar 19w36a-1.0.0 + beenfo: Beenfo 1.15-fabric0.4.23-1.0.3 + beeproductive: Bee Productive 1.0.2+1.15.1 + beeresourceful: Bee Resourceful 1.15.1-0.2.1 + biom4st3rportal: Fancy Fountain Passage 1.3.1 + biow0rks: biow0rk5 0.4.0 + blast: BLAST 1.1.1 + blue_endless_jankson: jankson + + bucket-hat: Bucket Hat 1.0.1 + cardinal-components-base: Cardinal Components API 2.1.0 + cardinal-components-entity: Cardinal Components API 2.1.0 + chestlatchfixer: ChestLatchFixer 1.1.0 + cleanview: CleanView 1.15.2-v1-fabric + clear-skies: Clear Skies 1.1.19 + cloth: Cloth Events 1.1.0 + cloth-config: Cloth Config 0.2.4+build.17 + cloth-config2: Cloth Config v2 2.9.3 + cmdkeybind: Command Macros 1.4.2 + coloredcampfire: Colorful Campfire Smoke 1.1.3 + compostrecipes: Compost Recipes 1.1.0 + conveyance: Conveyance 0.3.3+1.15.2 + cotton: Cotton 1.0.0-rc.7 + cotton-cauldron: Cotton Cauldron 1.0.0-rc.6 + cotton-commons: Cotton Commons 1.0.0-rc.4 + cotton-config: Cotton Config 1.0.0-rc.7 + cotton-datapack: Cotton Datapack 1.0.0-rc.5 + cotton-logging: Cotton Logging 1.0.0-rc.4 + cotton-player-events: Cotton Player Events 1.0.0-rc.4 + couplings: Couplings 1.3.1 + creativebuttonmover: Creative Button Mover 0.1.2+20w06a + creeperspores: Creeper Spores 1.3.3 + customtitlescreen: CustomTitleScreen 1.15.2-0.1.1 + cwt: Climatic World Type 1.1.4 + dataloader: Data Loader 1.1.0+mc1.14.4 + diggusmaximus: Diggus Maximus 1.2.6 + ding: Ding 3.0.0 + dynamicfps: Dynamic FPS 1.1.0 + eggtab: Egg Tab 1.1.0-1.15.x + enchantedtooltips: Enchanted ToolTips 1.2.4 + expandedstorage: ExpandedStorage 3.8.33+20w06a + expandedstorageapi: ExpandedStorageAPI 0.0.4+20w06a + extra-pressure-plates: Extra Pressure Plates ${version} + extradoors: ExtraDoors 1.4.2-1.15 + fabriblocks: FabriBlocks 1.1.7 + fabric: Fabric API 0.4.30+build.294-1.16 + fabric-api-base: Fabric API Base 0.1.2+b7f9825d95 + fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+3b05f68ebf + fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea8975 + fabric-commands-v0: Fabric Commands (v0) 0.1.2+b7f9825d95 + fabric-containers-v0: Fabric Containers (v0) 0.1.4+9421522dbf + fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+b7f9825dbf + fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825dbf + fabric-diagonal-panes: Fabric Diagonal Panes 0.2.0 + fabric-dimensions-v1: fabric-dimensions-v1 0.2.5+9421522dbf + fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.2.8+9421522dbf + fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+b7f9825dbf + fabric-furnaces: Fabric Furnaces 1.2.0 + fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.6+ec40b2e1bf + fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+933c24c242 + fabric-language-kotlin: Fabric Language Kotlin 1.3.61+build.1 + fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+e08a7305bf + fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+28f8190f42 + fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d6bf + fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.4+9421522dbf + fabric-networking-v0: Fabric Networking (v0) 0.1.8+9421522dbf + fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.3+e4c9a9c3bf + fabric-particles-v1: fabric-particles-v1 0.1.1+dfdb52d6bf + fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.7+9421522dbf + fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.9+aea78a25bf + fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.23+820cd5cfbf + fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a60bf + fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825dbf + fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+12515ed9bf + fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+53410490bf + fabric-rendering-v1: Fabric Rendering (v1) 0.1.0+53410490bf + fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+06c939b3bf + fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+abd91580bf + fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba7bf + fabricdrawer: Fabric Drawer 3.2.0-1.15-pre1 + fabricloader: Fabric Loader 0.7.8+build.184 + fatxporbs: Fat Experience Orbs 0.0.6 + fermion-modkeys: Fermion Modifier Keys 1.3.75+19w39a + flamingo: Pink Flamingo 1.15-1.16 + flax: Flax 1.1.1 + flonters: Flonters 1.0.2+1.15.1 + floradoubling: Flora Doubling 1.0.0 + gamemodeoverhaul: GamemodeOverhaul 1.15.1-1.0.1.6 + giftit: Gift It! 1.1.2+1.15-pre7 + glassdoor: Glass Doors 1.4.3 + glassential: Glassential 1.15.1-1.1.3 + grass_kiss: Grass Kiss 0.2.2 + healthoverlay: Health Overlay 2.2.10 + hollowlogs: Hollow Logs 1.0.0 + i-blame-x: I Blame X 1.0.1+1.14.4 + i-need-keybinds: I Need Keybinds 0.2.1-unstable.201912010804 + iamverysmart: I Am Very Smart 1.5.0+mc1.14.4 + illuminations: Illuminations 0.4.0 + imbuedtorches: Imbued Torches 1.1.0 + improved-stations: Improved Stations 1.2.4 + inventoryprofiles: Inventory Profiles 0.1.0-dev.6 + irishwolves: Irish Wolves 1.0.0 + ironbarrels2: Iron Barrels 2 2.1.0 + jankson: Jankson 2.0.1+j1.2.0 + jumpoverfences: JumpOverFences 1.15-0.0.1 + kayak: kayak 0.1.1.22 + libblockattributes_core: LibBlockAttributes (Core) 0.5.0 + libblockattributes_items: LibBlockAttributes (Items) 0.5.0 + libcd: LibCapableData 2.2.2+1.15.2 + libgui: LibGui 1.4.0 + lightoverlay: Light Overlay 4.2 + liltater: Lil Tater ${version} + lootstrap: Lootstrap 1.0.0 + malilib: MaLiLib 0.10.0-dev.20+beta.3 + mambience: MAmbience 1.0.0 + materialisation: Materialisation 2.2.1 + me_shedaniel_cloth_basic-math: basic-math 0.3.0 + me_zeroeightsix_fiber: fiber 0.8.0-SNAPSHOT + minecraft: Minecraft 1.16-alpha.20.6.a + ml3api: ML3API 1.3.1 + modmenu: Mod Menu 1.8.5+build.23 + mooblooms: Mooblooms 1.1.1 + moreberries: More Berries 1.2.3 + moretotems: More Totems 1.1.0 + mousewheelie: Mouse Wheelie 1.4.0+1.15.2-pre1 + ninjaphenix-container-lib: NinjaPhenix's Container Library 0.1.4+1.15.2 + ninjatips: NinjaTips 1.0.3+1.15 + nomadbooks: Nomad Books 0.2.1 + noncorrelatedextras: NonCorrelatedExtras 0.2.1 + okzoomer: Ok Zoomer 2.1.2 + orderly: Orderly 2.0.0-alpha+build.7-1.15 + org_aeonbits_owner_owner: owner 1.0.10 + org_apache_httpcomponents_httpclient: httpclient 4.5.10 + org_apache_httpcomponents_httpcore: httpcore 4.4.12 + org_apache_httpcomponents_httpmime: httpmime 4.5.10 + org_jetbrains_annotations: annotations 18.0.0 + org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.3.61 + org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.3 + org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.3.3 + org_jetbrains_kotlinx_kotlinx-serialization-runtime: kotlinx-serialization-runtime 0.14.0 + phosphor: Phosphor 0.3.6 + programmerartinjector: Programmer Art Injector 1.0.0 + reborncore: Reborn Core 4.2.2+build.97 + redstonebits: Redstone Bits 1.2.2 + retroexchange: Retro Exchange 1.0.0 + right-click-clear: Right Click Clear 1.1.1-unstable.201912010707 + roughlyenoughitems: Roughly Enough Items 3.3.18 + rubikshotbar: Rubik's Hotbar 0.1.3 + shulkerboxtooltip: Shulker Box Tootip 1.4.5+1.15 + simpleteleporters: Simple Teleporters 2.2.0 + simplevoidworld: Simple Void World 1.0.0 + simplexterrain: Simplex Terrain 0.5.0 + sit: Sit 1.15-4 + skin_change: Minecraft Skin Change Mod 1.0.0 + smoothscrollingeverywhere: Smooth Scrolling Everywhere 2.3 + sneakthroughberries: Sneak Through Berries 1.0.1 + sneakyscreens: Sneaky Screens 1.0.1 + snowdrift: Snowdrift ${version} + soulshards: Soul Shards Respawn 1.0.12 + statement: Statement 1.3.0+1.15.1 + stockpile: Stockpile 1.1.3+1.15.1 + sweettooth: Sweet Tooth 1.1.2 + team_reborn_energy: Energy 0.0.8 + techreborn: Tech Reborn 3.3.3+build.182 + terraform: Terraform 1.3.5+build.19 + terrestria: Terrestria 1.2.0+custom + tinyconfig: TinyConfig 1.1.2 + tippy: Tippy 1.1.2 + tooltipwrap: Tooltip Autowrap 1.0.2 + torcherino: Torcherino 2.11.61+20w06a + towelette: Towelette 3.0.0+1.15.1 + trapexpansion: Trap Expansion 1.3.1 + traverse: Traverse 2.1.9+build.17 + trumpet-skeleton: Trumpet Skeleton 1.1.1 + tweed: Tweed API 2.2.9 + vanilla-hammers: Vanilla Hammers 1.7.0 + vanilla-toolsets: Vanilla Toolsets 1.2.2 + variablepaxels: VariablePaxels 1.15-1.0.2 + verticalredstone: Vertical Redstone 1.1.0 + villagerhats: Villager Hats fabric-1.15.0-1.0.0 + voxelmap: VoxelMap 1.9.14 + waila: Hwyla 1.9.19 + wildworld: Wild World 1.2.0+1.15 + winwonders: Window Wonders 0.1.2 + working-scheduler: Working Scheduler 1.1.3-1.15-pre1 + wrenchable: Wrenchable 0.2.1 + wrenchanything: Wrench Anything 1.1.2 + yet_another_gravestone_mod: Yet Another Gravestone Mod 1.2.1 + Launched Version: MultiMC5 + Backend library: LWJGL version 3.2.2 build 10 + Backend API: NO CONTEXT + GL Caps: + Using VBOs: Yes + Is Modded: Definitely; Client brand changed to 'fabric' + Type: Client (map_client.txt) + CPU: + Blaming and listing mods brought to you by I Blame X. \ No newline at end of file diff --git a/minecraft/crash-reports/crash-2020-02-05_22.51.20-client.txt b/minecraft/crash-reports/crash-2020-02-05_22.51.20-client.txt new file mode 100644 index 0000000..9af87c8 --- /dev/null +++ b/minecraft/crash-reports/crash-2020-02-05_22.51.20-client.txt @@ -0,0 +1,385 @@ +---- Minecraft Crash Report ---- +// I blame Fabric Furnaces. + +Time: 2/5/20 10:51 PM +Description: Initializing game + +java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors! + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:55) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:34) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32) + at net.minecraft.class_310.(class_310.java:399) + at net.minecraft.client.main.Main.main(Main.java:166) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) + Suppressed: java.lang.NoClassDefFoundError: alexiil/mc/lib/attributes/AttributeProvider + at java.lang.ClassLoader.defineClass1(Native Method) + at java.lang.ClassLoader.defineClass(Unknown Source) + at java.security.SecureClassLoader.defineClass(Unknown Source) + at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:156) + at java.lang.ClassLoader.loadClass(Unknown Source) + at com.zundrel.conveyance.common.registries.ConveyanceBlocks.(ConveyanceBlocks.java:23) + at com.zundrel.conveyance.Conveyance.onInitialize(Conveyance.java:41) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Caused by: java.lang.ClassNotFoundException: alexiil.mc.lib.attributes.AttributeProvider + at java.net.URLClassLoader.findClass(Unknown Source) + at java.lang.ClassLoader.loadClass(Unknown Source) + at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) + at java.lang.ClassLoader.loadClass(Unknown Source) + at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:161) + at java.lang.ClassLoader.loadClass(Unknown Source) + ... 27 more + Suppressed: java.lang.AbstractMethodError + at net.minecraft.class_1738.(class_1738.java:72) + at ninjaphenix.noncorrelatedextras.items.MagnetisedArmourItem.(MagnetisedArmourItem.java:22) + at ninjaphenix.noncorrelatedextras.features.PolarisedArmourFeature.registerItems(PolarisedArmourFeature.java:18) + at ninjaphenix.noncorrelatedextras.core.FeatureManager.lambda$initialise$1(FeatureManager.java:35) + at java.lang.Iterable.forEach(Unknown Source) + at ninjaphenix.noncorrelatedextras.core.FeatureManager.initialise(FeatureManager.java:31) + at ninjaphenix.noncorrelatedextras.Main.onInitialize(Main.java:16) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.AbstractMethodError + at net.minecraft.class_1738.(class_1738.java:72) + at party.lemons.villagerhats.item.VillagerHatItem.(VillagerHatItem.java:14) + at party.lemons.villagerhats.init.HatItems.onInitialize(HatItems.java:32) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.IllegalAccessError: tried to access method net.minecraft.class_2358.method_10189(Lnet/minecraft/class_2248;II)V from class techreborn.blocks.misc.BlockRubberLeaves + at techreborn.blocks.misc.BlockRubberLeaves.(BlockRubberLeaves.java:38) + at techreborn.events.ModRegistry.registerBlocks(ModRegistry.java:87) + at techreborn.events.ModRegistry.setupShit(ModRegistry.java:62) + at techreborn.TechReborn.onInitialize(TechReborn.java:81) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.NoSuchMethodError: net.minecraft.class_2527: method (Lnet/minecraft/class_2248$class_2251;)V not found + at juuxel.adorn.block.StoneTorchBlock.(StoneTorchBlock.java:23) + at juuxel.adorn.block.AdornBlocks.(AdornBlocks.java:177) + at juuxel.adorn.Adorn.onInitialize(Adorn.java:23) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.NoSuchMethodError: net.minecraft.class_1959$class_1960.method_8733(I)Lnet/minecraft/class_1959$class_1960; + at com.terraformersmc.terraform.biome.builder.BuilderBiomeSettings.waterColor(BuilderBiomeSettings.java:133) + at com.terraformersmc.terraform.biome.builder.TerraformBiome$Builder.waterColor(TerraformBiome.java:259) + at com.terraformersmc.terrestria.biome.CalderaBiomes.register(CalderaBiomes.java:21) + at com.terraformersmc.terrestria.init.TerrestriaBiomes.init(TerrestriaBiomes.java:46) + at com.terraformersmc.terrestria.Terrestria.onInitialize(Terrestria.java:51) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.NoSuchMethodError: net.minecraft.class_2527: method (Lnet/minecraft/class_2248$class_2251;)V not found + at bambootweaks.block.ExposedTorchBlock.(ExposedTorchBlock.java:7) + at bambootweaks.registry.BlockRegistry.(BlockRegistry.java:34) + at bambootweaks.registry.ItemRegistry.(ItemRegistry.java:11) + at bambootweaks.BambooTweaks.onInitialize(BambooTweaks.java:16) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.IllegalAccessError: tried to access method net.minecraft.class_2358.method_10189(Lnet/minecraft/class_2248;II)V from class ladysnake.illuminations.common.init.IlluminationsBlocks + at ladysnake.illuminations.common.init.IlluminationsBlocks.init(IlluminationsBlocks.java:26) + at ladysnake.illuminations.common.Illuminations.onInitialize(Illuminations.java:15) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.AbstractMethodError + at net.minecraft.class_1738.(class_1738.java:72) + at com.github.draylar.vanilla_toolsets.item.ArmorBase.(ArmorBase.java:11) + at com.github.draylar.vanilla_toolsets.registry.Items.init(Items.java:16) + at com.github.draylar.vanilla_toolsets.VanillaToolsets.onInitialize(VanillaToolsets.java:14) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.NoSuchMethodError: net.minecraft.class_2527: method (Lnet/minecraft/class_2248$class_2251;)V not found + at com.github.draylar.beebetter.block.CandleBlock.(CandleBlock.java:22) + at com.github.draylar.beebetter.registry.BeeBlocks.(BeeBlocks.java:61) + at com.github.draylar.beebetter.BeeBetter.onInitialize(BeeBetter.java:36) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.NoClassDefFoundError: com/swordglowsblue/artifice/api/util/Processor + at java.lang.ClassLoader.defineClass1(Native Method) + at java.lang.ClassLoader.defineClass(Unknown Source) + at java.security.SecureClassLoader.defineClass(Unknown Source) + at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:156) + at java.lang.ClassLoader.loadClass(Unknown Source) + at com.martmists.beeresourceful.BeeResourceful.onInitialize(BeeResourceful.java:40) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Caused by: java.lang.ClassNotFoundException: com.swordglowsblue.artifice.api.util.Processor + at java.net.URLClassLoader.findClass(Unknown Source) + at java.lang.ClassLoader.loadClass(Unknown Source) + at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) + at java.lang.ClassLoader.loadClass(Unknown Source) + at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:161) + at java.lang.ClassLoader.loadClass(Unknown Source) + ... 26 more + Suppressed: java.lang.NoSuchMethodError: net.minecraft.class_1959$class_1960.method_8733(I)Lnet/minecraft/class_1959$class_1960; + at com.terraformersmc.traverse.biome.AridHighlandsBiome.(AridHighlandsBiome.java:33) + at com.terraformersmc.traverse.biome.TraverseBiomes.(TraverseBiomes.java:15) + at com.terraformersmc.traverse.Traverse.register(Traverse.java:32) + at com.terraformersmc.traverse.Traverse.onInitialize(Traverse.java:24) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- Head -- +Thread: Render thread +Stacktrace: + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:55) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:34) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32) + at net.minecraft.class_310.(class_310.java:399) + +-- Initialization -- +Details: +Stacktrace: + at net.minecraft.client.main.Main.main(Main.java:166) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) + +-- System Details -- +Details: + Minecraft Version: Snapshot 20w06a + Minecraft Version ID: 20w06a + Operating System: Windows 10 (amd64) version 10.0 + Java Version: 1.8.0_221, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 7552738416 bytes (7202 MB) / 8385986560 bytes (7997 MB) up to 8385986560 bytes (7997 MB) + CPUs: 8 + JVM Flags: 8 total; -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8064m -Xmx8064m + Fabric Mods: + adorn: Adorn 1.6.5+1.15.1 + advancements-enlarger: Advancements Enlarger 1.0.0 + amecs: Amecs 1.2.9+1.15-pre5 + appleskin: AppleSkin 1.0.8 + aquarius: Aquarius 1.4.0+1.15 + aswitch: AutoSwitch 0.11.2 + autoconfig1: Auto Config v1 1.2.0+mc1.14.4 + autoconfig1u: Auto Config v1 Updated 1.2.4 + autoharvest: autoharvest 1.0.4 + bambootweaks: Bamboo Tweaks 1.15.2-1.1.3 + bbor: BoundingBoxOutlineReloaded 1.0.14-1.15.1 + beeangry-est: Bee Angry-est 1.4.0+1.15.1 + beebetter: Bee Better 1.6.0 + beecompatible: Bee Compatible 2.0.0+1.15.1 + beeinajar: Bee-in-a-Jar 19w36a-1.0.0 + beenfo: Beenfo 1.15-fabric0.4.23-1.0.3 + beeproductive: Bee Productive 1.0.2+1.15.1 + beeresourceful: Bee Resourceful 1.15.1-0.2.1 + biom4st3rportal: Fancy Fountain Passage 1.3.1 + biow0rks: biow0rk5 0.4.0 + blast: BLAST 1.1.1 + blue_endless_jankson: jankson + + bucket-hat: Bucket Hat 1.0.1 + cardinal-components-base: Cardinal Components API 2.1.0 + cardinal-components-entity: Cardinal Components API 2.1.0 + chestlatchfixer: ChestLatchFixer 1.1.0 + cleanview: CleanView 1.15.2-v1-fabric + clear-skies: Clear Skies 1.1.19 + cloth: Cloth Events 1.1.0 + cloth-config: Cloth Config 0.2.4+build.17 + cloth-config2: Cloth Config v2 2.9.3 + cmdkeybind: Command Macros 1.4.2 + coloredcampfire: Colorful Campfire Smoke 1.1.3 + compostrecipes: Compost Recipes 1.1.0 + conveyance: Conveyance 0.3.3+1.15.2 + cotton: Cotton 1.0.0-rc.7 + cotton-cauldron: Cotton Cauldron 1.0.0-rc.6 + cotton-commons: Cotton Commons 1.0.0-rc.4 + cotton-config: Cotton Config 1.0.0-rc.7 + cotton-datapack: Cotton Datapack 1.0.0-rc.5 + cotton-logging: Cotton Logging 1.0.0-rc.4 + cotton-player-events: Cotton Player Events 1.0.0-rc.4 + couplings: Couplings 1.3.1 + creativebuttonmover: Creative Button Mover 0.1.2+20w06a + creeperspores: Creeper Spores 1.3.3 + customtitlescreen: CustomTitleScreen 1.15.2-0.1.1 + cwt: Climatic World Type 1.1.4 + dataloader: Data Loader 1.1.0+mc1.14.4 + diggusmaximus: Diggus Maximus 1.2.6 + ding: Ding 3.0.0 + dynamicfps: Dynamic FPS 1.1.0 + eggtab: Egg Tab 1.1.0-1.15.x + enchantedtooltips: Enchanted ToolTips 1.2.4 + expandedstorage: ExpandedStorage 3.8.33+20w06a + expandedstorageapi: ExpandedStorageAPI 0.0.4+20w06a + extra-pressure-plates: Extra Pressure Plates ${version} + extradoors: ExtraDoors 1.4.2-1.15 + fabriblocks: FabriBlocks 1.1.7 + fabric: Fabric API 0.4.30+build.294-1.16 + fabric-api-base: Fabric API Base 0.1.2+b7f9825d95 + fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+3b05f68ebf + fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea8975 + fabric-commands-v0: Fabric Commands (v0) 0.1.2+b7f9825d95 + fabric-containers-v0: Fabric Containers (v0) 0.1.4+9421522dbf + fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+b7f9825dbf + fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825dbf + fabric-diagonal-panes: Fabric Diagonal Panes 0.2.0 + fabric-dimensions-v1: fabric-dimensions-v1 0.2.5+9421522dbf + fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.2.8+9421522dbf + fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+b7f9825dbf + fabric-furnaces: Fabric Furnaces 1.2.0 + fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.6+ec40b2e1bf + fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+933c24c242 + fabric-language-kotlin: Fabric Language Kotlin 1.3.61+build.1 + fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+e08a7305bf + fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+28f8190f42 + fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d6bf + fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.4+9421522dbf + fabric-networking-v0: Fabric Networking (v0) 0.1.8+9421522dbf + fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.3+e4c9a9c3bf + fabric-particles-v1: fabric-particles-v1 0.1.1+dfdb52d6bf + fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.7+9421522dbf + fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.9+aea78a25bf + fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.23+820cd5cfbf + fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a60bf + fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825dbf + fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+12515ed9bf + fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+53410490bf + fabric-rendering-v1: Fabric Rendering (v1) 0.1.0+53410490bf + fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+06c939b3bf + fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+abd91580bf + fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba7bf + fabricdrawer: Fabric Drawer 3.2.0-1.15-pre1 + fabricloader: Fabric Loader 0.7.8+build.184 + fatxporbs: Fat Experience Orbs 0.0.6 + fermion-modkeys: Fermion Modifier Keys 1.3.75+19w39a + flamingo: Pink Flamingo 1.15-1.16 + flax: Flax 1.1.1 + flonters: Flonters 1.0.2+1.15.1 + floradoubling: Flora Doubling 1.0.0 + gamemodeoverhaul: GamemodeOverhaul 1.15.1-1.0.1.6 + giftit: Gift It! 1.1.2+1.15-pre7 + glassdoor: Glass Doors 1.4.3 + glassential: Glassential 1.15.1-1.1.3 + grass_kiss: Grass Kiss 0.2.2 + healthoverlay: Health Overlay 2.2.10 + hollowlogs: Hollow Logs 1.0.0 + i-blame-x: I Blame X 1.0.1+1.14.4 + i-need-keybinds: I Need Keybinds 0.2.1-unstable.201912010804 + iamverysmart: I Am Very Smart 1.5.0+mc1.14.4 + illuminations: Illuminations 0.4.0 + imbuedtorches: Imbued Torches 1.1.0 + improved-stations: Improved Stations 1.2.4 + inventoryprofiles: Inventory Profiles 0.1.0-dev.6 + irishwolves: Irish Wolves 1.0.0 + ironbarrels2: Iron Barrels 2 2.1.0 + jankson: Jankson 2.0.1+j1.2.0 + jumpoverfences: JumpOverFences 1.15-0.0.1 + kayak: kayak 0.1.1.22 + libcd: LibCapableData 2.2.2+1.15.2 + libgui: LibGui 1.4.0 + lightoverlay: Light Overlay 4.2 + liltater: Lil Tater ${version} + lootstrap: Lootstrap 1.0.0 + malilib: MaLiLib 0.10.0-dev.20+beta.3 + mambience: MAmbience 1.0.0 + materialisation: Materialisation 2.2.1 + me_shedaniel_cloth_basic-math: basic-math 0.3.0 + me_zeroeightsix_fiber: fiber 0.8.0-SNAPSHOT + minecraft: Minecraft 1.16-alpha.20.6.a + ml3api: ML3API 1.3.1 + modmenu: Mod Menu 1.8.5+build.23 + mooblooms: Mooblooms 1.1.1 + moreberries: More Berries 1.2.3 + moretotems: More Totems 1.1.0 + mousewheelie: Mouse Wheelie 1.4.0+1.15.2-pre1 + ninjaphenix-container-lib: NinjaPhenix's Container Library 0.1.4+1.15.2 + ninjatips: NinjaTips 1.0.3+1.15 + nomadbooks: Nomad Books 0.2.1 + noncorrelatedextras: NonCorrelatedExtras 0.2.1 + okzoomer: Ok Zoomer 2.1.2 + orderly: Orderly 2.0.0-alpha+build.7-1.15 + org_aeonbits_owner_owner: owner 1.0.10 + org_apache_httpcomponents_httpclient: httpclient 4.5.10 + org_apache_httpcomponents_httpcore: httpcore 4.4.12 + org_apache_httpcomponents_httpmime: httpmime 4.5.10 + org_jetbrains_annotations: annotations 18.0.0 + org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.3.61 + org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.3 + org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.3.3 + org_jetbrains_kotlinx_kotlinx-serialization-runtime: kotlinx-serialization-runtime 0.14.0 + phosphor: Phosphor 0.3.6 + programmerartinjector: Programmer Art Injector 1.0.0 + reborncore: Reborn Core 4.2.2+build.97 + redstonebits: Redstone Bits 1.2.2 + retroexchange: Retro Exchange 1.0.0 + right-click-clear: Right Click Clear 1.1.1-unstable.201912010707 + roughlyenoughitems: Roughly Enough Items 3.3.18 + rubikshotbar: Rubik's Hotbar 0.1.3 + shulkerboxtooltip: Shulker Box Tootip 1.4.5+1.15 + simpleteleporters: Simple Teleporters 2.2.0 + simplevoidworld: Simple Void World 1.0.0 + simplexterrain: Simplex Terrain 0.5.0 + sit: Sit 1.15-4 + skin_change: Minecraft Skin Change Mod 1.0.0 + smoothscrollingeverywhere: Smooth Scrolling Everywhere 2.3 + sneakthroughberries: Sneak Through Berries 1.0.1 + sneakyscreens: Sneaky Screens 1.0.1 + snowdrift: Snowdrift ${version} + soulshards: Soul Shards Respawn 1.0.12 + statement: Statement 1.3.0+1.15.1 + sweettooth: Sweet Tooth 1.1.2 + team_reborn_energy: Energy 0.0.8 + techreborn: Tech Reborn 3.3.3+build.182 + terraform: Terraform 1.3.5+build.19 + terrestria: Terrestria 1.2.0+custom + tinyconfig: TinyConfig 1.1.2 + tippy: Tippy 1.1.2 + tooltipwrap: Tooltip Autowrap 1.0.2 + torcherino: Torcherino 2.11.61+20w06a + towelette: Towelette 3.0.0+1.15.1 + trapexpansion: Trap Expansion 1.3.1 + traverse: Traverse 2.1.9+build.17 + trumpet-skeleton: Trumpet Skeleton 1.1.1 + tweed: Tweed API 2.2.9 + vanilla-hammers: Vanilla Hammers 1.7.0 + vanilla-toolsets: Vanilla Toolsets 1.2.2 + variablepaxels: VariablePaxels 1.15-1.0.2 + verticalredstone: Vertical Redstone 1.1.0 + villagerhats: Villager Hats fabric-1.15.0-1.0.0 + voxelmap: VoxelMap 1.9.14 + waila: Hwyla 1.9.19 + wildworld: Wild World 1.2.0+1.15 + winwonders: Window Wonders 0.1.2 + working-scheduler: Working Scheduler 1.1.3-1.15-pre1 + wrenchable: Wrenchable 0.2.1 + wrenchanything: Wrench Anything 1.1.2 + yet_another_gravestone_mod: Yet Another Gravestone Mod 1.2.1 + Launched Version: MultiMC5 + Backend library: LWJGL version 3.2.2 build 10 + Backend API: NO CONTEXT + GL Caps: + Using VBOs: Yes + Is Modded: Definitely; Client brand changed to 'fabric' + Type: Client (map_client.txt) + CPU: + Blaming and listing mods brought to you by I Blame X. \ No newline at end of file diff --git a/minecraft/crash-reports/crash-2020-02-05_22.53.40-client.txt b/minecraft/crash-reports/crash-2020-02-05_22.53.40-client.txt new file mode 100644 index 0000000..1a768b9 --- /dev/null +++ b/minecraft/crash-reports/crash-2020-02-05_22.53.40-client.txt @@ -0,0 +1,366 @@ +---- Minecraft Crash Report ---- +// I blame Fabric Key Bindings (v0). + +Time: 2/5/20 10:53 PM +Description: Initializing game + +java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors! + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:55) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:34) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32) + at net.minecraft.class_310.(class_310.java:399) + at net.minecraft.client.main.Main.main(Main.java:166) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) + Suppressed: java.lang.AbstractMethodError + at net.minecraft.class_1738.(class_1738.java:72) + at ninjaphenix.noncorrelatedextras.items.MagnetisedArmourItem.(MagnetisedArmourItem.java:22) + at ninjaphenix.noncorrelatedextras.features.PolarisedArmourFeature.registerItems(PolarisedArmourFeature.java:18) + at ninjaphenix.noncorrelatedextras.core.FeatureManager.lambda$initialise$1(FeatureManager.java:35) + at java.lang.Iterable.forEach(Unknown Source) + at ninjaphenix.noncorrelatedextras.core.FeatureManager.initialise(FeatureManager.java:31) + at ninjaphenix.noncorrelatedextras.Main.onInitialize(Main.java:16) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.AbstractMethodError + at net.minecraft.class_1738.(class_1738.java:72) + at party.lemons.villagerhats.item.VillagerHatItem.(VillagerHatItem.java:14) + at party.lemons.villagerhats.init.HatItems.onInitialize(HatItems.java:32) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.IllegalAccessError: tried to access method net.minecraft.class_2358.method_10189(Lnet/minecraft/class_2248;II)V from class techreborn.blocks.misc.BlockRubberLeaves + at techreborn.blocks.misc.BlockRubberLeaves.(BlockRubberLeaves.java:38) + at techreborn.events.ModRegistry.registerBlocks(ModRegistry.java:87) + at techreborn.events.ModRegistry.setupShit(ModRegistry.java:62) + at techreborn.TechReborn.onInitialize(TechReborn.java:81) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.NoSuchMethodError: net.minecraft.class_2527: method (Lnet/minecraft/class_2248$class_2251;)V not found + at juuxel.adorn.block.StoneTorchBlock.(StoneTorchBlock.java:23) + at juuxel.adorn.block.AdornBlocks.(AdornBlocks.java:177) + at juuxel.adorn.Adorn.onInitialize(Adorn.java:23) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.NoSuchMethodError: net.minecraft.class_1959$class_1960.method_8733(I)Lnet/minecraft/class_1959$class_1960; + at com.terraformersmc.terraform.biome.builder.BuilderBiomeSettings.waterColor(BuilderBiomeSettings.java:133) + at com.terraformersmc.terraform.biome.builder.TerraformBiome$Builder.waterColor(TerraformBiome.java:259) + at com.terraformersmc.terrestria.biome.CalderaBiomes.register(CalderaBiomes.java:21) + at com.terraformersmc.terrestria.init.TerrestriaBiomes.init(TerrestriaBiomes.java:46) + at com.terraformersmc.terrestria.Terrestria.onInitialize(Terrestria.java:51) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.NoSuchMethodError: net.minecraft.class_2527: method (Lnet/minecraft/class_2248$class_2251;)V not found + at bambootweaks.block.ExposedTorchBlock.(ExposedTorchBlock.java:7) + at bambootweaks.registry.BlockRegistry.(BlockRegistry.java:34) + at bambootweaks.registry.ItemRegistry.(ItemRegistry.java:11) + at bambootweaks.BambooTweaks.onInitialize(BambooTweaks.java:16) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.IllegalAccessError: tried to access method net.minecraft.class_2358.method_10189(Lnet/minecraft/class_2248;II)V from class ladysnake.illuminations.common.init.IlluminationsBlocks + at ladysnake.illuminations.common.init.IlluminationsBlocks.init(IlluminationsBlocks.java:26) + at ladysnake.illuminations.common.Illuminations.onInitialize(Illuminations.java:15) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.AbstractMethodError + at net.minecraft.class_1738.(class_1738.java:72) + at com.github.draylar.vanilla_toolsets.item.ArmorBase.(ArmorBase.java:11) + at com.github.draylar.vanilla_toolsets.registry.Items.init(Items.java:16) + at com.github.draylar.vanilla_toolsets.VanillaToolsets.onInitialize(VanillaToolsets.java:14) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.NoSuchMethodError: net.minecraft.class_2527: method (Lnet/minecraft/class_2248$class_2251;)V not found + at com.github.draylar.beebetter.block.CandleBlock.(CandleBlock.java:22) + at com.github.draylar.beebetter.registry.BeeBlocks.(BeeBlocks.java:61) + at com.github.draylar.beebetter.BeeBetter.onInitialize(BeeBetter.java:36) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.NoClassDefFoundError: com/swordglowsblue/artifice/api/util/Processor + at java.lang.ClassLoader.defineClass1(Native Method) + at java.lang.ClassLoader.defineClass(Unknown Source) + at java.security.SecureClassLoader.defineClass(Unknown Source) + at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:156) + at java.lang.ClassLoader.loadClass(Unknown Source) + at com.martmists.beeresourceful.BeeResourceful.onInitialize(BeeResourceful.java:40) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Caused by: java.lang.ClassNotFoundException: com.swordglowsblue.artifice.api.util.Processor + at java.net.URLClassLoader.findClass(Unknown Source) + at java.lang.ClassLoader.loadClass(Unknown Source) + at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) + at java.lang.ClassLoader.loadClass(Unknown Source) + at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:161) + at java.lang.ClassLoader.loadClass(Unknown Source) + ... 26 more + Suppressed: java.lang.NoSuchMethodError: net.minecraft.class_1959$class_1960.method_8733(I)Lnet/minecraft/class_1959$class_1960; + at com.terraformersmc.traverse.biome.AridHighlandsBiome.(AridHighlandsBiome.java:33) + at com.terraformersmc.traverse.biome.TraverseBiomes.(TraverseBiomes.java:15) + at com.terraformersmc.traverse.Traverse.register(Traverse.java:32) + at com.terraformersmc.traverse.Traverse.onInitialize(Traverse.java:24) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- Head -- +Thread: Render thread +Stacktrace: + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:55) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:34) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32) + at net.minecraft.class_310.(class_310.java:399) + +-- Initialization -- +Details: +Stacktrace: + at net.minecraft.client.main.Main.main(Main.java:166) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) + +-- System Details -- +Details: + Minecraft Version: Snapshot 20w06a + Minecraft Version ID: 20w06a + Operating System: Windows 10 (amd64) version 10.0 + Java Version: 1.8.0_221, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 7603716280 bytes (7251 MB) / 8385986560 bytes (7997 MB) up to 8385986560 bytes (7997 MB) + CPUs: 8 + JVM Flags: 8 total; -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8064m -Xmx8064m + Fabric Mods: + adorn: Adorn 1.6.5+1.15.1 + advancements-enlarger: Advancements Enlarger 1.0.0 + amecs: Amecs 1.2.9+1.15-pre5 + appleskin: AppleSkin 1.0.8 + aquarius: Aquarius 1.4.0+1.15 + aswitch: AutoSwitch 0.11.2 + autoconfig1: Auto Config v1 1.2.0+mc1.14.4 + autoconfig1u: Auto Config v1 Updated 1.2.4 + autoharvest: autoharvest 1.0.4 + bambootweaks: Bamboo Tweaks 1.15.2-1.1.3 + bbor: BoundingBoxOutlineReloaded 1.0.14-1.15.1 + beeangry-est: Bee Angry-est 1.4.0+1.15.1 + beebetter: Bee Better 1.6.0 + beecompatible: Bee Compatible 2.0.0+1.15.1 + beeinajar: Bee-in-a-Jar 19w36a-1.0.0 + beenfo: Beenfo 1.15-fabric0.4.23-1.0.3 + beeproductive: Bee Productive 1.0.2+1.15.1 + beeresourceful: Bee Resourceful 1.15.1-0.2.1 + biom4st3rportal: Fancy Fountain Passage 1.3.1 + biow0rks: biow0rk5 0.4.0 + blast: BLAST 1.1.1 + blue_endless_jankson: jankson + + bucket-hat: Bucket Hat 1.0.1 + cardinal-components-base: Cardinal Components API 2.1.0 + cardinal-components-entity: Cardinal Components API 2.1.0 + chestlatchfixer: ChestLatchFixer 1.1.0 + cleanview: CleanView 1.15.2-v1-fabric + clear-skies: Clear Skies 1.1.19 + cloth: Cloth Events 1.1.0 + cloth-config: Cloth Config 0.2.4+build.17 + cloth-config2: Cloth Config v2 2.9.3 + cmdkeybind: Command Macros 1.4.2 + coloredcampfire: Colorful Campfire Smoke 1.1.3 + compostrecipes: Compost Recipes 1.1.0 + cotton: Cotton 1.0.0-rc.7 + cotton-cauldron: Cotton Cauldron 1.0.0-rc.6 + cotton-commons: Cotton Commons 1.0.0-rc.4 + cotton-config: Cotton Config 1.0.0-rc.7 + cotton-datapack: Cotton Datapack 1.0.0-rc.5 + cotton-logging: Cotton Logging 1.0.0-rc.4 + cotton-player-events: Cotton Player Events 1.0.0-rc.4 + couplings: Couplings 1.3.1 + creativebuttonmover: Creative Button Mover 0.1.2+20w06a + creeperspores: Creeper Spores 1.3.3 + customtitlescreen: CustomTitleScreen 1.15.2-0.1.1 + cwt: Climatic World Type 1.1.4 + dataloader: Data Loader 1.1.0+mc1.14.4 + diggusmaximus: Diggus Maximus 1.2.6 + ding: Ding 3.0.0 + dynamicfps: Dynamic FPS 1.1.0 + eggtab: Egg Tab 1.1.0-1.15.x + enchantedtooltips: Enchanted ToolTips 1.2.4 + expandedstorage: ExpandedStorage 3.8.33+20w06a + expandedstorageapi: ExpandedStorageAPI 0.0.4+20w06a + extra-pressure-plates: Extra Pressure Plates ${version} + extradoors: ExtraDoors 1.4.2-1.15 + fabriblocks: FabriBlocks 1.1.7 + fabric: Fabric API 0.4.30+build.294-1.16 + fabric-api-base: Fabric API Base 0.1.2+b7f9825d95 + fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+3b05f68ebf + fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea8975 + fabric-commands-v0: Fabric Commands (v0) 0.1.2+b7f9825d95 + fabric-containers-v0: Fabric Containers (v0) 0.1.4+9421522dbf + fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+b7f9825dbf + fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825dbf + fabric-diagonal-panes: Fabric Diagonal Panes 0.2.0 + fabric-dimensions-v1: fabric-dimensions-v1 0.2.5+9421522dbf + fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.2.8+9421522dbf + fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+b7f9825dbf + fabric-furnaces: Fabric Furnaces 1.2.0 + fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.6+ec40b2e1bf + fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+933c24c242 + fabric-language-kotlin: Fabric Language Kotlin 1.3.61+build.1 + fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+e08a7305bf + fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+28f8190f42 + fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d6bf + fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.4+9421522dbf + fabric-networking-v0: Fabric Networking (v0) 0.1.8+9421522dbf + fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.3+e4c9a9c3bf + fabric-particles-v1: fabric-particles-v1 0.1.1+dfdb52d6bf + fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.7+9421522dbf + fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.9+aea78a25bf + fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.23+820cd5cfbf + fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a60bf + fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825dbf + fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+12515ed9bf + fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+53410490bf + fabric-rendering-v1: Fabric Rendering (v1) 0.1.0+53410490bf + fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+06c939b3bf + fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+abd91580bf + fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba7bf + fabricdrawer: Fabric Drawer 3.2.0-1.15-pre1 + fabricloader: Fabric Loader 0.7.8+build.184 + fatxporbs: Fat Experience Orbs 0.0.6 + fermion-modkeys: Fermion Modifier Keys 1.3.75+19w39a + flamingo: Pink Flamingo 1.15-1.16 + flax: Flax 1.1.1 + flonters: Flonters 1.0.2+1.15.1 + floradoubling: Flora Doubling 1.0.0 + gamemodeoverhaul: GamemodeOverhaul 1.15.1-1.0.1.6 + giftit: Gift It! 1.1.2+1.15-pre7 + glassdoor: Glass Doors 1.4.3 + glassential: Glassential 1.15.1-1.1.3 + grass_kiss: Grass Kiss 0.2.2 + healthoverlay: Health Overlay 2.2.10 + hollowlogs: Hollow Logs 1.0.0 + i-blame-x: I Blame X 1.0.1+1.14.4 + i-need-keybinds: I Need Keybinds 0.2.1-unstable.201912010804 + iamverysmart: I Am Very Smart 1.5.0+mc1.14.4 + illuminations: Illuminations 0.4.0 + imbuedtorches: Imbued Torches 1.1.0 + improved-stations: Improved Stations 1.2.4 + inventoryprofiles: Inventory Profiles 0.1.0-dev.6 + irishwolves: Irish Wolves 1.0.0 + ironbarrels2: Iron Barrels 2 2.1.0 + jankson: Jankson 2.0.1+j1.2.0 + jumpoverfences: JumpOverFences 1.15-0.0.1 + kayak: kayak 0.1.1.22 + libcd: LibCapableData 2.2.2+1.15.2 + libgui: LibGui 1.4.0 + lightoverlay: Light Overlay 4.2 + liltater: Lil Tater ${version} + lootstrap: Lootstrap 1.0.0 + malilib: MaLiLib 0.10.0-dev.20+beta.3 + mambience: MAmbience 1.0.0 + materialisation: Materialisation 2.2.1 + me_shedaniel_cloth_basic-math: basic-math 0.3.0 + me_zeroeightsix_fiber: fiber 0.8.0-SNAPSHOT + minecraft: Minecraft 1.16-alpha.20.6.a + ml3api: ML3API 1.3.1 + modmenu: Mod Menu 1.8.5+build.23 + mooblooms: Mooblooms 1.1.1 + moreberries: More Berries 1.2.3 + moretotems: More Totems 1.1.0 + mousewheelie: Mouse Wheelie 1.4.0+1.15.2-pre1 + ninjaphenix-container-lib: NinjaPhenix's Container Library 0.1.4+1.15.2 + ninjatips: NinjaTips 1.0.3+1.15 + nomadbooks: Nomad Books 0.2.1 + noncorrelatedextras: NonCorrelatedExtras 0.2.1 + okzoomer: Ok Zoomer 2.1.2 + orderly: Orderly 2.0.0-alpha+build.7-1.15 + org_aeonbits_owner_owner: owner 1.0.10 + org_apache_httpcomponents_httpclient: httpclient 4.5.10 + org_apache_httpcomponents_httpcore: httpcore 4.4.12 + org_apache_httpcomponents_httpmime: httpmime 4.5.10 + org_jetbrains_annotations: annotations 18.0.0 + org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.3.61 + org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.3 + org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.3.3 + org_jetbrains_kotlinx_kotlinx-serialization-runtime: kotlinx-serialization-runtime 0.14.0 + phosphor: Phosphor 0.3.6 + programmerartinjector: Programmer Art Injector 1.0.0 + reborncore: Reborn Core 4.2.2+build.97 + redstonebits: Redstone Bits 1.2.2 + retroexchange: Retro Exchange 1.0.0 + right-click-clear: Right Click Clear 1.1.1-unstable.201912010707 + roughlyenoughitems: Roughly Enough Items 3.3.18 + rubikshotbar: Rubik's Hotbar 0.1.3 + shulkerboxtooltip: Shulker Box Tootip 1.4.5+1.15 + simpleteleporters: Simple Teleporters 2.2.0 + simplevoidworld: Simple Void World 1.0.0 + simplexterrain: Simplex Terrain 0.5.0 + sit: Sit 1.15-4 + skin_change: Minecraft Skin Change Mod 1.0.0 + smoothscrollingeverywhere: Smooth Scrolling Everywhere 2.3 + sneakthroughberries: Sneak Through Berries 1.0.1 + sneakyscreens: Sneaky Screens 1.0.1 + snowdrift: Snowdrift ${version} + soulshards: Soul Shards Respawn 1.0.12 + statement: Statement 1.3.0+1.15.1 + sweettooth: Sweet Tooth 1.1.2 + team_reborn_energy: Energy 0.0.8 + techreborn: Tech Reborn 3.3.3+build.182 + terraform: Terraform 1.3.5+build.19 + terrestria: Terrestria 1.2.0+custom + tinyconfig: TinyConfig 1.1.2 + tippy: Tippy 1.1.2 + tooltipwrap: Tooltip Autowrap 1.0.2 + torcherino: Torcherino 2.11.61+20w06a + towelette: Towelette 3.0.0+1.15.1 + trapexpansion: Trap Expansion 1.3.1 + traverse: Traverse 2.1.9+build.17 + trumpet-skeleton: Trumpet Skeleton 1.1.1 + tweed: Tweed API 2.2.9 + vanilla-hammers: Vanilla Hammers 1.7.0 + vanilla-toolsets: Vanilla Toolsets 1.2.2 + variablepaxels: VariablePaxels 1.15-1.0.2 + verticalredstone: Vertical Redstone 1.1.0 + villagerhats: Villager Hats fabric-1.15.0-1.0.0 + voxelmap: VoxelMap 1.9.14 + waila: Hwyla 1.9.19 + wildworld: Wild World 1.2.0+1.15 + winwonders: Window Wonders 0.1.2 + working-scheduler: Working Scheduler 1.1.3-1.15-pre1 + wrenchable: Wrenchable 0.2.1 + wrenchanything: Wrench Anything 1.1.2 + yet_another_gravestone_mod: Yet Another Gravestone Mod 1.2.1 + Launched Version: MultiMC5 + Backend library: LWJGL version 3.2.2 build 10 + Backend API: NO CONTEXT + GL Caps: + Using VBOs: Yes + Is Modded: Definitely; Client brand changed to 'fabric' + Type: Client (map_client.txt) + CPU: + Blaming and listing mods brought to you by I Blame X. \ No newline at end of file diff --git a/minecraft/crash-reports/crash-2020-02-05_22.55.27-client.txt b/minecraft/crash-reports/crash-2020-02-05_22.55.27-client.txt new file mode 100644 index 0000000..e7f8646 --- /dev/null +++ b/minecraft/crash-reports/crash-2020-02-05_22.55.27-client.txt @@ -0,0 +1,316 @@ +---- Minecraft Crash Report ---- +// I blame Fabric Renderer - Indigo. + +Time: 2/5/20 10:55 PM +Description: Initializing game + +java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors! + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:55) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:34) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32) + at net.minecraft.class_310.(class_310.java:399) + at net.minecraft.client.main.Main.main(Main.java:166) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) + Suppressed: java.lang.IllegalAccessError: tried to access method net.minecraft.class_2358.method_10189(Lnet/minecraft/class_2248;II)V from class ladysnake.illuminations.common.init.IlluminationsBlocks + at ladysnake.illuminations.common.init.IlluminationsBlocks.init(IlluminationsBlocks.java:26) + at ladysnake.illuminations.common.Illuminations.onInitialize(Illuminations.java:15) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.AbstractMethodError + at net.minecraft.class_1738.(class_1738.java:72) + at com.github.draylar.vanilla_toolsets.item.ArmorBase.(ArmorBase.java:11) + at com.github.draylar.vanilla_toolsets.registry.Items.init(Items.java:16) + at com.github.draylar.vanilla_toolsets.VanillaToolsets.onInitialize(VanillaToolsets.java:14) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.NoSuchMethodError: net.minecraft.class_2527: method (Lnet/minecraft/class_2248$class_2251;)V not found + at com.github.draylar.beebetter.block.CandleBlock.(CandleBlock.java:22) + at com.github.draylar.beebetter.registry.BeeBlocks.(BeeBlocks.java:61) + at com.github.draylar.beebetter.BeeBetter.onInitialize(BeeBetter.java:36) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Suppressed: java.lang.NoClassDefFoundError: com/swordglowsblue/artifice/api/util/Processor + at java.lang.ClassLoader.defineClass1(Native Method) + at java.lang.ClassLoader.defineClass(Unknown Source) + at java.security.SecureClassLoader.defineClass(Unknown Source) + at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:156) + at java.lang.ClassLoader.loadClass(Unknown Source) + at com.martmists.beeresourceful.BeeResourceful.onInitialize(BeeResourceful.java:40) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + Caused by: java.lang.ClassNotFoundException: com.swordglowsblue.artifice.api.util.Processor + at java.net.URLClassLoader.findClass(Unknown Source) + at java.lang.ClassLoader.loadClass(Unknown Source) + at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) + at java.lang.ClassLoader.loadClass(Unknown Source) + at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:161) + at java.lang.ClassLoader.loadClass(Unknown Source) + ... 26 more + Suppressed: java.lang.NoSuchMethodError: net.minecraft.class_1959$class_1960.method_8733(I)Lnet/minecraft/class_1959$class_1960; + at com.terraformersmc.traverse.biome.AridHighlandsBiome.(AridHighlandsBiome.java:33) + at com.terraformersmc.traverse.biome.TraverseBiomes.(TraverseBiomes.java:15) + at com.terraformersmc.traverse.Traverse.register(Traverse.java:32) + at com.terraformersmc.traverse.Traverse.onInitialize(Traverse.java:24) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48) + ... 19 more + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- Head -- +Thread: Render thread +Stacktrace: + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:55) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:34) + at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32) + at net.minecraft.class_310.(class_310.java:399) + +-- Initialization -- +Details: +Stacktrace: + at net.minecraft.client.main.Main.main(Main.java:166) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) + +-- System Details -- +Details: + Minecraft Version: Snapshot 20w06a + Minecraft Version ID: 20w06a + Operating System: Windows 10 (amd64) version 10.0 + Java Version: 1.8.0_221, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 7672767408 bytes (7317 MB) / 8385986560 bytes (7997 MB) up to 8385986560 bytes (7997 MB) + CPUs: 8 + JVM Flags: 8 total; -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8064m -Xmx8064m + Fabric Mods: + advancements-enlarger: Advancements Enlarger 1.0.0 + amecs: Amecs 1.2.9+1.15-pre5 + appleskin: AppleSkin 1.0.8 + aquarius: Aquarius 1.4.0+1.15 + aswitch: AutoSwitch 0.11.2 + autoconfig1: Auto Config v1 1.2.0+mc1.14.4 + autoconfig1u: Auto Config v1 Updated 1.2.4 + autoharvest: autoharvest 1.0.4 + bbor: BoundingBoxOutlineReloaded 1.0.14-1.15.1 + beeangry-est: Bee Angry-est 1.4.0+1.15.1 + beebetter: Bee Better 1.6.0 + beecompatible: Bee Compatible 2.0.0+1.15.1 + beeinajar: Bee-in-a-Jar 19w36a-1.0.0 + beenfo: Beenfo 1.15-fabric0.4.23-1.0.3 + beeproductive: Bee Productive 1.0.2+1.15.1 + beeresourceful: Bee Resourceful 1.15.1-0.2.1 + biom4st3rportal: Fancy Fountain Passage 1.3.1 + biow0rks: biow0rk5 0.4.0 + blast: BLAST 1.1.1 + blue_endless_jankson: jankson + + bucket-hat: Bucket Hat 1.0.1 + cardinal-components-base: Cardinal Components API 2.1.0 + cardinal-components-entity: Cardinal Components API 2.1.0 + chestlatchfixer: ChestLatchFixer 1.1.0 + cleanview: CleanView 1.15.2-v1-fabric + clear-skies: Clear Skies 1.1.19 + cloth: Cloth Events 1.1.0 + cloth-config: Cloth Config 0.2.4+build.17 + cloth-config2: Cloth Config v2 2.9.3 + cmdkeybind: Command Macros 1.4.2 + coloredcampfire: Colorful Campfire Smoke 1.1.3 + compostrecipes: Compost Recipes 1.1.0 + cotton: Cotton 1.0.0-rc.7 + cotton-cauldron: Cotton Cauldron 1.0.0-rc.6 + cotton-commons: Cotton Commons 1.0.0-rc.4 + cotton-config: Cotton Config 1.0.0-rc.7 + cotton-datapack: Cotton Datapack 1.0.0-rc.5 + cotton-logging: Cotton Logging 1.0.0-rc.4 + cotton-player-events: Cotton Player Events 1.0.0-rc.4 + couplings: Couplings 1.3.1 + creativebuttonmover: Creative Button Mover 0.1.2+20w06a + creeperspores: Creeper Spores 1.3.3 + customtitlescreen: CustomTitleScreen 1.15.2-0.1.1 + cwt: Climatic World Type 1.1.4 + dataloader: Data Loader 1.1.0+mc1.14.4 + diggusmaximus: Diggus Maximus 1.2.6 + ding: Ding 3.0.0 + dynamicfps: Dynamic FPS 1.1.0 + eggtab: Egg Tab 1.1.0-1.15.x + enchantedtooltips: Enchanted ToolTips 1.2.4 + expandedstorage: ExpandedStorage 3.8.33+20w06a + expandedstorageapi: ExpandedStorageAPI 0.0.4+20w06a + extra-pressure-plates: Extra Pressure Plates ${version} + extradoors: ExtraDoors 1.4.2-1.15 + fabriblocks: FabriBlocks 1.1.7 + fabric: Fabric API 0.4.30+build.294-1.16 + fabric-api-base: Fabric API Base 0.1.2+b7f9825d95 + fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+3b05f68ebf + fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea8975 + fabric-commands-v0: Fabric Commands (v0) 0.1.2+b7f9825d95 + fabric-containers-v0: Fabric Containers (v0) 0.1.4+9421522dbf + fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+b7f9825dbf + fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825dbf + fabric-diagonal-panes: Fabric Diagonal Panes 0.2.0 + fabric-dimensions-v1: fabric-dimensions-v1 0.2.5+9421522dbf + fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.2.8+9421522dbf + fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+b7f9825dbf + fabric-furnaces: Fabric Furnaces 1.2.0 + fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.6+ec40b2e1bf + fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+933c24c242 + fabric-language-kotlin: Fabric Language Kotlin 1.3.61+build.1 + fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+e08a7305bf + fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+28f8190f42 + fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d6bf + fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.4+9421522dbf + fabric-networking-v0: Fabric Networking (v0) 0.1.8+9421522dbf + fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.3+e4c9a9c3bf + fabric-particles-v1: fabric-particles-v1 0.1.1+dfdb52d6bf + fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.7+9421522dbf + fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.9+aea78a25bf + fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.23+820cd5cfbf + fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a60bf + fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825dbf + fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+12515ed9bf + fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+53410490bf + fabric-rendering-v1: Fabric Rendering (v1) 0.1.0+53410490bf + fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+06c939b3bf + fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+abd91580bf + fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba7bf + fabricdrawer: Fabric Drawer 3.2.0-1.15-pre1 + fabricloader: Fabric Loader 0.7.8+build.184 + fatxporbs: Fat Experience Orbs 0.0.6 + fermion-modkeys: Fermion Modifier Keys 1.3.75+19w39a + flamingo: Pink Flamingo 1.15-1.16 + flax: Flax 1.1.1 + flonters: Flonters 1.0.2+1.15.1 + floradoubling: Flora Doubling 1.0.0 + gamemodeoverhaul: GamemodeOverhaul 1.15.1-1.0.1.6 + giftit: Gift It! 1.1.2+1.15-pre7 + glassdoor: Glass Doors 1.4.3 + glassential: Glassential 1.15.1-1.1.3 + grass_kiss: Grass Kiss 0.2.2 + healthoverlay: Health Overlay 2.2.10 + hollowlogs: Hollow Logs 1.0.0 + i-blame-x: I Blame X 1.0.1+1.14.4 + i-need-keybinds: I Need Keybinds 0.2.1-unstable.201912010804 + iamverysmart: I Am Very Smart 1.5.0+mc1.14.4 + illuminations: Illuminations 0.4.0 + imbuedtorches: Imbued Torches 1.1.0 + improved-stations: Improved Stations 1.2.4 + inventoryprofiles: Inventory Profiles 0.1.0-dev.6 + irishwolves: Irish Wolves 1.0.0 + ironbarrels2: Iron Barrels 2 2.1.0 + jankson: Jankson 2.0.1+j1.2.0 + jumpoverfences: JumpOverFences 1.15-0.0.1 + kayak: kayak 0.1.1.22 + libcd: LibCapableData 2.2.2+1.15.2 + libgui: LibGui 1.4.0 + lightoverlay: Light Overlay 4.2 + liltater: Lil Tater ${version} + lootstrap: Lootstrap 1.0.0 + malilib: MaLiLib 0.10.0-dev.20+beta.3 + mambience: MAmbience 1.0.0 + materialisation: Materialisation 2.2.1 + me_shedaniel_cloth_basic-math: basic-math 0.3.0 + me_zeroeightsix_fiber: fiber 0.8.0-SNAPSHOT + minecraft: Minecraft 1.16-alpha.20.6.a + ml3api: ML3API 1.3.1 + modmenu: Mod Menu 1.8.5+build.23 + mooblooms: Mooblooms 1.1.1 + moreberries: More Berries 1.2.3 + moretotems: More Totems 1.1.0 + mousewheelie: Mouse Wheelie 1.4.0+1.15.2-pre1 + ninjaphenix-container-lib: NinjaPhenix's Container Library 0.1.4+1.15.2 + ninjatips: NinjaTips 1.0.3+1.15 + nomadbooks: Nomad Books 0.2.1 + okzoomer: Ok Zoomer 2.1.2 + orderly: Orderly 2.0.0-alpha+build.7-1.15 + org_aeonbits_owner_owner: owner 1.0.10 + org_apache_httpcomponents_httpclient: httpclient 4.5.10 + org_apache_httpcomponents_httpcore: httpcore 4.4.12 + org_apache_httpcomponents_httpmime: httpmime 4.5.10 + org_jetbrains_annotations: annotations 18.0.0 + org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.3.61 + org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.3 + org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.3.3 + org_jetbrains_kotlinx_kotlinx-serialization-runtime: kotlinx-serialization-runtime 0.14.0 + phosphor: Phosphor 0.3.6 + programmerartinjector: Programmer Art Injector 1.0.0 + reborncore: Reborn Core 4.2.2+build.97 + redstonebits: Redstone Bits 1.2.2 + retroexchange: Retro Exchange 1.0.0 + right-click-clear: Right Click Clear 1.1.1-unstable.201912010707 + roughlyenoughitems: Roughly Enough Items 3.3.18 + rubikshotbar: Rubik's Hotbar 0.1.3 + shulkerboxtooltip: Shulker Box Tootip 1.4.5+1.15 + simpleteleporters: Simple Teleporters 2.2.0 + simplevoidworld: Simple Void World 1.0.0 + simplexterrain: Simplex Terrain 0.5.0 + sit: Sit 1.15-4 + skin_change: Minecraft Skin Change Mod 1.0.0 + smoothscrollingeverywhere: Smooth Scrolling Everywhere 2.3 + sneakthroughberries: Sneak Through Berries 1.0.1 + sneakyscreens: Sneaky Screens 1.0.1 + snowdrift: Snowdrift ${version} + soulshards: Soul Shards Respawn 1.0.12 + statement: Statement 1.3.0+1.15.1 + sweettooth: Sweet Tooth 1.1.2 + team_reborn_energy: Energy 0.0.8 + terraform: Terraform 1.3.5+build.19 + tinyconfig: TinyConfig 1.1.2 + tippy: Tippy 1.1.2 + tooltipwrap: Tooltip Autowrap 1.0.2 + torcherino: Torcherino 2.11.61+20w06a + towelette: Towelette 3.0.0+1.15.1 + trapexpansion: Trap Expansion 1.3.1 + traverse: Traverse 2.1.9+build.17 + trumpet-skeleton: Trumpet Skeleton 1.1.1 + tweed: Tweed API 2.2.9 + vanilla-hammers: Vanilla Hammers 1.7.0 + vanilla-toolsets: Vanilla Toolsets 1.2.2 + variablepaxels: VariablePaxels 1.15-1.0.2 + verticalredstone: Vertical Redstone 1.1.0 + voxelmap: VoxelMap 1.9.14 + waila: Hwyla 1.9.19 + wildworld: Wild World 1.2.0+1.15 + winwonders: Window Wonders 0.1.2 + working-scheduler: Working Scheduler 1.1.3-1.15-pre1 + wrenchable: Wrenchable 0.2.1 + wrenchanything: Wrench Anything 1.1.2 + yet_another_gravestone_mod: Yet Another Gravestone Mod 1.2.1 + Launched Version: MultiMC5 + Backend library: LWJGL version 3.2.2 build 10 + Backend API: NO CONTEXT + GL Caps: + Using VBOs: Yes + Is Modded: Definitely; Client brand changed to 'fabric' + Type: Client (map_client.txt) + CPU: + Blaming and listing mods brought to you by I Blame X. \ No newline at end of file diff --git a/minecraft/crash-reports/crash-2020-02-05_22.57.49-client.txt b/minecraft/crash-reports/crash-2020-02-05_22.57.49-client.txt new file mode 100644 index 0000000..80143bb --- /dev/null +++ b/minecraft/crash-reports/crash-2020-02-05_22.57.49-client.txt @@ -0,0 +1,257 @@ +---- Minecraft Crash Report ---- +// I blame Tippy. + +Time: 2/5/20 10:57 PM +Description: Unexpected error + +org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered + at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:364) + at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191) + at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) + at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23) + at net.fabricmc.loader.launch.knot.KnotClassDelegate.loadClassData(KnotClassDelegate.java:174) + at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:143) + at java.lang.ClassLoader.loadClass(Unknown Source) + at net.minecraft.class_310.method_1523(class_310.java:994) + at net.minecraft.class_310.method_1514(class_310.java:631) + at net.minecraft.client.main.Main.main(Main.java:204) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) +Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Variable modifier method onGetFogColor(Lnet/minecraft/class_243;)Lnet/minecraft/class_243; in clear-skies.client.json:MixinBackgroundRenderer failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap clear-skies-refmap.json + at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:400) + at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1280) + at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1042) + at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395) + at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) + at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) + at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:570) + at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) + ... 24 more + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- System Details -- +Details: + Minecraft Version: Snapshot 20w06a + Minecraft Version ID: 20w06a + Operating System: Windows 10 (amd64) version 10.0 + Java Version: 1.8.0_221, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 7744928176 bytes (7386 MB) / 8385986560 bytes (7997 MB) up to 8385986560 bytes (7997 MB) + CPUs: 8 + JVM Flags: 8 total; -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8064m -Xmx8064m + Fabric Mods: + advancements-enlarger: Advancements Enlarger 1.0.0 + amecs: Amecs 1.2.9+1.15-pre5 + appleskin: AppleSkin 1.0.8 + aquarius: Aquarius 1.4.0+1.15 + aswitch: AutoSwitch 0.11.2 + autoconfig1: Auto Config v1 1.2.0+mc1.14.4 + autoconfig1u: Auto Config v1 Updated 1.2.4 + autoharvest: autoharvest 1.0.4 + bbor: BoundingBoxOutlineReloaded 1.0.14-1.15.1 + beeangry-est: Bee Angry-est 1.4.0+1.15.1 + beecompatible: Bee Compatible 2.0.0+1.15.1 + beeinajar: Bee-in-a-Jar 19w36a-1.0.0 + beenfo: Beenfo 1.15-fabric0.4.23-1.0.3 + beeproductive: Bee Productive 1.0.2+1.15.1 + biom4st3rportal: Fancy Fountain Passage 1.3.1 + biow0rks: biow0rk5 0.4.0 + blast: BLAST 1.1.1 + blue_endless_jankson: jankson + + bucket-hat: Bucket Hat 1.0.1 + cardinal-components-base: Cardinal Components API 2.1.0 + cardinal-components-entity: Cardinal Components API 2.1.0 + chestlatchfixer: ChestLatchFixer 1.1.0 + cleanview: CleanView 1.15.2-v1-fabric + clear-skies: Clear Skies 1.1.19 + cloth: Cloth Events 1.1.0 + cloth-config: Cloth Config 0.2.4+build.17 + cloth-config2: Cloth Config v2 2.9.3 + cmdkeybind: Command Macros 1.4.2 + coloredcampfire: Colorful Campfire Smoke 1.1.3 + compostrecipes: Compost Recipes 1.1.0 + cotton: Cotton 1.0.0-rc.7 + cotton-cauldron: Cotton Cauldron 1.0.0-rc.6 + cotton-commons: Cotton Commons 1.0.0-rc.4 + cotton-config: Cotton Config 1.0.0-rc.7 + cotton-datapack: Cotton Datapack 1.0.0-rc.5 + cotton-logging: Cotton Logging 1.0.0-rc.4 + cotton-player-events: Cotton Player Events 1.0.0-rc.4 + couplings: Couplings 1.3.1 + creativebuttonmover: Creative Button Mover 0.1.2+20w06a + creeperspores: Creeper Spores 1.3.3 + customtitlescreen: CustomTitleScreen 1.15.2-0.1.1 + cwt: Climatic World Type 1.1.4 + dataloader: Data Loader 1.1.0+mc1.14.4 + diggusmaximus: Diggus Maximus 1.2.6 + ding: Ding 3.0.0 + dynamicfps: Dynamic FPS 1.1.0 + eggtab: Egg Tab 1.1.0-1.15.x + enchantedtooltips: Enchanted ToolTips 1.2.4 + expandedstorage: ExpandedStorage 3.8.33+20w06a + expandedstorageapi: ExpandedStorageAPI 0.0.4+20w06a + extra-pressure-plates: Extra Pressure Plates ${version} + extradoors: ExtraDoors 1.4.2-1.15 + fabriblocks: FabriBlocks 1.1.7 + fabric: Fabric API 0.4.30+build.294-1.16 + fabric-api-base: Fabric API Base 0.1.2+b7f9825d95 + fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+3b05f68ebf + fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea8975 + fabric-commands-v0: Fabric Commands (v0) 0.1.2+b7f9825d95 + fabric-containers-v0: Fabric Containers (v0) 0.1.4+9421522dbf + fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+b7f9825dbf + fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825dbf + fabric-diagonal-panes: Fabric Diagonal Panes 0.2.0 + fabric-dimensions-v1: fabric-dimensions-v1 0.2.5+9421522dbf + fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.2.8+9421522dbf + fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+b7f9825dbf + fabric-furnaces: Fabric Furnaces 1.2.0 + fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.6+ec40b2e1bf + fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+933c24c242 + fabric-language-kotlin: Fabric Language Kotlin 1.3.61+build.1 + fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+e08a7305bf + fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+28f8190f42 + fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d6bf + fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.4+9421522dbf + fabric-networking-v0: Fabric Networking (v0) 0.1.8+9421522dbf + fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.3+e4c9a9c3bf + fabric-particles-v1: fabric-particles-v1 0.1.1+dfdb52d6bf + fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.7+9421522dbf + fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.9+aea78a25bf + fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.23+820cd5cfbf + fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a60bf + fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825dbf + fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+12515ed9bf + fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+53410490bf + fabric-rendering-v1: Fabric Rendering (v1) 0.1.0+53410490bf + fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+06c939b3bf + fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+abd91580bf + fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba7bf + fabricdrawer: Fabric Drawer 3.2.0-1.15-pre1 + fabricloader: Fabric Loader 0.7.8+build.184 + fatxporbs: Fat Experience Orbs 0.0.6 + fermion-modkeys: Fermion Modifier Keys 1.3.75+19w39a + flamingo: Pink Flamingo 1.15-1.16 + flax: Flax 1.1.1 + flonters: Flonters 1.0.2+1.15.1 + floradoubling: Flora Doubling 1.0.0 + gamemodeoverhaul: GamemodeOverhaul 1.15.1-1.0.1.6 + giftit: Gift It! 1.1.2+1.15-pre7 + glassdoor: Glass Doors 1.4.3 + glassential: Glassential 1.15.1-1.1.3 + grass_kiss: Grass Kiss 0.2.2 + healthoverlay: Health Overlay 2.2.10 + hollowlogs: Hollow Logs 1.0.0 + i-blame-x: I Blame X 1.0.1+1.14.4 + i-need-keybinds: I Need Keybinds 0.2.1-unstable.201912010804 + iamverysmart: I Am Very Smart 1.5.0+mc1.14.4 + imbuedtorches: Imbued Torches 1.1.0 + improved-stations: Improved Stations 1.2.4 + inventoryprofiles: Inventory Profiles 0.1.0-dev.6 + irishwolves: Irish Wolves 1.0.0 + ironbarrels2: Iron Barrels 2 2.1.0 + jankson: Jankson 2.0.1+j1.2.0 + jumpoverfences: JumpOverFences 1.15-0.0.1 + kayak: kayak 0.1.1.22 + libcd: LibCapableData 2.2.2+1.15.2 + libgui: LibGui 1.4.0 + lightoverlay: Light Overlay 4.2 + liltater: Lil Tater ${version} + lootstrap: Lootstrap 1.0.0 + malilib: MaLiLib 0.10.0-dev.20+beta.3 + mambience: MAmbience 1.0.0 + materialisation: Materialisation 2.2.1 + me_shedaniel_cloth_basic-math: basic-math 0.3.0 + me_zeroeightsix_fiber: fiber 0.8.0-SNAPSHOT + minecraft: Minecraft 1.16-alpha.20.6.a + ml3api: ML3API 1.3.1 + modmenu: Mod Menu 1.8.5+build.23 + mooblooms: Mooblooms 1.1.1 + moreberries: More Berries 1.2.3 + moretotems: More Totems 1.1.0 + mousewheelie: Mouse Wheelie 1.4.0+1.15.2-pre1 + ninjaphenix-container-lib: NinjaPhenix's Container Library 0.1.4+1.15.2 + ninjatips: NinjaTips 1.0.3+1.15 + nomadbooks: Nomad Books 0.2.1 + okzoomer: Ok Zoomer 2.1.2 + orderly: Orderly 2.0.0-alpha+build.7-1.15 + org_aeonbits_owner_owner: owner 1.0.10 + org_apache_httpcomponents_httpclient: httpclient 4.5.10 + org_apache_httpcomponents_httpcore: httpcore 4.4.12 + org_apache_httpcomponents_httpmime: httpmime 4.5.10 + org_jetbrains_annotations: annotations 18.0.0 + org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.3.61 + org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.3 + org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.3.3 + org_jetbrains_kotlinx_kotlinx-serialization-runtime: kotlinx-serialization-runtime 0.14.0 + phosphor: Phosphor 0.3.6 + programmerartinjector: Programmer Art Injector 1.0.0 + reborncore: Reborn Core 4.2.2+build.97 + redstonebits: Redstone Bits 1.2.2 + retroexchange: Retro Exchange 1.0.0 + right-click-clear: Right Click Clear 1.1.1-unstable.201912010707 + roughlyenoughitems: Roughly Enough Items 3.3.18 + rubikshotbar: Rubik's Hotbar 0.1.3 + shulkerboxtooltip: Shulker Box Tootip 1.4.5+1.15 + simpleteleporters: Simple Teleporters 2.2.0 + simplevoidworld: Simple Void World 1.0.0 + simplexterrain: Simplex Terrain 0.5.0 + sit: Sit 1.15-4 + skin_change: Minecraft Skin Change Mod 1.0.0 + smoothscrollingeverywhere: Smooth Scrolling Everywhere 2.3 + sneakthroughberries: Sneak Through Berries 1.0.1 + sneakyscreens: Sneaky Screens 1.0.1 + snowdrift: Snowdrift ${version} + soulshards: Soul Shards Respawn 1.0.12 + statement: Statement 1.3.0+1.15.1 + sweettooth: Sweet Tooth 1.1.2 + team_reborn_energy: Energy 0.0.8 + tinyconfig: TinyConfig 1.1.2 + tippy: Tippy 1.1.2 + tooltipwrap: Tooltip Autowrap 1.0.2 + torcherino: Torcherino 2.11.61+20w06a + towelette: Towelette 3.0.0+1.15.1 + trapexpansion: Trap Expansion 1.3.1 + trumpet-skeleton: Trumpet Skeleton 1.1.1 + tweed: Tweed API 2.2.9 + vanilla-hammers: Vanilla Hammers 1.7.0 + variablepaxels: VariablePaxels 1.15-1.0.2 + verticalredstone: Vertical Redstone 1.1.0 + voxelmap: VoxelMap 1.9.14 + waila: Hwyla 1.9.19 + wildworld: Wild World 1.2.0+1.15 + winwonders: Window Wonders 0.1.2 + working-scheduler: Working Scheduler 1.1.3-1.15-pre1 + wrenchable: Wrenchable 0.2.1 + wrenchanything: Wrench Anything 1.1.2 + yet_another_gravestone_mod: Yet Another Gravestone Mod 1.2.1 + Launched Version: MultiMC5 + Backend library: LWJGL version 3.2.2 build 10 + Backend API: GeForce GTX 980 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 442.19, NVIDIA Corporation + GL Caps: Using framebuffer using OpenGL 3.0 + Using VBOs: Yes + Is Modded: Definitely; Client brand changed to 'fabric' + Type: Client (map_client.txt) + Resource Packs: + Current Language: ~~ERROR~~ NullPointerException: null + CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz + Blaming and listing mods brought to you by I Blame X. \ No newline at end of file diff --git a/minecraft/crash-reports/crash-2020-02-05_22.58.41-client.txt b/minecraft/crash-reports/crash-2020-02-05_22.58.41-client.txt new file mode 100644 index 0000000..2286748 --- /dev/null +++ b/minecraft/crash-reports/crash-2020-02-05_22.58.41-client.txt @@ -0,0 +1,256 @@ +---- Minecraft Crash Report ---- +// I blame Cotton Config. + +Time: 2/5/20 10:58 PM +Description: Unexpected error + +org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered + at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:364) + at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191) + at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) + at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23) + at net.fabricmc.loader.launch.knot.KnotClassDelegate.loadClassData(KnotClassDelegate.java:174) + at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:143) + at java.lang.ClassLoader.loadClass(Unknown Source) + at net.minecraft.class_310.method_1523(class_310.java:994) + at net.minecraft.class_310.method_1514(class_310.java:631) + at net.minecraft.client.main.Main.main(Main.java:204) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) +Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Variable modifier method onGetFogColor(Lnet/minecraft/class_243;)Lnet/minecraft/class_243; in clear-skies.client.json:MixinBackgroundRenderer failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap clear-skies-refmap.json + at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:400) + at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1280) + at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1042) + at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395) + at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) + at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) + at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:570) + at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) + ... 24 more + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- System Details -- +Details: + Minecraft Version: Snapshot 20w06a + Minecraft Version ID: 20w06a + Operating System: Windows 10 (amd64) version 10.0 + Java Version: 1.8.0_221, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 7920075064 bytes (7553 MB) / 8385986560 bytes (7997 MB) up to 8385986560 bytes (7997 MB) + CPUs: 8 + JVM Flags: 8 total; -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8064m -Xmx8064m + Fabric Mods: + advancements-enlarger: Advancements Enlarger 1.0.0 + amecs: Amecs 1.2.9+1.15-pre5 + appleskin: AppleSkin 1.0.8 + aquarius: Aquarius 1.4.0+1.15 + aswitch: AutoSwitch 0.11.2 + autoconfig1: Auto Config v1 1.2.0+mc1.14.4 + autoconfig1u: Auto Config v1 Updated 1.2.4 + autoharvest: autoharvest 1.0.4 + bbor: BoundingBoxOutlineReloaded 1.0.14-1.15.1 + beeangry-est: Bee Angry-est 1.4.0+1.15.1 + beecompatible: Bee Compatible 2.0.0+1.15.1 + beeinajar: Bee-in-a-Jar 19w36a-1.0.0 + beenfo: Beenfo 1.15-fabric0.4.23-1.0.3 + beeproductive: Bee Productive 1.0.2+1.15.1 + biom4st3rportal: Fancy Fountain Passage 1.3.1 + biow0rks: biow0rk5 0.4.0 + blast: BLAST 1.1.1 + blue_endless_jankson: jankson + + bucket-hat: Bucket Hat 1.0.1 + cardinal-components-base: Cardinal Components API 2.1.0 + cardinal-components-entity: Cardinal Components API 2.1.0 + chestlatchfixer: ChestLatchFixer 1.1.0 + cleanview: CleanView 1.15.2-v1-fabric + clear-skies: Clear Skies 1.1.19 + cloth: Cloth Events 1.1.0 + cloth-config: Cloth Config 0.2.4+build.17 + cloth-config2: Cloth Config v2 2.9.3 + cmdkeybind: Command Macros 1.4.2 + coloredcampfire: Colorful Campfire Smoke 1.1.3 + compostrecipes: Compost Recipes 1.1.0 + cotton: Cotton 1.0.0-rc.7 + cotton-cauldron: Cotton Cauldron 1.0.0-rc.6 + cotton-commons: Cotton Commons 1.0.0-rc.4 + cotton-config: Cotton Config 1.0.0-rc.7 + cotton-datapack: Cotton Datapack 1.0.0-rc.5 + cotton-logging: Cotton Logging 1.0.0-rc.4 + cotton-player-events: Cotton Player Events 1.0.0-rc.4 + couplings: Couplings 1.3.1 + creativebuttonmover: Creative Button Mover 0.1.2+20w06a + creeperspores: Creeper Spores 1.3.3 + customtitlescreen: CustomTitleScreen 1.15.2-0.1.1 + cwt: Climatic World Type 1.1.4 + dataloader: Data Loader 1.1.0+mc1.14.4 + diggusmaximus: Diggus Maximus 1.2.6 + ding: Ding 3.0.0 + dynamicfps: Dynamic FPS 1.1.0 + eggtab: Egg Tab 1.1.0-1.15.x + enchantedtooltips: Enchanted ToolTips 1.2.4 + expandedstorage: ExpandedStorage 3.8.33+20w06a + expandedstorageapi: ExpandedStorageAPI 0.0.4+20w06a + extra-pressure-plates: Extra Pressure Plates ${version} + extradoors: ExtraDoors 1.4.2-1.15 + fabric: Fabric API 0.4.30+build.294-1.16 + fabric-api-base: Fabric API Base 0.1.2+b7f9825d95 + fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+3b05f68ebf + fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea8975 + fabric-commands-v0: Fabric Commands (v0) 0.1.2+b7f9825d95 + fabric-containers-v0: Fabric Containers (v0) 0.1.4+9421522dbf + fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+b7f9825dbf + fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825dbf + fabric-diagonal-panes: Fabric Diagonal Panes 0.2.0 + fabric-dimensions-v1: fabric-dimensions-v1 0.2.5+9421522dbf + fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.2.8+9421522dbf + fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+b7f9825dbf + fabric-furnaces: Fabric Furnaces 1.2.0 + fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.6+ec40b2e1bf + fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+933c24c242 + fabric-language-kotlin: Fabric Language Kotlin 1.3.61+build.1 + fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+e08a7305bf + fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+28f8190f42 + fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d6bf + fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.4+9421522dbf + fabric-networking-v0: Fabric Networking (v0) 0.1.8+9421522dbf + fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.3+e4c9a9c3bf + fabric-particles-v1: fabric-particles-v1 0.1.1+dfdb52d6bf + fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.7+9421522dbf + fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.9+aea78a25bf + fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.23+820cd5cfbf + fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a60bf + fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825dbf + fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+12515ed9bf + fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+53410490bf + fabric-rendering-v1: Fabric Rendering (v1) 0.1.0+53410490bf + fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+06c939b3bf + fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+abd91580bf + fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba7bf + fabricdrawer: Fabric Drawer 3.2.0-1.15-pre1 + fabricloader: Fabric Loader 0.7.8+build.184 + fatxporbs: Fat Experience Orbs 0.0.6 + fermion-modkeys: Fermion Modifier Keys 1.3.75+19w39a + flamingo: Pink Flamingo 1.15-1.16 + flax: Flax 1.1.1 + flonters: Flonters 1.0.2+1.15.1 + floradoubling: Flora Doubling 1.0.0 + gamemodeoverhaul: GamemodeOverhaul 1.15.1-1.0.1.6 + giftit: Gift It! 1.1.2+1.15-pre7 + glassdoor: Glass Doors 1.4.3 + glassential: Glassential 1.15.1-1.1.3 + grass_kiss: Grass Kiss 0.2.2 + healthoverlay: Health Overlay 2.2.10 + hollowlogs: Hollow Logs 1.0.0 + i-blame-x: I Blame X 1.0.1+1.14.4 + i-need-keybinds: I Need Keybinds 0.2.1-unstable.201912010804 + iamverysmart: I Am Very Smart 1.5.0+mc1.14.4 + imbuedtorches: Imbued Torches 1.1.0 + improved-stations: Improved Stations 1.2.4 + inventoryprofiles: Inventory Profiles 0.1.0-dev.6 + irishwolves: Irish Wolves 1.0.0 + ironbarrels2: Iron Barrels 2 2.1.0 + jankson: Jankson 2.0.1+j1.2.0 + jumpoverfences: JumpOverFences 1.15-0.0.1 + kayak: kayak 0.1.1.22 + libcd: LibCapableData 2.2.2+1.15.2 + libgui: LibGui 1.4.0 + lightoverlay: Light Overlay 4.2 + liltater: Lil Tater ${version} + lootstrap: Lootstrap 1.0.0 + malilib: MaLiLib 0.10.0-dev.20+beta.3 + mambience: MAmbience 1.0.0 + materialisation: Materialisation 2.2.1 + me_shedaniel_cloth_basic-math: basic-math 0.3.0 + me_zeroeightsix_fiber: fiber 0.8.0-SNAPSHOT + minecraft: Minecraft 1.16-alpha.20.6.a + ml3api: ML3API 1.3.1 + modmenu: Mod Menu 1.8.5+build.23 + mooblooms: Mooblooms 1.1.1 + moreberries: More Berries 1.2.3 + moretotems: More Totems 1.1.0 + mousewheelie: Mouse Wheelie 1.4.0+1.15.2-pre1 + ninjaphenix-container-lib: NinjaPhenix's Container Library 0.1.4+1.15.2 + ninjatips: NinjaTips 1.0.3+1.15 + nomadbooks: Nomad Books 0.2.1 + okzoomer: Ok Zoomer 2.1.2 + orderly: Orderly 2.0.0-alpha+build.7-1.15 + org_aeonbits_owner_owner: owner 1.0.10 + org_apache_httpcomponents_httpclient: httpclient 4.5.10 + org_apache_httpcomponents_httpcore: httpcore 4.4.12 + org_apache_httpcomponents_httpmime: httpmime 4.5.10 + org_jetbrains_annotations: annotations 18.0.0 + org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.3.61 + org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.3 + org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.3.3 + org_jetbrains_kotlinx_kotlinx-serialization-runtime: kotlinx-serialization-runtime 0.14.0 + phosphor: Phosphor 0.3.6 + programmerartinjector: Programmer Art Injector 1.0.0 + reborncore: Reborn Core 4.2.2+build.97 + redstonebits: Redstone Bits 1.2.2 + retroexchange: Retro Exchange 1.0.0 + right-click-clear: Right Click Clear 1.1.1-unstable.201912010707 + roughlyenoughitems: Roughly Enough Items 3.3.18 + rubikshotbar: Rubik's Hotbar 0.1.3 + shulkerboxtooltip: Shulker Box Tootip 1.4.5+1.15 + simpleteleporters: Simple Teleporters 2.2.0 + simplevoidworld: Simple Void World 1.0.0 + simplexterrain: Simplex Terrain 0.5.0 + sit: Sit 1.15-4 + skin_change: Minecraft Skin Change Mod 1.0.0 + smoothscrollingeverywhere: Smooth Scrolling Everywhere 2.3 + sneakthroughberries: Sneak Through Berries 1.0.1 + sneakyscreens: Sneaky Screens 1.0.1 + snowdrift: Snowdrift ${version} + soulshards: Soul Shards Respawn 1.0.12 + statement: Statement 1.3.0+1.15.1 + sweettooth: Sweet Tooth 1.1.2 + team_reborn_energy: Energy 0.0.8 + tinyconfig: TinyConfig 1.1.2 + tippy: Tippy 1.1.2 + tooltipwrap: Tooltip Autowrap 1.0.2 + torcherino: Torcherino 2.11.61+20w06a + towelette: Towelette 3.0.0+1.15.1 + trapexpansion: Trap Expansion 1.3.1 + trumpet-skeleton: Trumpet Skeleton 1.1.1 + tweed: Tweed API 2.2.9 + vanilla-hammers: Vanilla Hammers 1.7.0 + variablepaxels: VariablePaxels 1.15-1.0.2 + verticalredstone: Vertical Redstone 1.1.0 + voxelmap: VoxelMap 1.9.14 + waila: Hwyla 1.9.19 + wildworld: Wild World 1.2.0+1.15 + winwonders: Window Wonders 0.1.2 + working-scheduler: Working Scheduler 1.1.3-1.15-pre1 + wrenchable: Wrenchable 0.2.1 + wrenchanything: Wrench Anything 1.1.2 + yet_another_gravestone_mod: Yet Another Gravestone Mod 1.2.1 + Launched Version: MultiMC5 + Backend library: LWJGL version 3.2.2 build 10 + Backend API: GeForce GTX 980 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 442.19, NVIDIA Corporation + GL Caps: Using framebuffer using OpenGL 3.0 + Using VBOs: Yes + Is Modded: Definitely; Client brand changed to 'fabric' + Type: Client (map_client.txt) + Resource Packs: + Current Language: ~~ERROR~~ NullPointerException: null + CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz + Blaming and listing mods brought to you by I Blame X. \ No newline at end of file diff --git a/minecraft/crash-reports/crash-2020-02-05_22.59.49-client.txt b/minecraft/crash-reports/crash-2020-02-05_22.59.49-client.txt new file mode 100644 index 0000000..34023f4 --- /dev/null +++ b/minecraft/crash-reports/crash-2020-02-05_22.59.49-client.txt @@ -0,0 +1,241 @@ +---- Minecraft Crash Report ---- +// I blame Tooltip Autowrap. + +Time: 2/5/20 10:59 PM +Description: Unexpected error + +java.lang.NoSuchFieldError: field_1972 + at com.mamiyaotaru.voxelmap.fabricmod.FabricModVoxelMap.clientTick(FabricModVoxelMap.java:71) + at net.minecraft.class_310.handler$zee000$onTick(class_310.java:5076) + at net.minecraft.class_310.method_1574(class_310.java:1551) + at net.minecraft.class_310.method_1523(class_310.java:976) + at net.minecraft.class_310.method_1514(class_310.java:631) + at net.minecraft.client.main.Main.main(Main.java:204) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- System Details -- +Details: + Minecraft Version: Snapshot 20w06a + Minecraft Version ID: 20w06a + Operating System: Windows 10 (amd64) version 10.0 + Java Version: 1.8.0_221, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 7486587816 bytes (7139 MB) / 8385986560 bytes (7997 MB) up to 8385986560 bytes (7997 MB) + CPUs: 8 + JVM Flags: 8 total; -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8064m -Xmx8064m + Fabric Mods: + advancements-enlarger: Advancements Enlarger 1.0.0 + amecs: Amecs 1.2.9+1.15-pre5 + appleskin: AppleSkin 1.0.8 + aquarius: Aquarius 1.4.0+1.15 + aswitch: AutoSwitch 0.11.2 + autoconfig1: Auto Config v1 1.2.0+mc1.14.4 + autoconfig1u: Auto Config v1 Updated 1.2.4 + autoharvest: autoharvest 1.0.4 + bbor: BoundingBoxOutlineReloaded 1.0.14-1.15.1 + beeangry-est: Bee Angry-est 1.4.0+1.15.1 + beecompatible: Bee Compatible 2.0.0+1.15.1 + beeinajar: Bee-in-a-Jar 19w36a-1.0.0 + beenfo: Beenfo 1.15-fabric0.4.23-1.0.3 + beeproductive: Bee Productive 1.0.2+1.15.1 + biom4st3rportal: Fancy Fountain Passage 1.3.1 + biow0rks: biow0rk5 0.4.0 + blast: BLAST 1.1.1 + blue_endless_jankson: jankson + + bucket-hat: Bucket Hat 1.0.1 + cardinal-components-base: Cardinal Components API 2.1.0 + cardinal-components-entity: Cardinal Components API 2.1.0 + chestlatchfixer: ChestLatchFixer 1.1.0 + cleanview: CleanView 1.15.2-v1-fabric + cloth: Cloth Events 1.1.0 + cloth-config: Cloth Config 0.2.4+build.17 + cloth-config2: Cloth Config v2 2.9.3 + cmdkeybind: Command Macros 1.4.2 + coloredcampfire: Colorful Campfire Smoke 1.1.3 + compostrecipes: Compost Recipes 1.1.0 + cotton: Cotton 1.0.0-rc.7 + cotton-cauldron: Cotton Cauldron 1.0.0-rc.6 + cotton-commons: Cotton Commons 1.0.0-rc.4 + cotton-config: Cotton Config 1.0.0-rc.7 + cotton-datapack: Cotton Datapack 1.0.0-rc.5 + cotton-logging: Cotton Logging 1.0.0-rc.4 + cotton-player-events: Cotton Player Events 1.0.0-rc.4 + couplings: Couplings 1.3.1 + creativebuttonmover: Creative Button Mover 0.1.2+20w06a + creeperspores: Creeper Spores 1.3.3 + customtitlescreen: CustomTitleScreen 1.15.2-0.1.1 + cwt: Climatic World Type 1.1.4 + dataloader: Data Loader 1.1.0+mc1.14.4 + diggusmaximus: Diggus Maximus 1.2.6 + ding: Ding 3.0.0 + dynamicfps: Dynamic FPS 1.1.0 + eggtab: Egg Tab 1.1.0-1.15.x + enchantedtooltips: Enchanted ToolTips 1.2.4 + expandedstorage: ExpandedStorage 3.8.33+20w06a + expandedstorageapi: ExpandedStorageAPI 0.0.4+20w06a + extra-pressure-plates: Extra Pressure Plates ${version} + extradoors: ExtraDoors 1.4.2-1.15 + fabric: Fabric API 0.4.30+build.294-1.16 + fabric-api-base: Fabric API Base 0.1.2+b7f9825d95 + fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+3b05f68ebf + fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea8975 + fabric-commands-v0: Fabric Commands (v0) 0.1.2+b7f9825d95 + fabric-containers-v0: Fabric Containers (v0) 0.1.4+9421522dbf + fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+b7f9825dbf + fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825dbf + fabric-diagonal-panes: Fabric Diagonal Panes 0.2.0 + fabric-dimensions-v1: fabric-dimensions-v1 0.2.5+9421522dbf + fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.2.8+9421522dbf + fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+b7f9825dbf + fabric-furnaces: Fabric Furnaces 1.2.0 + fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.6+ec40b2e1bf + fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+933c24c242 + fabric-language-kotlin: Fabric Language Kotlin 1.3.61+build.1 + fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+e08a7305bf + fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+28f8190f42 + fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d6bf + fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.4+9421522dbf + fabric-networking-v0: Fabric Networking (v0) 0.1.8+9421522dbf + fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.3+e4c9a9c3bf + fabric-particles-v1: fabric-particles-v1 0.1.1+dfdb52d6bf + fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.7+9421522dbf + fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.9+aea78a25bf + fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.23+820cd5cfbf + fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a60bf + fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825dbf + fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+12515ed9bf + fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+53410490bf + fabric-rendering-v1: Fabric Rendering (v1) 0.1.0+53410490bf + fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+06c939b3bf + fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+abd91580bf + fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba7bf + fabricdrawer: Fabric Drawer 3.2.0-1.15-pre1 + fabricloader: Fabric Loader 0.7.8+build.184 + fatxporbs: Fat Experience Orbs 0.0.6 + fermion-modkeys: Fermion Modifier Keys 1.3.75+19w39a + flamingo: Pink Flamingo 1.15-1.16 + flax: Flax 1.1.1 + flonters: Flonters 1.0.2+1.15.1 + floradoubling: Flora Doubling 1.0.0 + gamemodeoverhaul: GamemodeOverhaul 1.15.1-1.0.1.6 + giftit: Gift It! 1.1.2+1.15-pre7 + glassdoor: Glass Doors 1.4.3 + glassential: Glassential 1.15.1-1.1.3 + grass_kiss: Grass Kiss 0.2.2 + healthoverlay: Health Overlay 2.2.10 + hollowlogs: Hollow Logs 1.0.0 + i-blame-x: I Blame X 1.0.1+1.14.4 + i-need-keybinds: I Need Keybinds 0.2.1-unstable.201912010804 + iamverysmart: I Am Very Smart 1.5.0+mc1.14.4 + imbuedtorches: Imbued Torches 1.1.0 + improved-stations: Improved Stations 1.2.4 + inventoryprofiles: Inventory Profiles 0.1.0-dev.6 + irishwolves: Irish Wolves 1.0.0 + ironbarrels2: Iron Barrels 2 2.1.0 + jankson: Jankson 2.0.1+j1.2.0 + jumpoverfences: JumpOverFences 1.15-0.0.1 + kayak: kayak 0.1.1.22 + libcd: LibCapableData 2.2.2+1.15.2 + libgui: LibGui 1.4.0 + lightoverlay: Light Overlay 4.2 + liltater: Lil Tater ${version} + lootstrap: Lootstrap 1.0.0 + malilib: MaLiLib 0.10.0-dev.20+beta.3 + mambience: MAmbience 1.0.0 + materialisation: Materialisation 2.2.1 + me_shedaniel_cloth_basic-math: basic-math 0.3.0 + me_zeroeightsix_fiber: fiber 0.8.0-SNAPSHOT + minecraft: Minecraft 1.16-alpha.20.6.a + ml3api: ML3API 1.3.1 + modmenu: Mod Menu 1.8.5+build.23 + mooblooms: Mooblooms 1.1.1 + moreberries: More Berries 1.2.3 + moretotems: More Totems 1.1.0 + mousewheelie: Mouse Wheelie 1.4.0+1.15.2-pre1 + ninjaphenix-container-lib: NinjaPhenix's Container Library 0.1.4+1.15.2 + ninjatips: NinjaTips 1.0.3+1.15 + nomadbooks: Nomad Books 0.2.1 + okzoomer: Ok Zoomer 2.1.2 + orderly: Orderly 2.0.0-alpha+build.7-1.15 + org_aeonbits_owner_owner: owner 1.0.10 + org_apache_httpcomponents_httpclient: httpclient 4.5.10 + org_apache_httpcomponents_httpcore: httpcore 4.4.12 + org_apache_httpcomponents_httpmime: httpmime 4.5.10 + org_jetbrains_annotations: annotations 18.0.0 + org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.3.61 + org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.3 + org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.3.3 + org_jetbrains_kotlinx_kotlinx-serialization-runtime: kotlinx-serialization-runtime 0.14.0 + phosphor: Phosphor 0.3.6 + programmerartinjector: Programmer Art Injector 1.0.0 + reborncore: Reborn Core 4.2.2+build.97 + redstonebits: Redstone Bits 1.2.2 + retroexchange: Retro Exchange 1.0.0 + right-click-clear: Right Click Clear 1.1.1-unstable.201912010707 + roughlyenoughitems: Roughly Enough Items 3.3.18 + rubikshotbar: Rubik's Hotbar 0.1.3 + shulkerboxtooltip: Shulker Box Tootip 1.4.5+1.15 + simpleteleporters: Simple Teleporters 2.2.0 + simplevoidworld: Simple Void World 1.0.0 + simplexterrain: Simplex Terrain 0.5.0 + sit: Sit 1.15-4 + skin_change: Minecraft Skin Change Mod 1.0.0 + smoothscrollingeverywhere: Smooth Scrolling Everywhere 2.3 + sneakthroughberries: Sneak Through Berries 1.0.1 + sneakyscreens: Sneaky Screens 1.0.1 + snowdrift: Snowdrift ${version} + soulshards: Soul Shards Respawn 1.0.12 + statement: Statement 1.3.0+1.15.1 + sweettooth: Sweet Tooth 1.1.2 + team_reborn_energy: Energy 0.0.8 + tinyconfig: TinyConfig 1.1.2 + tippy: Tippy 1.1.2 + tooltipwrap: Tooltip Autowrap 1.0.2 + torcherino: Torcherino 2.11.61+20w06a + towelette: Towelette 3.0.0+1.15.1 + trapexpansion: Trap Expansion 1.3.1 + trumpet-skeleton: Trumpet Skeleton 1.1.1 + tweed: Tweed API 2.2.9 + vanilla-hammers: Vanilla Hammers 1.7.0 + variablepaxels: VariablePaxels 1.15-1.0.2 + verticalredstone: Vertical Redstone 1.1.0 + voxelmap: VoxelMap 1.9.14 + waila: Hwyla 1.9.19 + wildworld: Wild World 1.2.0+1.15 + winwonders: Window Wonders 0.1.2 + working-scheduler: Working Scheduler 1.1.3-1.15-pre1 + wrenchable: Wrenchable 0.2.1 + wrenchanything: Wrench Anything 1.1.2 + yet_another_gravestone_mod: Yet Another Gravestone Mod 1.2.1 + Launched Version: MultiMC5 + Backend library: LWJGL version 3.2.2 build 10 + Backend API: GeForce GTX 980 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 442.19, NVIDIA Corporation + GL Caps: Using framebuffer using OpenGL 3.0 + Using VBOs: Yes + Is Modded: Definitely; Client brand changed to 'fabric' + Type: Client (map_client.txt) + Resource Packs: + Current Language: ~~ERROR~~ NullPointerException: null + CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz + Blaming and listing mods brought to you by I Blame X. \ No newline at end of file diff --git a/minecraft/crash-reports/crash-2020-02-05_23.01.14-server.txt b/minecraft/crash-reports/crash-2020-02-05_23.01.14-server.txt new file mode 100644 index 0000000..f77d7fa --- /dev/null +++ b/minecraft/crash-reports/crash-2020-02-05_23.01.14-server.txt @@ -0,0 +1,258 @@ +---- Minecraft Crash Report ---- +// I blame Fabric Drawer. + +Time: 2/5/20 11:01 PM +Description: Ticking player + +java.lang.NoSuchMethodError: net.minecraft.server.MinecraftServer.method_16044()Lnet/minecraft/class_3689; + at io.github.cottonmc.cotton.playerevents.PlayerTickCallback.lambda$null$0(PlayerTickCallback.java:14) + at net.minecraft.class_1657.handler$bff000$tickPlayer(class_1657.java:3854) + at net.minecraft.class_1657.method_5773(class_1657.java:330) + at net.minecraft.class_3222.method_14226(class_3222.java:386) + at net.minecraft.class_3244.method_18784(class_3244.java:198) + at net.minecraft.class_2535.method_10754(class_2535.java:234) + at net.minecraft.class_3242.method_14357(class_3242.java:171) + at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:873) + at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:800) + at net.minecraft.class_1132.method_3748(class_1132.java:130) + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:659) + at java.lang.Thread.run(Unknown Source) + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- Head -- +Thread: Server thread +Stacktrace: + at io.github.cottonmc.cotton.playerevents.PlayerTickCallback.lambda$null$0(PlayerTickCallback.java:14) + at net.minecraft.class_1657.handler$bff000$tickPlayer(class_1657.java:3854) + at net.minecraft.class_1657.method_5773(class_1657.java:330) + +-- Player being ticked -- +Details: + Entity Type: minecraft:player (net.minecraft.class_3222) + Entity ID: 240 + Entity Name: ObvAK9 + Entity's Exact location: -206.50, 64.00, -16.50 + Entity's Block location: World: (-207,64,-17), Chunk: (at 1,4,15 in -13,-2; contains blocks -208,0,-32 to -193,255,-17), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1) + Entity's Momentum: 0.00, -0.08, 0.00 + Entity's Passengers: [] + Entity's Vehicle: ~~ERROR~~ NullPointerException: null +Stacktrace: + at net.minecraft.class_3222.method_14226(class_3222.java:386) + at net.minecraft.class_3244.method_18784(class_3244.java:198) + at net.minecraft.class_2535.method_10754(class_2535.java:234) + +-- Ticking connection -- +Details: + Connection: net.minecraft.class_2535@2ec9b70a +Stacktrace: + at net.minecraft.class_3242.method_14357(class_3242.java:171) + at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:873) + at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:800) + at net.minecraft.class_1132.method_3748(class_1132.java:130) + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:659) + at java.lang.Thread.run(Unknown Source) + +-- System Details -- +Details: + Minecraft Version: Snapshot 20w06a + Minecraft Version ID: 20w06a + Operating System: Windows 10 (amd64) version 10.0 + Java Version: 1.8.0_221, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 7403279656 bytes (7060 MB) / 8385986560 bytes (7997 MB) up to 8385986560 bytes (7997 MB) + CPUs: 8 + JVM Flags: 8 total; -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8064m -Xmx8064m + Fabric Mods: + advancements-enlarger: Advancements Enlarger 1.0.0 + amecs: Amecs 1.2.9+1.15-pre5 + appleskin: AppleSkin 1.0.8 + aquarius: Aquarius 1.4.0+1.15 + aswitch: AutoSwitch 0.11.2 + autoconfig1: Auto Config v1 1.2.0+mc1.14.4 + autoconfig1u: Auto Config v1 Updated 1.2.4 + autoharvest: autoharvest 1.0.4 + bbor: BoundingBoxOutlineReloaded 1.0.14-1.15.1 + beeangry-est: Bee Angry-est 1.4.0+1.15.1 + beecompatible: Bee Compatible 2.0.0+1.15.1 + beeinajar: Bee-in-a-Jar 19w36a-1.0.0 + beenfo: Beenfo 1.15-fabric0.4.23-1.0.3 + beeproductive: Bee Productive 1.0.2+1.15.1 + biom4st3rportal: Fancy Fountain Passage 1.3.1 + biow0rks: biow0rk5 0.4.0 + blast: BLAST 1.1.1 + blue_endless_jankson: jankson + + bucket-hat: Bucket Hat 1.0.1 + cardinal-components-base: Cardinal Components API 2.1.0 + cardinal-components-entity: Cardinal Components API 2.1.0 + chestlatchfixer: ChestLatchFixer 1.1.0 + cleanview: CleanView 1.15.2-v1-fabric + cloth: Cloth Events 1.1.0 + cloth-config: Cloth Config 0.2.4+build.17 + cloth-config2: Cloth Config v2 2.9.3 + cmdkeybind: Command Macros 1.4.2 + coloredcampfire: Colorful Campfire Smoke 1.1.3 + compostrecipes: Compost Recipes 1.1.0 + cotton: Cotton 1.0.0-rc.7 + cotton-cauldron: Cotton Cauldron 1.0.0-rc.6 + cotton-commons: Cotton Commons 1.0.0-rc.4 + cotton-config: Cotton Config 1.0.0-rc.7 + cotton-datapack: Cotton Datapack 1.0.0-rc.5 + cotton-logging: Cotton Logging 1.0.0-rc.4 + cotton-player-events: Cotton Player Events 1.0.0-rc.4 + couplings: Couplings 1.3.1 + creativebuttonmover: Creative Button Mover 0.1.2+20w06a + creeperspores: Creeper Spores 1.3.3 + customtitlescreen: CustomTitleScreen 1.15.2-0.1.1 + cwt: Climatic World Type 1.1.4 + dataloader: Data Loader 1.1.0+mc1.14.4 + diggusmaximus: Diggus Maximus 1.2.6 + ding: Ding 3.0.0 + dynamicfps: Dynamic FPS 1.1.0 + eggtab: Egg Tab 1.1.0-1.15.x + enchantedtooltips: Enchanted ToolTips 1.2.4 + expandedstorage: ExpandedStorage 3.8.33+20w06a + expandedstorageapi: ExpandedStorageAPI 0.0.4+20w06a + extra-pressure-plates: Extra Pressure Plates ${version} + extradoors: ExtraDoors 1.4.2-1.15 + fabric: Fabric API 0.4.30+build.294-1.16 + fabric-api-base: Fabric API Base 0.1.2+b7f9825d95 + fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+3b05f68ebf + fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea8975 + fabric-commands-v0: Fabric Commands (v0) 0.1.2+b7f9825d95 + fabric-containers-v0: Fabric Containers (v0) 0.1.4+9421522dbf + fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+b7f9825dbf + fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825dbf + fabric-diagonal-panes: Fabric Diagonal Panes 0.2.0 + fabric-dimensions-v1: fabric-dimensions-v1 0.2.5+9421522dbf + fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.2.8+9421522dbf + fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+b7f9825dbf + fabric-furnaces: Fabric Furnaces 1.2.0 + fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.6+ec40b2e1bf + fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+933c24c242 + fabric-language-kotlin: Fabric Language Kotlin 1.3.61+build.1 + fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+e08a7305bf + fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+28f8190f42 + fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d6bf + fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.4+9421522dbf + fabric-networking-v0: Fabric Networking (v0) 0.1.8+9421522dbf + fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.3+e4c9a9c3bf + fabric-particles-v1: fabric-particles-v1 0.1.1+dfdb52d6bf + fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.7+9421522dbf + fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.9+aea78a25bf + fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.23+820cd5cfbf + fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a60bf + fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825dbf + fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+12515ed9bf + fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+53410490bf + fabric-rendering-v1: Fabric Rendering (v1) 0.1.0+53410490bf + fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+06c939b3bf + fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+abd91580bf + fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba7bf + fabricdrawer: Fabric Drawer 3.2.0-1.15-pre1 + fabricloader: Fabric Loader 0.7.8+build.184 + fatxporbs: Fat Experience Orbs 0.0.6 + fermion-modkeys: Fermion Modifier Keys 1.3.75+19w39a + flamingo: Pink Flamingo 1.15-1.16 + flax: Flax 1.1.1 + flonters: Flonters 1.0.2+1.15.1 + floradoubling: Flora Doubling 1.0.0 + gamemodeoverhaul: GamemodeOverhaul 1.15.1-1.0.1.6 + giftit: Gift It! 1.1.2+1.15-pre7 + glassdoor: Glass Doors 1.4.3 + glassential: Glassential 1.15.1-1.1.3 + grass_kiss: Grass Kiss 0.2.2 + healthoverlay: Health Overlay 2.2.10 + hollowlogs: Hollow Logs 1.0.0 + i-blame-x: I Blame X 1.0.1+1.14.4 + i-need-keybinds: I Need Keybinds 0.2.1-unstable.201912010804 + iamverysmart: I Am Very Smart 1.5.0+mc1.14.4 + imbuedtorches: Imbued Torches 1.1.0 + improved-stations: Improved Stations 1.2.4 + inventoryprofiles: Inventory Profiles 0.1.0-dev.6 + irishwolves: Irish Wolves 1.0.0 + ironbarrels2: Iron Barrels 2 2.1.0 + jankson: Jankson 2.0.1+j1.2.0 + jumpoverfences: JumpOverFences 1.15-0.0.1 + kayak: kayak 0.1.1.22 + libcd: LibCapableData 2.2.2+1.15.2 + libgui: LibGui 1.4.0 + lightoverlay: Light Overlay 4.2 + liltater: Lil Tater ${version} + lootstrap: Lootstrap 1.0.0 + malilib: MaLiLib 0.10.0-dev.20+beta.3 + mambience: MAmbience 1.0.0 + materialisation: Materialisation 2.2.1 + me_shedaniel_cloth_basic-math: basic-math 0.3.0 + me_zeroeightsix_fiber: fiber 0.8.0-SNAPSHOT + minecraft: Minecraft 1.16-alpha.20.6.a + ml3api: ML3API 1.3.1 + modmenu: Mod Menu 1.8.5+build.23 + mooblooms: Mooblooms 1.1.1 + moreberries: More Berries 1.2.3 + moretotems: More Totems 1.1.0 + mousewheelie: Mouse Wheelie 1.4.0+1.15.2-pre1 + ninjaphenix-container-lib: NinjaPhenix's Container Library 0.1.4+1.15.2 + ninjatips: NinjaTips 1.0.3+1.15 + nomadbooks: Nomad Books 0.2.1 + okzoomer: Ok Zoomer 2.1.2 + orderly: Orderly 2.0.0-alpha+build.7-1.15 + org_aeonbits_owner_owner: owner 1.0.10 + org_apache_httpcomponents_httpclient: httpclient 4.5.10 + org_apache_httpcomponents_httpcore: httpcore 4.4.12 + org_apache_httpcomponents_httpmime: httpmime 4.5.10 + org_jetbrains_annotations: annotations 18.0.0 + org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.3.61 + org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.3 + org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.3.3 + org_jetbrains_kotlinx_kotlinx-serialization-runtime: kotlinx-serialization-runtime 0.14.0 + phosphor: Phosphor 0.3.6 + programmerartinjector: Programmer Art Injector 1.0.0 + reborncore: Reborn Core 4.2.2+build.97 + redstonebits: Redstone Bits 1.2.2 + retroexchange: Retro Exchange 1.0.0 + right-click-clear: Right Click Clear 1.1.1-unstable.201912010707 + roughlyenoughitems: Roughly Enough Items 3.3.18 + rubikshotbar: Rubik's Hotbar 0.1.3 + shulkerboxtooltip: Shulker Box Tootip 1.4.5+1.15 + simpleteleporters: Simple Teleporters 2.2.0 + simplevoidworld: Simple Void World 1.0.0 + simplexterrain: Simplex Terrain 0.5.0 + sit: Sit 1.15-4 + skin_change: Minecraft Skin Change Mod 1.0.0 + smoothscrollingeverywhere: Smooth Scrolling Everywhere 2.3 + sneakthroughberries: Sneak Through Berries 1.0.1 + sneakyscreens: Sneaky Screens 1.0.1 + snowdrift: Snowdrift ${version} + soulshards: Soul Shards Respawn 1.0.12 + statement: Statement 1.3.0+1.15.1 + sweettooth: Sweet Tooth 1.1.2 + team_reborn_energy: Energy 0.0.8 + tinyconfig: TinyConfig 1.1.2 + tippy: Tippy 1.1.2 + tooltipwrap: Tooltip Autowrap 1.0.2 + torcherino: Torcherino 2.11.61+20w06a + towelette: Towelette 3.0.0+1.15.1 + trapexpansion: Trap Expansion 1.3.1 + trumpet-skeleton: Trumpet Skeleton 1.1.1 + tweed: Tweed API 2.2.9 + vanilla-hammers: Vanilla Hammers 1.7.0 + variablepaxels: VariablePaxels 1.15-1.0.2 + verticalredstone: Vertical Redstone 1.1.0 + waila: Hwyla 1.9.19 + wildworld: Wild World 1.2.0+1.15 + winwonders: Window Wonders 0.1.2 + working-scheduler: Working Scheduler 1.1.3-1.15-pre1 + wrenchable: Wrenchable 0.2.1 + wrenchanything: Wrench Anything 1.1.2 + yet_another_gravestone_mod: Yet Another Gravestone Mod 1.2.1 + Player Count: 1 / 8; [class_3222['ObvAK9'/240, l='New World', x=-206.50, y=64.00, z=-16.50]] + Data Packs: vanilla (incompatible), fabric/aquarius (incompatible), fabric/beeangry-est (incompatible), fabric/beeproductive (incompatible), fabric/biom4st3rportal (incompatible), fabric/blast (incompatible), fabric/compostrecipes (incompatible), fabric/cotton-commons (incompatible), fabric/creeperspores (incompatible), fabric/expandedstorage (incompatible), fabric/extra-pressure-plates (incompatible), fabric/extradoors (incompatible), fabric/fabric-furnaces (incompatible), fabric/fabric-mining-levels-v0 (incompatible), fabric/flamingo (incompatible), fabric/flax (incompatible), fabric/flonters (incompatible), fabric/giftit (incompatible), fabric/glassdoor (incompatible), fabric/glassential (incompatible), fabric/hollowlogs (incompatible), fabric/iamverysmart (incompatible), fabric/imbuedtorches (incompatible), fabric/improved-stations (incompatible), fabric/ironbarrels2 (incompatible), fabric/kayak, fabric/libcd (incompatible), fabric/liltater (incompatible), fabric/materialisation (incompatible), fabric/mooblooms (incompatible), fabric/moreberries (incompatible), fabric/moretotems (incompatible), fabric/nomadbooks (incompatible), fabric/redstonebits (incompatible), fabric/retroexchange (incompatible), fabric/simpleteleporters (incompatible), fabric/simplevoidworld (incompatible), fabric/soulshards (incompatible), fabric/sweettooth (incompatible), fabric/torcherino (incompatible), fabric/towelette (incompatible), fabric/trapexpansion (incompatible), fabric/trumpet-skeleton (incompatible), fabric/vanilla-hammers (incompatible), fabric/variablepaxels (incompatible), fabric/verticalredstone (incompatible), fabric/wildworld (incompatible), fabric/wrenchanything (incompatible), global/cotton_generated (incompatible) + Type: Integrated Server (map_client.txt) + Is Modded: Definitely; Client brand changed to 'fabric' + Blaming and listing mods brought to you by I Blame X. \ No newline at end of file diff --git a/minecraft/crash-reports/crash-2020-02-05_23.03.13-server.txt b/minecraft/crash-reports/crash-2020-02-05_23.03.13-server.txt new file mode 100644 index 0000000..ac7c505 --- /dev/null +++ b/minecraft/crash-reports/crash-2020-02-05_23.03.13-server.txt @@ -0,0 +1,257 @@ +---- Minecraft Crash Report ---- +// I blame Glass Doors. + +Time: 2/5/20 11:03 PM +Description: Ticking player + +java.lang.NoSuchMethodError: net.minecraft.server.MinecraftServer.method_16044()Lnet/minecraft/class_3689; + at io.github.cottonmc.cotton.playerevents.PlayerTickCallback.lambda$null$0(PlayerTickCallback.java:14) + at net.minecraft.class_1657.handler$bff000$tickPlayer(class_1657.java:3854) + at net.minecraft.class_1657.method_5773(class_1657.java:330) + at net.minecraft.class_3222.method_14226(class_3222.java:386) + at net.minecraft.class_3244.method_18784(class_3244.java:198) + at net.minecraft.class_2535.method_10754(class_2535.java:234) + at net.minecraft.class_3242.method_14357(class_3242.java:171) + at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:873) + at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:800) + at net.minecraft.class_1132.method_3748(class_1132.java:130) + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:659) + at java.lang.Thread.run(Unknown Source) + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- Head -- +Thread: Server thread +Stacktrace: + at io.github.cottonmc.cotton.playerevents.PlayerTickCallback.lambda$null$0(PlayerTickCallback.java:14) + at net.minecraft.class_1657.handler$bff000$tickPlayer(class_1657.java:3854) + at net.minecraft.class_1657.method_5773(class_1657.java:330) + +-- Player being ticked -- +Details: + Entity Type: minecraft:player (net.minecraft.class_3222) + Entity ID: 129 + Entity Name: ObvAK9 + Entity's Exact location: -206.50, 64.00, -16.50 + Entity's Block location: World: (-207,64,-17), Chunk: (at 1,4,15 in -13,-2; contains blocks -208,0,-32 to -193,255,-17), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1) + Entity's Momentum: 0.00, -0.08, 0.00 + Entity's Passengers: [] + Entity's Vehicle: ~~ERROR~~ NullPointerException: null +Stacktrace: + at net.minecraft.class_3222.method_14226(class_3222.java:386) + at net.minecraft.class_3244.method_18784(class_3244.java:198) + at net.minecraft.class_2535.method_10754(class_2535.java:234) + +-- Ticking connection -- +Details: + Connection: net.minecraft.class_2535@74a9e530 +Stacktrace: + at net.minecraft.class_3242.method_14357(class_3242.java:171) + at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:873) + at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:800) + at net.minecraft.class_1132.method_3748(class_1132.java:130) + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:659) + at java.lang.Thread.run(Unknown Source) + +-- System Details -- +Details: + Minecraft Version: Snapshot 20w06a + Minecraft Version ID: 20w06a + Operating System: Windows 10 (amd64) version 10.0 + Java Version: 1.8.0_221, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 7263486032 bytes (6927 MB) / 8385986560 bytes (7997 MB) up to 8385986560 bytes (7997 MB) + CPUs: 8 + JVM Flags: 8 total; -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8064m -Xmx8064m + Fabric Mods: + advancements-enlarger: Advancements Enlarger 1.0.0 + amecs: Amecs 1.2.9+1.15-pre5 + appleskin: AppleSkin 1.0.8 + aquarius: Aquarius 1.4.0+1.15 + aswitch: AutoSwitch 0.11.2 + autoconfig1: Auto Config v1 1.2.0+mc1.14.4 + autoconfig1u: Auto Config v1 Updated 1.2.4 + autoharvest: autoharvest 1.0.4 + bbor: BoundingBoxOutlineReloaded 1.0.14-1.15.1 + beeangry-est: Bee Angry-est 1.4.0+1.15.1 + beecompatible: Bee Compatible 2.0.0+1.15.1 + beeinajar: Bee-in-a-Jar 19w36a-1.0.0 + beenfo: Beenfo 1.15-fabric0.4.23-1.0.3 + beeproductive: Bee Productive 1.0.2+1.15.1 + biom4st3rportal: Fancy Fountain Passage 1.3.1 + biow0rks: biow0rk5 0.4.0 + blast: BLAST 1.1.1 + blue_endless_jankson: jankson + + bucket-hat: Bucket Hat 1.0.1 + cardinal-components-base: Cardinal Components API 2.1.0 + cardinal-components-entity: Cardinal Components API 2.1.0 + chestlatchfixer: ChestLatchFixer 1.1.0 + cleanview: CleanView 1.15.2-v1-fabric + cloth: Cloth Events 1.1.0 + cloth-config: Cloth Config 0.2.4+build.17 + cloth-config2: Cloth Config v2 2.9.3 + cmdkeybind: Command Macros 1.4.2 + coloredcampfire: Colorful Campfire Smoke 1.1.3 + compostrecipes: Compost Recipes 1.1.0 + cotton: Cotton 1.0.0-rc.7 + cotton-cauldron: Cotton Cauldron 1.0.0-rc.6 + cotton-commons: Cotton Commons 1.0.0-rc.4 + cotton-config: Cotton Config 1.0.0-rc.7 + cotton-datapack: Cotton Datapack 1.0.0-rc.5 + cotton-logging: Cotton Logging 1.0.0-rc.4 + cotton-player-events: Cotton Player Events 1.0.0-rc.4 + couplings: Couplings 1.3.1 + creativebuttonmover: Creative Button Mover 0.1.2+20w06a + creeperspores: Creeper Spores 1.3.3 + customtitlescreen: CustomTitleScreen 1.15.2-0.1.1 + cwt: Climatic World Type 1.1.4 + dataloader: Data Loader 1.1.0+mc1.14.4 + diggusmaximus: Diggus Maximus 1.2.6 + ding: Ding 3.0.0 + dynamicfps: Dynamic FPS 1.1.0 + eggtab: Egg Tab 1.1.0-1.15.x + enchantedtooltips: Enchanted ToolTips 1.2.4 + expandedstorage: ExpandedStorage 3.8.33+20w06a + expandedstorageapi: ExpandedStorageAPI 0.0.4+20w06a + extra-pressure-plates: Extra Pressure Plates ${version} + extradoors: ExtraDoors 1.4.2-1.15 + fabric: Fabric API 0.4.30+build.294-1.16 + fabric-api-base: Fabric API Base 0.1.2+b7f9825d95 + fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+3b05f68ebf + fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea8975 + fabric-commands-v0: Fabric Commands (v0) 0.1.2+b7f9825d95 + fabric-containers-v0: Fabric Containers (v0) 0.1.4+9421522dbf + fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+b7f9825dbf + fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825dbf + fabric-diagonal-panes: Fabric Diagonal Panes 0.2.0 + fabric-dimensions-v1: fabric-dimensions-v1 0.2.5+9421522dbf + fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.2.8+9421522dbf + fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+b7f9825dbf + fabric-furnaces: Fabric Furnaces 1.2.0 + fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.6+ec40b2e1bf + fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+933c24c242 + fabric-language-kotlin: Fabric Language Kotlin 1.3.61+build.1 + fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+e08a7305bf + fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+28f8190f42 + fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d6bf + fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.4+9421522dbf + fabric-networking-v0: Fabric Networking (v0) 0.1.8+9421522dbf + fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.3+e4c9a9c3bf + fabric-particles-v1: fabric-particles-v1 0.1.1+dfdb52d6bf + fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.7+9421522dbf + fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.9+aea78a25bf + fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.23+820cd5cfbf + fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a60bf + fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825dbf + fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+12515ed9bf + fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+53410490bf + fabric-rendering-v1: Fabric Rendering (v1) 0.1.0+53410490bf + fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+06c939b3bf + fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+abd91580bf + fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba7bf + fabricdrawer: Fabric Drawer 3.2.0-1.15-pre1 + fabricloader: Fabric Loader 0.7.8+build.184 + fatxporbs: Fat Experience Orbs 0.0.6 + fermion-modkeys: Fermion Modifier Keys 1.3.75+19w39a + flamingo: Pink Flamingo 1.15-1.16 + flax: Flax 1.1.1 + flonters: Flonters 1.0.2+1.15.1 + floradoubling: Flora Doubling 1.0.0 + gamemodeoverhaul: GamemodeOverhaul 1.15.1-1.0.1.6 + giftit: Gift It! 1.1.2+1.15-pre7 + glassdoor: Glass Doors 1.4.3 + glassential: Glassential 1.15.1-1.1.3 + grass_kiss: Grass Kiss 0.2.2 + healthoverlay: Health Overlay 2.2.10 + i-blame-x: I Blame X 1.0.1+1.14.4 + i-need-keybinds: I Need Keybinds 0.2.1-unstable.201912010804 + iamverysmart: I Am Very Smart 1.5.0+mc1.14.4 + imbuedtorches: Imbued Torches 1.1.0 + improved-stations: Improved Stations 1.2.4 + inventoryprofiles: Inventory Profiles 0.1.0-dev.6 + irishwolves: Irish Wolves 1.0.0 + ironbarrels2: Iron Barrels 2 2.1.0 + jankson: Jankson 2.0.1+j1.2.0 + jumpoverfences: JumpOverFences 1.15-0.0.1 + kayak: kayak 0.1.1.22 + libcd: LibCapableData 2.2.2+1.15.2 + libgui: LibGui 1.4.0 + lightoverlay: Light Overlay 4.2 + liltater: Lil Tater ${version} + lootstrap: Lootstrap 1.0.0 + malilib: MaLiLib 0.10.0-dev.20+beta.3 + mambience: MAmbience 1.0.0 + materialisation: Materialisation 2.2.1 + me_shedaniel_cloth_basic-math: basic-math 0.3.0 + me_zeroeightsix_fiber: fiber 0.8.0-SNAPSHOT + minecraft: Minecraft 1.16-alpha.20.6.a + ml3api: ML3API 1.3.1 + modmenu: Mod Menu 1.8.5+build.23 + mooblooms: Mooblooms 1.1.1 + moreberries: More Berries 1.2.3 + moretotems: More Totems 1.1.0 + mousewheelie: Mouse Wheelie 1.4.0+1.15.2-pre1 + ninjaphenix-container-lib: NinjaPhenix's Container Library 0.1.4+1.15.2 + ninjatips: NinjaTips 1.0.3+1.15 + nomadbooks: Nomad Books 0.2.1 + okzoomer: Ok Zoomer 2.1.2 + orderly: Orderly 2.0.0-alpha+build.7-1.15 + org_aeonbits_owner_owner: owner 1.0.10 + org_apache_httpcomponents_httpclient: httpclient 4.5.10 + org_apache_httpcomponents_httpcore: httpcore 4.4.12 + org_apache_httpcomponents_httpmime: httpmime 4.5.10 + org_jetbrains_annotations: annotations 18.0.0 + org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.3.61 + org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.3 + org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.3.3 + org_jetbrains_kotlinx_kotlinx-serialization-runtime: kotlinx-serialization-runtime 0.14.0 + phosphor: Phosphor 0.3.6 + programmerartinjector: Programmer Art Injector 1.0.0 + reborncore: Reborn Core 4.2.2+build.97 + redstonebits: Redstone Bits 1.2.2 + retroexchange: Retro Exchange 1.0.0 + right-click-clear: Right Click Clear 1.1.1-unstable.201912010707 + roughlyenoughitems: Roughly Enough Items 3.3.18 + rubikshotbar: Rubik's Hotbar 0.1.3 + shulkerboxtooltip: Shulker Box Tootip 1.4.5+1.15 + simpleteleporters: Simple Teleporters 2.2.0 + simplevoidworld: Simple Void World 1.0.0 + simplexterrain: Simplex Terrain 0.5.0 + sit: Sit 1.15-4 + skin_change: Minecraft Skin Change Mod 1.0.0 + smoothscrollingeverywhere: Smooth Scrolling Everywhere 2.3 + sneakthroughberries: Sneak Through Berries 1.0.1 + sneakyscreens: Sneaky Screens 1.0.1 + snowdrift: Snowdrift ${version} + soulshards: Soul Shards Respawn 1.0.12 + statement: Statement 1.3.0+1.15.1 + sweettooth: Sweet Tooth 1.1.2 + team_reborn_energy: Energy 0.0.8 + tinyconfig: TinyConfig 1.1.2 + tippy: Tippy 1.1.2 + tooltipwrap: Tooltip Autowrap 1.0.2 + torcherino: Torcherino 2.11.61+20w06a + towelette: Towelette 3.0.0+1.15.1 + trapexpansion: Trap Expansion 1.3.1 + trumpet-skeleton: Trumpet Skeleton 1.1.1 + tweed: Tweed API 2.2.9 + vanilla-hammers: Vanilla Hammers 1.7.0 + variablepaxels: VariablePaxels 1.15-1.0.2 + verticalredstone: Vertical Redstone 1.1.0 + waila: Hwyla 1.9.19 + wildworld: Wild World 1.2.0+1.15 + winwonders: Window Wonders 0.1.2 + working-scheduler: Working Scheduler 1.1.3-1.15-pre1 + wrenchable: Wrenchable 0.2.1 + wrenchanything: Wrench Anything 1.1.2 + yet_another_gravestone_mod: Yet Another Gravestone Mod 1.2.1 + Player Count: 1 / 8; [class_3222['ObvAK9'/129, l='New World', x=-206.50, y=64.00, z=-16.50]] + Data Packs: vanilla (incompatible), fabric/aquarius (incompatible), fabric/beeangry-est (incompatible), fabric/beeproductive (incompatible), fabric/biom4st3rportal (incompatible), fabric/blast (incompatible), fabric/compostrecipes (incompatible), fabric/cotton-commons (incompatible), fabric/creeperspores (incompatible), fabric/expandedstorage (incompatible), fabric/extra-pressure-plates (incompatible), fabric/extradoors (incompatible), fabric/fabric-furnaces (incompatible), fabric/fabric-mining-levels-v0 (incompatible), fabric/flamingo (incompatible), fabric/flax (incompatible), fabric/flonters (incompatible), fabric/giftit (incompatible), fabric/glassdoor (incompatible), fabric/glassential (incompatible), fabric/iamverysmart (incompatible), fabric/imbuedtorches (incompatible), fabric/improved-stations (incompatible), fabric/ironbarrels2 (incompatible), fabric/kayak, fabric/libcd (incompatible), fabric/liltater (incompatible), fabric/materialisation (incompatible), fabric/mooblooms (incompatible), fabric/moreberries (incompatible), fabric/moretotems (incompatible), fabric/nomadbooks (incompatible), fabric/redstonebits (incompatible), fabric/retroexchange (incompatible), fabric/simpleteleporters (incompatible), fabric/simplevoidworld (incompatible), fabric/soulshards (incompatible), fabric/sweettooth (incompatible), fabric/torcherino (incompatible), fabric/towelette (incompatible), fabric/trapexpansion (incompatible), fabric/trumpet-skeleton (incompatible), fabric/vanilla-hammers (incompatible), fabric/variablepaxels (incompatible), fabric/verticalredstone (incompatible), fabric/wildworld (incompatible), fabric/wrenchanything (incompatible), global/cotton_generated (incompatible) + Type: Integrated Server (map_client.txt) + Is Modded: Definitely; Client brand changed to 'fabric' + Blaming and listing mods brought to you by I Blame X. \ No newline at end of file diff --git a/minecraft/crash-reports/crash-2020-02-05_23.42.23-client.txt b/minecraft/crash-reports/crash-2020-02-05_23.42.23-client.txt new file mode 100644 index 0000000..b2b841e --- /dev/null +++ b/minecraft/crash-reports/crash-2020-02-05_23.42.23-client.txt @@ -0,0 +1,279 @@ +---- Minecraft Crash Report ---- +// I blame Creeper Spores. + +Time: 2/5/20 11:42 PM +Description: Unexpected error + +java.lang.AbstractMethodError + at net.minecraft.class_758.method_3210(class_758.java:90) + at net.minecraft.class_761.method_22710(class_761.java:1051) + at net.minecraft.class_757.method_3188(class_757.java:718) + at net.minecraft.class_757.method_3192(class_757.java:543) + at net.minecraft.class_310.method_1523(class_310.java:1003) + at net.minecraft.class_310.method_1514(class_310.java:631) + at net.minecraft.client.main.Main.main(Main.java:204) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- Head -- +Thread: Render thread +Stacktrace: + at net.minecraft.class_758.method_3210(class_758.java:90) + at net.minecraft.class_761.method_22710(class_761.java:1051) + at net.minecraft.class_757.method_3188(class_757.java:718) + +-- Affected level -- +Details: + All players: 1 total; [class_746['ObvAK9'/402, l='MpServer', x=8.50, y=65.00, z=8.50]] + Chunk stats: Client Chunk Cache: 841, 0 + Level dimension: simplevoidworld:void + Level name: MpServer + Level seed: 6697506218891387421 + Level generator: ID 01 - flat, ver 0. Features enabled: false + Level generator options: {} + Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) + Level time: 0 game time, 0 day time + Known server brands: + Level was modded: false + Level storage version: 0x00000 - Unknown? + Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) + Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false + Server brand: fabric + Server type: Integrated singleplayer server +Stacktrace: + at net.minecraft.class_638.method_8538(class_638.java:459) + at net.minecraft.class_310.method_1587(class_310.java:1964) + at net.minecraft.class_310.method_1514(class_310.java:654) + at net.minecraft.client.main.Main.main(Main.java:204) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) + +-- System Details -- +Details: + Minecraft Version: Snapshot 20w06a + Minecraft Version ID: 20w06a + Operating System: Windows 10 (amd64) version 10.0 + Java Version: 1.8.0_221, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 6993879936 bytes (6669 MB) / 8385986560 bytes (7997 MB) up to 8385986560 bytes (7997 MB) + CPUs: 8 + JVM Flags: 8 total; -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8064m -Xmx8064m + Fabric Mods: + advancements-enlarger: Advancements Enlarger 1.0.0 + amecs: Amecs 1.2.9+1.15-pre5 + appleskin: AppleSkin 1.0.8 + aquarius: Aquarius 1.4.0+1.15 + aswitch: AutoSwitch 0.11.2 + autoconfig1: Auto Config v1 1.2.0+mc1.14.4 + autoconfig1u: Auto Config v1 Updated 1.2.4 + autoharvest: autoharvest 1.0.4 + bbor: BoundingBoxOutlineReloaded 1.0.14-1.15.1 + beeangry-est: Bee Angry-est 1.4.0+1.15.1 + beecompatible: Bee Compatible 2.0.0+1.15.1 + beeinajar: Bee-in-a-Jar 19w36a-1.0.0 + beenfo: Beenfo 1.15-fabric0.4.23-1.0.3 + beeproductive: Bee Productive 1.0.2+1.15.1 + biom4st3rportal: Fancy Fountain Passage 1.3.1 + biow0rks: biow0rk5 0.4.0 + blast: BLAST 1.1.1 + blue_endless_jankson: jankson + + bucket-hat: Bucket Hat 1.0.1 + cardinal-components-base: Cardinal Components API 2.1.0 + cardinal-components-entity: Cardinal Components API 2.1.0 + chestlatchfixer: ChestLatchFixer 1.1.0 + cleanview: CleanView 1.15.2-v1-fabric + cloth: Cloth Events 1.1.0 + cloth-config: Cloth Config 0.2.4+build.17 + cloth-config2: Cloth Config v2 2.9.3 + cmdkeybind: Command Macros 1.4.2 + coloredcampfire: Colorful Campfire Smoke 1.1.3 + compostrecipes: Compost Recipes 1.1.0 + couplings: Couplings 1.3.1 + creativebuttonmover: Creative Button Mover 0.1.2+20w06a + creeperspores: Creeper Spores 1.3.3 + cwt: Climatic World Type 1.1.4 + dataloader: Data Loader 1.1.0+mc1.14.4 + diggusmaximus: Diggus Maximus 1.2.6 + ding: Ding 3.0.0 + dynamicfps: Dynamic FPS 1.1.0 + eggtab: Egg Tab 1.1.0-1.15.x + enchantedtooltips: Enchanted ToolTips 1.2.4 + expandedstorage: ExpandedStorage 3.8.33+20w06a + expandedstorageapi: ExpandedStorageAPI 0.0.4+20w06a + extra-pressure-plates: Extra Pressure Plates ${version} + extradoors: ExtraDoors 1.4.2-1.15 + fabric: Fabric API 0.4.30+build.294-1.16 + fabric-api-base: Fabric API Base 0.1.2+b7f9825d95 + fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+3b05f68ebf + fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea8975 + fabric-commands-v0: Fabric Commands (v0) 0.1.2+b7f9825d95 + fabric-containers-v0: Fabric Containers (v0) 0.1.4+9421522dbf + fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+b7f9825dbf + fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825dbf + fabric-diagonal-panes: Fabric Diagonal Panes 0.2.0 + fabric-dimensions-v1: fabric-dimensions-v1 0.2.5+9421522dbf + fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.2.8+9421522dbf + fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+b7f9825dbf + fabric-furnaces: Fabric Furnaces 1.2.0 + fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.6+ec40b2e1bf + fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+933c24c242 + fabric-language-kotlin: Fabric Language Kotlin 1.3.61+build.1 + fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+e08a7305bf + fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+28f8190f42 + fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d6bf + fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.4+9421522dbf + fabric-networking-v0: Fabric Networking (v0) 0.1.8+9421522dbf + fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.3+e4c9a9c3bf + fabric-particles-v1: fabric-particles-v1 0.1.1+dfdb52d6bf + fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.7+9421522dbf + fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.9+aea78a25bf + fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.23+820cd5cfbf + fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a60bf + fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825dbf + fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+12515ed9bf + fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+53410490bf + fabric-rendering-v1: Fabric Rendering (v1) 0.1.0+53410490bf + fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+06c939b3bf + fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+abd91580bf + fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba7bf + fabricdrawer: Fabric Drawer 3.2.0-1.15-pre1 + fabricloader: Fabric Loader 0.7.8+build.184 + fatxporbs: Fat Experience Orbs 0.0.6 + fermion-modkeys: Fermion Modifier Keys 1.3.75+19w39a + flamingo: Pink Flamingo 1.15-1.16 + flax: Flax 1.1.1 + flonters: Flonters 1.0.2+1.15.1 + floradoubling: Flora Doubling 1.0.0 + gamemodeoverhaul: GamemodeOverhaul 1.15.1-1.0.1.6 + giftit: Gift It! 1.1.2+1.15-pre7 + glassdoor: Glass Doors 1.4.3 + glassential: Glassential 1.15.1-1.1.3 + grass_kiss: Grass Kiss 0.2.2 + healthoverlay: Health Overlay 2.2.10 + hollowlogs: Hollow Logs 1.0.0 + i-blame-x: I Blame X 1.0.1+1.14.4 + i-need-keybinds: I Need Keybinds 0.2.1-unstable.201912010804 + iamverysmart: I Am Very Smart 1.5.0+mc1.14.4 + imbuedtorches: Imbued Torches 1.1.0 + improved-stations: Improved Stations 1.2.4 + inventoryprofiles: Inventory Profiles 0.1.0-dev.6 + irishwolves: Irish Wolves 1.0.0 + ironbarrels2: Iron Barrels 2 2.1.0 + jankson: Jankson 2.0.1+j1.2.0 + jumpoverfences: JumpOverFences 1.15-0.0.1 + kayak: kayak 0.1.1.22 + libcd: LibCapableData 2.2.2+1.15.2 + libgui: LibGui 1.4.0 + lightoverlay: Light Overlay 4.2 + liltater: Lil Tater ${version} + lootstrap: Lootstrap 1.0.0 + malilib: MaLiLib 0.10.0-dev.20+beta.3 + mambience: MAmbience 1.0.0 + materialisation: Materialisation 2.2.1 + me_shedaniel_cloth_basic-math: basic-math 0.3.0 + me_zeroeightsix_fiber: fiber 0.8.0-SNAPSHOT + minecraft: Minecraft 1.16-alpha.20.6.a + ml3api: ML3API 1.3.1 + modmenu: Mod Menu 1.8.5+build.23 + mooblooms: Mooblooms 1.2.0 + moreberries: More Berries 1.2.3 + moretotems: More Totems 1.1.0 + mousewheelie: Mouse Wheelie 1.4.0+1.15.2-pre1 + ninjaphenix-container-lib: NinjaPhenix's Container Library 0.1.4+1.15.2 + ninjatips: NinjaTips 1.0.3+1.15 + nomadbooks: Nomad Books 0.2.1 + okzoomer: Ok Zoomer 2.1.2 + orderly: Orderly 2.0.0-alpha+build.7-1.15 + org_aeonbits_owner_owner: owner 1.0.10 + org_apache_httpcomponents_httpclient: httpclient 4.5.10 + org_apache_httpcomponents_httpcore: httpcore 4.4.12 + org_apache_httpcomponents_httpmime: httpmime 4.5.10 + org_jetbrains_annotations: annotations 18.0.0 + org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.3.61 + org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.3 + org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.3.3 + org_jetbrains_kotlinx_kotlinx-serialization-runtime: kotlinx-serialization-runtime 0.14.0 + phosphor: Phosphor 0.3.6 + programmerartinjector: Programmer Art Injector 1.0.0 + reborncore: Reborn Core 4.2.2+build.97 + redstonebits: Redstone Bits 1.2.2 + retroexchange: Retro Exchange 1.0.0 + right-click-clear: Right Click Clear 1.1.1-unstable.201912010707 + roughlyenoughitems: Roughly Enough Items 3.3.18 + rubikshotbar: Rubik's Hotbar 0.1.3 + shulkerboxtooltip: Shulker Box Tootip 1.4.5+1.15 + simpleteleporters: Simple Teleporters 2.2.0 + simplevoidworld: Simple Void World 1.0.0 + simplexterrain: Simplex Terrain 0.5.0 + sit: Sit 1.15-4 + skin_change: Minecraft Skin Change Mod 1.0.0 + smoothscrollingeverywhere: Smooth Scrolling Everywhere 2.3 + sneakthroughberries: Sneak Through Berries 1.0.1 + sneakyscreens: Sneaky Screens 1.0.1 + snowdrift: Snowdrift ${version} + soulshards: Soul Shards Respawn 1.0.12 + statement: Statement 1.3.0+1.15.1 + sweettooth: Sweet Tooth 1.1.2 + team_reborn_energy: Energy 0.0.8 + tinyconfig: TinyConfig 1.1.2 + tippy: Tippy 1.1.2 + tooltipwrap: Tooltip Autowrap 1.0.2 + torcherino: Torcherino 2.11.61+20w06a + towelette: Towelette 3.0.0+1.15.1 + trapexpansion: Trap Expansion 1.3.1 + trumpet-skeleton: Trumpet Skeleton 1.1.1 + tweed: Tweed API 2.2.9 + vanilla-hammers: Vanilla Hammers 1.7.0 + variablepaxels: VariablePaxels 1.15-1.0.2 + verticalredstone: Vertical Redstone 1.1.0 + waila: Hwyla 1.9.19 + wildworld: Wild World 1.2.0+1.15 + winwonders: Window Wonders 0.1.2 + working-scheduler: Working Scheduler 1.1.3-1.15-pre1 + wrenchable: Wrenchable 0.2.1 + wrenchanything: Wrench Anything 1.1.2 + yet_another_gravestone_mod: Yet Another Gravestone Mod 1.2.1 + Launched Version: MultiMC5 + Backend library: LWJGL version 3.2.2 build 10 + Backend API: GeForce GTX 980 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 442.19, NVIDIA Corporation + GL Caps: Using framebuffer using OpenGL 3.0 + Using VBOs: Yes + Is Modded: Definitely; Client brand changed to 'fabric' + Type: Client (map_client.txt) + Resource Packs: + Current Language: English (US) + CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz + Blaming and listing mods brought to you by I Blame X. \ No newline at end of file diff --git a/minecraft/crash-reports/crash-2020-02-05_23.44.36-client.txt b/minecraft/crash-reports/crash-2020-02-05_23.44.36-client.txt new file mode 100644 index 0000000..2251c7f --- /dev/null +++ b/minecraft/crash-reports/crash-2020-02-05_23.44.36-client.txt @@ -0,0 +1,279 @@ +---- Minecraft Crash Report ---- +// I blame Fat Experience Orbs. + +Time: 2/5/20 11:44 PM +Description: Unexpected error + +java.lang.AbstractMethodError: net.minecraft.class_2869.method_12445(IF)Lnet/minecraft/class_243; + at net.minecraft.class_758.method_3210(class_758.java:90) + at net.minecraft.class_761.method_22710(class_761.java:1051) + at net.minecraft.class_757.method_3188(class_757.java:718) + at net.minecraft.class_757.method_3192(class_757.java:543) + at net.minecraft.class_310.method_1523(class_310.java:1003) + at net.minecraft.class_310.method_1514(class_310.java:631) + at net.minecraft.client.main.Main.main(Main.java:204) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- Head -- +Thread: Render thread +Stacktrace: + at net.minecraft.class_758.method_3210(class_758.java:90) + at net.minecraft.class_761.method_22710(class_761.java:1051) + at net.minecraft.class_757.method_3188(class_757.java:718) + +-- Affected level -- +Details: + All players: 1 total; [class_746['ObvAK9'/25, l='MpServer', x=0.00, y=100.00, z=0.00]] + Chunk stats: Client Chunk Cache: 841, 192 + Level dimension: simplevoidworld:void + Level name: MpServer + Level seed: 6697506218891387421 + Level generator: ID 01 - flat, ver 0. Features enabled: false + Level generator options: {} + Level spawn location: World: (8,55,8), Chunk: (at 8,3,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) + Level time: 3909 game time, 3909 day time + Known server brands: + Level was modded: false + Level storage version: 0x00000 - Unknown? + Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) + Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false + Server brand: fabric + Server type: Integrated singleplayer server +Stacktrace: + at net.minecraft.class_638.method_8538(class_638.java:459) + at net.minecraft.class_310.method_1587(class_310.java:1964) + at net.minecraft.class_310.method_1514(class_310.java:654) + at net.minecraft.client.main.Main.main(Main.java:204) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193) + at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138) + at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) + at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) + at org.multimc.EntryPoint.listen(EntryPoint.java:143) + at org.multimc.EntryPoint.main(EntryPoint.java:34) + +-- System Details -- +Details: + Minecraft Version: Snapshot 20w06a + Minecraft Version ID: 20w06a + Operating System: Windows 10 (amd64) version 10.0 + Java Version: 1.8.0_221, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 7645596496 bytes (7291 MB) / 8385986560 bytes (7997 MB) up to 8385986560 bytes (7997 MB) + CPUs: 8 + JVM Flags: 8 total; -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8064m -Xmx8064m + Fabric Mods: + advancements-enlarger: Advancements Enlarger 1.0.0 + amecs: Amecs 1.2.9+1.15-pre5 + appleskin: AppleSkin 1.0.8 + aquarius: Aquarius 1.4.0+1.15 + aswitch: AutoSwitch 0.11.2 + autoconfig1: Auto Config v1 1.2.0+mc1.14.4 + autoconfig1u: Auto Config v1 Updated 1.2.4 + autoharvest: autoharvest 1.0.4 + bbor: BoundingBoxOutlineReloaded 1.0.14-1.15.1 + beeangry-est: Bee Angry-est 1.4.0+1.15.1 + beecompatible: Bee Compatible 2.0.0+1.15.1 + beeinajar: Bee-in-a-Jar 19w36a-1.0.0 + beenfo: Beenfo 1.15-fabric0.4.23-1.0.3 + beeproductive: Bee Productive 1.0.2+1.15.1 + biom4st3rportal: Fancy Fountain Passage 1.3.1 + biow0rks: biow0rk5 0.4.0 + blast: BLAST 1.1.1 + blue_endless_jankson: jankson + + bucket-hat: Bucket Hat 1.0.1 + cardinal-components-base: Cardinal Components API 2.1.0 + cardinal-components-entity: Cardinal Components API 2.1.0 + chestlatchfixer: ChestLatchFixer 1.1.0 + cleanview: CleanView 1.15.2-v1-fabric + cloth: Cloth Events 1.1.0 + cloth-config: Cloth Config 0.2.4+build.17 + cloth-config2: Cloth Config v2 2.9.3 + cmdkeybind: Command Macros 1.4.2 + coloredcampfire: Colorful Campfire Smoke 1.1.3 + compostrecipes: Compost Recipes 1.1.0 + couplings: Couplings 1.3.1 + creativebuttonmover: Creative Button Mover 0.1.2+20w06a + creeperspores: Creeper Spores 1.3.3 + cwt: Climatic World Type 1.1.4 + dataloader: Data Loader 1.1.0+mc1.14.4 + diggusmaximus: Diggus Maximus 1.2.6 + ding: Ding 3.0.0 + dynamicfps: Dynamic FPS 1.1.0 + eggtab: Egg Tab 1.1.0-1.15.x + enchantedtooltips: Enchanted ToolTips 1.2.4 + expandedstorage: ExpandedStorage 3.8.33+20w06a + expandedstorageapi: ExpandedStorageAPI 0.0.4+20w06a + extra-pressure-plates: Extra Pressure Plates ${version} + extradoors: ExtraDoors 1.4.2-1.15 + fabric: Fabric API 0.4.30+build.294-1.16 + fabric-api-base: Fabric API Base 0.1.2+b7f9825d95 + fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+3b05f68ebf + fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea8975 + fabric-commands-v0: Fabric Commands (v0) 0.1.2+b7f9825d95 + fabric-containers-v0: Fabric Containers (v0) 0.1.4+9421522dbf + fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+b7f9825dbf + fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825dbf + fabric-diagonal-panes: Fabric Diagonal Panes 0.2.0 + fabric-dimensions-v1: fabric-dimensions-v1 0.2.5+9421522dbf + fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.2.8+9421522dbf + fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+b7f9825dbf + fabric-furnaces: Fabric Furnaces 1.2.0 + fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.6+ec40b2e1bf + fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+933c24c242 + fabric-language-kotlin: Fabric Language Kotlin 1.3.61+build.1 + fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+e08a7305bf + fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+28f8190f42 + fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d6bf + fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.4+9421522dbf + fabric-networking-v0: Fabric Networking (v0) 0.1.8+9421522dbf + fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.3+e4c9a9c3bf + fabric-particles-v1: fabric-particles-v1 0.1.1+dfdb52d6bf + fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.7+9421522dbf + fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.9+aea78a25bf + fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.23+820cd5cfbf + fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a60bf + fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825dbf + fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+12515ed9bf + fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+53410490bf + fabric-rendering-v1: Fabric Rendering (v1) 0.1.0+53410490bf + fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+06c939b3bf + fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+abd91580bf + fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba7bf + fabricdrawer: Fabric Drawer 3.2.0-1.15-pre1 + fabricloader: Fabric Loader 0.7.8+build.184 + fatxporbs: Fat Experience Orbs 0.0.6 + fermion-modkeys: Fermion Modifier Keys 1.3.75+19w39a + flamingo: Pink Flamingo 1.15-1.16 + flax: Flax 1.1.1 + flonters: Flonters 1.0.2+1.15.1 + floradoubling: Flora Doubling 1.0.0 + gamemodeoverhaul: GamemodeOverhaul 1.15.1-1.0.1.6 + giftit: Gift It! 1.1.2+1.15-pre7 + glassdoor: Glass Doors 1.4.3 + glassential: Glassential 1.15.1-1.1.3 + grass_kiss: Grass Kiss 0.2.2 + healthoverlay: Health Overlay 2.2.10 + hollowlogs: Hollow Logs 1.0.0 + i-blame-x: I Blame X 1.0.1+1.14.4 + i-need-keybinds: I Need Keybinds 0.2.1-unstable.201912010804 + iamverysmart: I Am Very Smart 1.5.0+mc1.14.4 + imbuedtorches: Imbued Torches 1.1.0 + improved-stations: Improved Stations 1.2.4 + inventoryprofiles: Inventory Profiles 0.1.0-dev.6 + irishwolves: Irish Wolves 1.0.0 + ironbarrels2: Iron Barrels 2 2.1.0 + jankson: Jankson 2.0.1+j1.2.0 + jumpoverfences: JumpOverFences 1.15-0.0.1 + kayak: kayak 0.1.1.22 + libcd: LibCapableData 2.2.2+1.15.2 + libgui: LibGui 1.4.0 + lightoverlay: Light Overlay 4.2 + liltater: Lil Tater ${version} + lootstrap: Lootstrap 1.0.0 + malilib: MaLiLib 0.10.0-dev.20+beta.3 + mambience: MAmbience 1.0.0 + materialisation: Materialisation 2.2.1 + me_shedaniel_cloth_basic-math: basic-math 0.3.0 + me_zeroeightsix_fiber: fiber 0.8.0-SNAPSHOT + minecraft: Minecraft 1.16-alpha.20.6.a + ml3api: ML3API 1.3.1 + modmenu: Mod Menu 1.8.5+build.23 + mooblooms: Mooblooms 1.2.0 + moreberries: More Berries 1.2.3 + moretotems: More Totems 1.1.0 + mousewheelie: Mouse Wheelie 1.4.0+1.15.2-pre1 + ninjaphenix-container-lib: NinjaPhenix's Container Library 0.1.4+1.15.2 + ninjatips: NinjaTips 1.0.3+1.15 + nomadbooks: Nomad Books 0.2.1 + okzoomer: Ok Zoomer 2.1.2 + orderly: Orderly 2.0.0-alpha+build.7-1.15 + org_aeonbits_owner_owner: owner 1.0.10 + org_apache_httpcomponents_httpclient: httpclient 4.5.10 + org_apache_httpcomponents_httpcore: httpcore 4.4.12 + org_apache_httpcomponents_httpmime: httpmime 4.5.10 + org_jetbrains_annotations: annotations 18.0.0 + org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.3.61 + org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.3.61 + org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.3 + org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.3.3 + org_jetbrains_kotlinx_kotlinx-serialization-runtime: kotlinx-serialization-runtime 0.14.0 + phosphor: Phosphor 0.3.6 + programmerartinjector: Programmer Art Injector 1.0.0 + reborncore: Reborn Core 4.2.2+build.97 + redstonebits: Redstone Bits 1.2.2 + retroexchange: Retro Exchange 1.0.0 + right-click-clear: Right Click Clear 1.1.1-unstable.201912010707 + roughlyenoughitems: Roughly Enough Items 3.3.18 + rubikshotbar: Rubik's Hotbar 0.1.3 + shulkerboxtooltip: Shulker Box Tootip 1.4.5+1.15 + simpleteleporters: Simple Teleporters 2.2.0 + simplevoidworld: Simple Void World 1.0.0 + simplexterrain: Simplex Terrain 0.5.0 + sit: Sit 1.15-4 + skin_change: Minecraft Skin Change Mod 1.0.0 + smoothscrollingeverywhere: Smooth Scrolling Everywhere 2.3 + sneakthroughberries: Sneak Through Berries 1.0.1 + sneakyscreens: Sneaky Screens 1.0.1 + snowdrift: Snowdrift ${version} + soulshards: Soul Shards Respawn 1.0.12 + statement: Statement 1.3.0+1.15.1 + sweettooth: Sweet Tooth 1.1.2 + team_reborn_energy: Energy 0.0.8 + tinyconfig: TinyConfig 1.1.2 + tippy: Tippy 1.1.2 + tooltipwrap: Tooltip Autowrap 1.0.2 + torcherino: Torcherino 2.11.61+20w06a + towelette: Towelette 3.0.0+1.15.1 + trapexpansion: Trap Expansion 1.3.1 + trumpet-skeleton: Trumpet Skeleton 1.1.1 + tweed: Tweed API 2.2.9 + vanilla-hammers: Vanilla Hammers 1.7.0 + variablepaxels: VariablePaxels 1.15-1.0.2 + verticalredstone: Vertical Redstone 1.1.0 + waila: Hwyla 1.9.19 + wildworld: Wild World 1.2.0+1.15 + winwonders: Window Wonders 0.1.2 + working-scheduler: Working Scheduler 1.1.3-1.15-pre1 + wrenchable: Wrenchable 0.2.1 + wrenchanything: Wrench Anything 1.1.2 + yet_another_gravestone_mod: Yet Another Gravestone Mod 1.2.1 + Launched Version: MultiMC5 + Backend library: LWJGL version 3.2.2 build 10 + Backend API: GeForce GTX 980 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 442.19, NVIDIA Corporation + GL Caps: Using framebuffer using OpenGL 3.0 + Using VBOs: Yes + Is Modded: Definitely; Client brand changed to 'fabric' + Type: Client (map_client.txt) + Resource Packs: + Current Language: English (US) + CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz + Blaming and listing mods brought to you by I Blame X. \ No newline at end of file diff --git a/minecraft/datapacks/cotton_generated/pack.mcmeta b/minecraft/datapacks/cotton_generated/pack.mcmeta new file mode 100644 index 0000000..42beabd --- /dev/null +++ b/minecraft/datapacks/cotton_generated/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 1, + "description": "Cotton's auto-generated resource pack." + } +} \ No newline at end of file diff --git a/minecraft/icon.png b/minecraft/icon.png new file mode 100644 index 0000000..0343470 Binary files /dev/null and b/minecraft/icon.png differ diff --git a/minecraft/mods/Adorn-1.8.0+20w06a.jar b/minecraft/mods/Adorn-1.8.0+20w06a.jar new file mode 100644 index 0000000..4cbf1a9 Binary files /dev/null and b/minecraft/mods/Adorn-1.8.0+20w06a.jar differ diff --git a/minecraft/mods/BBOutlineReloaded-1.0.14-1.15.1-fabric.jar b/minecraft/mods/BBOutlineReloaded-1.0.14-1.15.1-fabric.jar new file mode 100644 index 0000000..5da806d Binary files /dev/null and b/minecraft/mods/BBOutlineReloaded-1.0.14-1.15.1-fabric.jar differ diff --git a/minecraft/mods/BeeAngryest-1.4.0+1.15.1.jar b/minecraft/mods/BeeAngryest-1.4.0+1.15.1.jar new file mode 100644 index 0000000..8cf655d Binary files /dev/null and b/minecraft/mods/BeeAngryest-1.4.0+1.15.1.jar differ diff --git a/minecraft/mods/CleanView-1.15.2-v1-fabric.jar b/minecraft/mods/CleanView-1.15.2-v1-fabric.jar new file mode 100644 index 0000000..7e92e0a Binary files /dev/null and b/minecraft/mods/CleanView-1.15.2-v1-fabric.jar differ diff --git a/minecraft/mods/Couplings-1.3.1.jar b/minecraft/mods/Couplings-1.3.1.jar new file mode 100644 index 0000000..6b56580 Binary files /dev/null and b/minecraft/mods/Couplings-1.3.1.jar differ diff --git a/minecraft/mods/CraftPresence-Fabric-20w06a-1.6.1.jar b/minecraft/mods/CraftPresence-Fabric-20w06a-1.6.1.jar new file mode 100644 index 0000000..7216ee4 Binary files /dev/null and b/minecraft/mods/CraftPresence-Fabric-20w06a-1.6.1.jar differ diff --git a/minecraft/mods/EnchantedToolTips-1.2.4.jar b/minecraft/mods/EnchantedToolTips-1.2.4.jar new file mode 100644 index 0000000..5e90af5 Binary files /dev/null and b/minecraft/mods/EnchantedToolTips-1.2.4.jar differ diff --git a/minecraft/mods/ExtraDiscs-1.1.1+build.7.jar b/minecraft/mods/ExtraDiscs-1.1.1+build.7.jar new file mode 100644 index 0000000..dc83790 Binary files /dev/null and b/minecraft/mods/ExtraDiscs-1.1.1+build.7.jar differ diff --git a/minecraft/mods/FatExperienceOrbs-0.0.6.jar b/minecraft/mods/FatExperienceOrbs-0.0.6.jar new file mode 100644 index 0000000..95002a4 Binary files /dev/null and b/minecraft/mods/FatExperienceOrbs-0.0.6.jar differ diff --git a/minecraft/mods/Flax-1.1.1.jar b/minecraft/mods/Flax-1.1.1.jar new file mode 100644 index 0000000..b5df644 Binary files /dev/null and b/minecraft/mods/Flax-1.1.1.jar differ diff --git a/minecraft/mods/Flonters-1.0.2+1.15.1.jar b/minecraft/mods/Flonters-1.0.2+1.15.1.jar new file mode 100644 index 0000000..1bdee80 Binary files /dev/null and b/minecraft/mods/Flonters-1.0.2+1.15.1.jar differ diff --git a/minecraft/mods/GamemodeOverhaul-1.0.1.6.jar b/minecraft/mods/GamemodeOverhaul-1.0.1.6.jar new file mode 100644 index 0000000..a79274c Binary files /dev/null and b/minecraft/mods/GamemodeOverhaul-1.0.1.6.jar differ diff --git a/minecraft/mods/HealthOverlay-1.15-2.2.10.jar b/minecraft/mods/HealthOverlay-1.15-2.2.10.jar new file mode 100644 index 0000000..8dc9553 Binary files /dev/null and b/minecraft/mods/HealthOverlay-1.15-2.2.10.jar differ diff --git a/minecraft/mods/Hwyla-fabric-1.15-pre4-1.9.19-70.jar b/minecraft/mods/Hwyla-fabric-1.15-pre4-1.9.19-70.jar new file mode 100644 index 0000000..121a39b Binary files /dev/null and b/minecraft/mods/Hwyla-fabric-1.15-pre4-1.9.19-70.jar differ diff --git a/minecraft/mods/LibGui-1.4.0.jar b/minecraft/mods/LibGui-1.4.0.jar new file mode 100644 index 0000000..142b26f Binary files /dev/null and b/minecraft/mods/LibGui-1.4.0.jar differ diff --git a/minecraft/mods/LightOverlay-4.2.jar b/minecraft/mods/LightOverlay-4.2.jar new file mode 100644 index 0000000..1aebc9b Binary files /dev/null and b/minecraft/mods/LightOverlay-4.2.jar differ diff --git a/minecraft/mods/Mambience-1.0.0.jar b/minecraft/mods/Mambience-1.0.0.jar new file mode 100644 index 0000000..ea4b5f9 Binary files /dev/null and b/minecraft/mods/Mambience-1.0.0.jar differ diff --git a/minecraft/mods/Materialisation-2.2.1.jar b/minecraft/mods/Materialisation-2.2.1.jar new file mode 100644 index 0000000..03fc290 Binary files /dev/null and b/minecraft/mods/Materialisation-2.2.1.jar differ diff --git a/minecraft/mods/Random+Teleport-Fabric-1.16+20w06a-1.0.0.jar b/minecraft/mods/Random+Teleport-Fabric-1.16+20w06a-1.0.0.jar new file mode 100644 index 0000000..1922134 Binary files /dev/null and b/minecraft/mods/Random+Teleport-Fabric-1.16+20w06a-1.0.0.jar differ diff --git a/minecraft/mods/RebornCore-1.15-4.2.2+build.97.jar b/minecraft/mods/RebornCore-1.15-4.2.2+build.97.jar new file mode 100644 index 0000000..466f17d Binary files /dev/null and b/minecraft/mods/RebornCore-1.15-4.2.2+build.97.jar differ diff --git a/minecraft/mods/Retro-Exchange-1.15-3.1.0.jar b/minecraft/mods/Retro-Exchange-1.15-3.1.0.jar new file mode 100644 index 0000000..15644ca Binary files /dev/null and b/minecraft/mods/Retro-Exchange-1.15-3.1.0.jar differ diff --git a/minecraft/mods/RoughlyEnoughItems-4.0.0-unstable.202002091715.jar b/minecraft/mods/RoughlyEnoughItems-4.0.0-unstable.202002091715.jar new file mode 100644 index 0000000..d4a4f41 Binary files /dev/null and b/minecraft/mods/RoughlyEnoughItems-4.0.0-unstable.202002091715.jar differ diff --git a/minecraft/mods/SimpleVoidWorld-3.1.0.jar b/minecraft/mods/SimpleVoidWorld-3.1.0.jar new file mode 100644 index 0000000..792bf32 Binary files /dev/null and b/minecraft/mods/SimpleVoidWorld-3.1.0.jar differ diff --git a/minecraft/mods/Skin+Swapper+v1.0.2+1.15.2.jar b/minecraft/mods/Skin+Swapper+v1.0.2+1.15.2.jar new file mode 100644 index 0000000..9cb44ba Binary files /dev/null and b/minecraft/mods/Skin+Swapper+v1.0.2+1.15.2.jar differ diff --git a/minecraft/mods/SmoothScrollingEverywhere-2.3.jar b/minecraft/mods/SmoothScrollingEverywhere-2.3.jar new file mode 100644 index 0000000..886f87b Binary files /dev/null and b/minecraft/mods/SmoothScrollingEverywhere-2.3.jar differ diff --git a/minecraft/mods/SoulShards-fabric-1.15-pre7-1.0.12-12.jar b/minecraft/mods/SoulShards-fabric-1.15-pre7-1.0.12-12.jar new file mode 100644 index 0000000..8f052fe Binary files /dev/null and b/minecraft/mods/SoulShards-fabric-1.15-pre7-1.0.12-12.jar differ diff --git a/minecraft/mods/Torcherino-2.11.61+20w06a.jar b/minecraft/mods/Torcherino-2.11.61+20w06a.jar new file mode 100644 index 0000000..ccdf3f2 Binary files /dev/null and b/minecraft/mods/Torcherino-2.11.61+20w06a.jar differ diff --git a/minecraft/mods/Towelette-3.1.0+1.15.2.jar b/minecraft/mods/Towelette-3.1.0+1.15.2.jar new file mode 100644 index 0000000..03081bd Binary files /dev/null and b/minecraft/mods/Towelette-3.1.0+1.15.2.jar differ diff --git a/minecraft/mods/VariablePaxels-1.15-1.0.2.jar b/minecraft/mods/VariablePaxels-1.15-1.0.2.jar new file mode 100644 index 0000000..8245347 Binary files /dev/null and b/minecraft/mods/VariablePaxels-1.15-1.0.2.jar differ diff --git a/minecraft/mods/WildWorld-1.2.0+1.15.jar b/minecraft/mods/WildWorld-1.2.0+1.15.jar new file mode 100644 index 0000000..bb3dc07 Binary files /dev/null and b/minecraft/mods/WildWorld-1.2.0+1.15.jar differ diff --git a/minecraft/mods/[1.15.1]AutoHarvest-1.0.4.jar b/minecraft/mods/[1.15.1]AutoHarvest-1.0.4.jar new file mode 100644 index 0000000..1c662b6 Binary files /dev/null and b/minecraft/mods/[1.15.1]AutoHarvest-1.0.4.jar differ diff --git a/minecraft/mods/_Flamingo-1.15-1.16.jar b/minecraft/mods/_Flamingo-1.15-1.16.jar new file mode 100644 index 0000000..4ecea51 Binary files /dev/null and b/minecraft/mods/_Flamingo-1.15-1.16.jar differ diff --git a/minecraft/mods/_ding-3.0.0.jar b/minecraft/mods/_ding-3.0.0.jar new file mode 100644 index 0000000..81c1275 Binary files /dev/null and b/minecraft/mods/_ding-3.0.0.jar differ diff --git a/minecraft/mods/_extra-pressure-plates-1.1.3.jar b/minecraft/mods/_extra-pressure-plates-1.1.3.jar new file mode 100644 index 0000000..54e640f Binary files /dev/null and b/minecraft/mods/_extra-pressure-plates-1.1.3.jar differ diff --git a/minecraft/mods/_i-blame-x-1.0.1+1.14.4.jar b/minecraft/mods/_i-blame-x-1.0.1+1.14.4.jar new file mode 100644 index 0000000..aa53fe8 Binary files /dev/null and b/minecraft/mods/_i-blame-x-1.0.1+1.14.4.jar differ diff --git a/minecraft/mods/_ninjatips-1.0.31.15.jar b/minecraft/mods/_ninjatips-1.0.31.15.jar new file mode 100644 index 0000000..49d54c6 Binary files /dev/null and b/minecraft/mods/_ninjatips-1.0.31.15.jar differ diff --git a/minecraft/mods/advancements-enlarger-1.0.0.jar b/minecraft/mods/advancements-enlarger-1.0.0.jar new file mode 100644 index 0000000..982b414 Binary files /dev/null and b/minecraft/mods/advancements-enlarger-1.0.0.jar differ diff --git a/minecraft/mods/amecs-1.2.9+1.15-pre5.jar b/minecraft/mods/amecs-1.2.9+1.15-pre5.jar new file mode 100644 index 0000000..6033ef7 Binary files /dev/null and b/minecraft/mods/amecs-1.2.9+1.15-pre5.jar differ diff --git a/minecraft/mods/appleskin-mc1.15-fabric-1.0.8.jar b/minecraft/mods/appleskin-mc1.15-fabric-1.0.8.jar new file mode 100644 index 0000000..856329c Binary files /dev/null and b/minecraft/mods/appleskin-mc1.15-fabric-1.0.8.jar differ diff --git a/minecraft/mods/aquarius-1.4.0+1.15.jar b/minecraft/mods/aquarius-1.4.0+1.15.jar new file mode 100644 index 0000000..096aa20 Binary files /dev/null and b/minecraft/mods/aquarius-1.4.0+1.15.jar differ diff --git a/minecraft/mods/autoswitch-0.11.3.jar b/minecraft/mods/autoswitch-0.11.3.jar new file mode 100644 index 0000000..0990716 Binary files /dev/null and b/minecraft/mods/autoswitch-0.11.3.jar differ diff --git a/minecraft/mods/beenfo-1.15-fabric0.4.23-1.0.3.jar b/minecraft/mods/beenfo-1.15-fabric0.4.23-1.0.3.jar new file mode 100644 index 0000000..946fe58 Binary files /dev/null and b/minecraft/mods/beenfo-1.15-fabric0.4.23-1.0.3.jar differ diff --git a/minecraft/mods/beeproductive-1.0.2+1.15.1.jar b/minecraft/mods/beeproductive-1.0.2+1.15.1.jar new file mode 100644 index 0000000..0a0c4e5 Binary files /dev/null and b/minecraft/mods/beeproductive-1.0.2+1.15.1.jar differ diff --git a/minecraft/mods/better-nether-2.0.0.jar b/minecraft/mods/better-nether-2.0.0.jar new file mode 100644 index 0000000..d855bc0 Binary files /dev/null and b/minecraft/mods/better-nether-2.0.0.jar differ diff --git a/minecraft/mods/bigbuckets-1.1.0.jar b/minecraft/mods/bigbuckets-1.1.0.jar new file mode 100644 index 0000000..b1edff0 Binary files /dev/null and b/minecraft/mods/bigbuckets-1.1.0.jar differ diff --git a/minecraft/mods/blast-1.1.1.jar b/minecraft/mods/blast-1.1.1.jar new file mode 100644 index 0000000..9ba4225 Binary files /dev/null and b/minecraft/mods/blast-1.1.1.jar differ diff --git a/minecraft/mods/blockus-1.3.3.jar b/minecraft/mods/blockus-1.3.3.jar new file mode 100644 index 0000000..1e2f590 Binary files /dev/null and b/minecraft/mods/blockus-1.3.3.jar differ diff --git a/minecraft/mods/bucket-hat-1.0.1.jar b/minecraft/mods/bucket-hat-1.0.1.jar new file mode 100644 index 0000000..17ffa4a Binary files /dev/null and b/minecraft/mods/bucket-hat-1.0.1.jar differ diff --git a/minecraft/mods/bulkyshulkies-1.0.5 (1).jar b/minecraft/mods/bulkyshulkies-1.0.5 (1).jar new file mode 100644 index 0000000..ba70829 Binary files /dev/null and b/minecraft/mods/bulkyshulkies-1.0.5 (1).jar differ diff --git a/minecraft/mods/bulkyshulkies-1.0.5.jar b/minecraft/mods/bulkyshulkies-1.0.5.jar new file mode 100644 index 0000000..ba70829 Binary files /dev/null and b/minecraft/mods/bulkyshulkies-1.0.5.jar differ diff --git a/minecraft/mods/chestlatchfixer-1.1.0.jar b/minecraft/mods/chestlatchfixer-1.1.0.jar new file mode 100644 index 0000000..cccc742 Binary files /dev/null and b/minecraft/mods/chestlatchfixer-1.1.0.jar differ diff --git a/minecraft/mods/climaticworldtype-1.1.4.jar b/minecraft/mods/climaticworldtype-1.1.4.jar new file mode 100644 index 0000000..7bc6193 Binary files /dev/null and b/minecraft/mods/climaticworldtype-1.1.4.jar differ diff --git a/minecraft/mods/cloth-events-1.1.0.jar b/minecraft/mods/cloth-events-1.1.0.jar new file mode 100644 index 0000000..589051c Binary files /dev/null and b/minecraft/mods/cloth-events-1.1.0.jar differ diff --git a/minecraft/mods/cmdkeybind-1.4.2.jar b/minecraft/mods/cmdkeybind-1.4.2.jar new file mode 100644 index 0000000..d1478db Binary files /dev/null and b/minecraft/mods/cmdkeybind-1.4.2.jar differ diff --git a/minecraft/mods/coloredcampfire-1.1.3.jar b/minecraft/mods/coloredcampfire-1.1.3.jar new file mode 100644 index 0000000..9bdb31c Binary files /dev/null and b/minecraft/mods/coloredcampfire-1.1.3.jar differ diff --git a/minecraft/mods/coloredflames-1.1.9r1+20w06a.jar b/minecraft/mods/coloredflames-1.1.9r1+20w06a.jar new file mode 100644 index 0000000..ea543b7 Binary files /dev/null and b/minecraft/mods/coloredflames-1.1.9r1+20w06a.jar differ diff --git a/minecraft/mods/compostrecipes-1.1.0.jar b/minecraft/mods/compostrecipes-1.1.0.jar new file mode 100644 index 0000000..92f72a3 Binary files /dev/null and b/minecraft/mods/compostrecipes-1.1.0.jar differ diff --git a/minecraft/mods/cotton-1.0.2.jar b/minecraft/mods/cotton-1.0.2.jar new file mode 100644 index 0000000..e47522a Binary files /dev/null and b/minecraft/mods/cotton-1.0.2.jar differ diff --git a/minecraft/mods/creeper-spores-1.3.3.jar b/minecraft/mods/creeper-spores-1.3.3.jar new file mode 100644 index 0000000..5dc2a85 Binary files /dev/null and b/minecraft/mods/creeper-spores-1.3.3.jar differ diff --git a/minecraft/mods/customtitlescreen-1.15.2-0.1.1.jar b/minecraft/mods/customtitlescreen-1.15.2-0.1.1.jar new file mode 100644 index 0000000..c15fc29 Binary files /dev/null and b/minecraft/mods/customtitlescreen-1.15.2-0.1.1.jar differ diff --git a/minecraft/mods/data-loader-1.1.0+mc1.14.4.jar b/minecraft/mods/data-loader-1.1.0+mc1.14.4.jar new file mode 100644 index 0000000..14a76c2 Binary files /dev/null and b/minecraft/mods/data-loader-1.1.0+mc1.14.4.jar differ diff --git a/minecraft/mods/diggusmaximus-1.2.6.jar b/minecraft/mods/diggusmaximus-1.2.6.jar new file mode 100644 index 0000000..de8b110 Binary files /dev/null and b/minecraft/mods/diggusmaximus-1.2.6.jar differ diff --git a/minecraft/mods/dynamic-fps-1.1.0.jar b/minecraft/mods/dynamic-fps-1.1.0.jar new file mode 100644 index 0000000..c8a09e4 Binary files /dev/null and b/minecraft/mods/dynamic-fps-1.1.0.jar differ diff --git a/minecraft/mods/eggtab-1.1.2+1.15-1.16.jar b/minecraft/mods/eggtab-1.1.2+1.15-1.16.jar new file mode 100644 index 0000000..8bd3f09 Binary files /dev/null and b/minecraft/mods/eggtab-1.1.2+1.15-1.16.jar differ diff --git a/minecraft/mods/elytra_swap-1.3.0-20w06a.jar b/minecraft/mods/elytra_swap-1.3.0-20w06a.jar new file mode 100644 index 0000000..90befb7 Binary files /dev/null and b/minecraft/mods/elytra_swap-1.3.0-20w06a.jar differ diff --git a/minecraft/mods/epicurean-2.2.3+1.15.2.jar b/minecraft/mods/epicurean-2.2.3+1.15.2.jar new file mode 100644 index 0000000..70cad0b Binary files /dev/null and b/minecraft/mods/epicurean-2.2.3+1.15.2.jar differ diff --git a/minecraft/mods/exotic-blocks-mc116-1.2.113.jar b/minecraft/mods/exotic-blocks-mc116-1.2.113.jar new file mode 100644 index 0000000..86957ee Binary files /dev/null and b/minecraft/mods/exotic-blocks-mc116-1.2.113.jar differ diff --git a/minecraft/mods/exotic-matter-mc116-1.17.297.jar b/minecraft/mods/exotic-matter-mc116-1.17.297.jar new file mode 100644 index 0000000..1ce95aa Binary files /dev/null and b/minecraft/mods/exotic-matter-mc116-1.17.297.jar differ diff --git a/minecraft/mods/expandedstorage-3.8.3320w06a.jar b/minecraft/mods/expandedstorage-3.8.3320w06a.jar new file mode 100644 index 0000000..8eded6a Binary files /dev/null and b/minecraft/mods/expandedstorage-3.8.3320w06a.jar differ diff --git a/minecraft/mods/extradoors-1.6.0-1.16.jar b/minecraft/mods/extradoors-1.6.0-1.16.jar new file mode 100644 index 0000000..9f0650f Binary files /dev/null and b/minecraft/mods/extradoors-1.6.0-1.16.jar differ diff --git a/minecraft/mods/fabric-api-0.4.30+build.294-1.16.jar b/minecraft/mods/fabric-api-0.4.30+build.294-1.16.jar new file mode 100644 index 0000000..da5e320 Binary files /dev/null and b/minecraft/mods/fabric-api-0.4.30+build.294-1.16.jar differ diff --git a/minecraft/mods/fabric-diagonal-panes-0.2.0.jar b/minecraft/mods/fabric-diagonal-panes-0.2.0.jar new file mode 100644 index 0000000..3e9843c Binary files /dev/null and b/minecraft/mods/fabric-diagonal-panes-0.2.0.jar differ diff --git a/minecraft/mods/fabric-drawer-3.2.0-1.15-pre1.jar b/minecraft/mods/fabric-drawer-3.2.0-1.15-pre1.jar new file mode 100644 index 0000000..6fa7e2b Binary files /dev/null and b/minecraft/mods/fabric-drawer-3.2.0-1.15-pre1.jar differ diff --git a/minecraft/mods/fabric-furnaces_1.15pre4-1.2.0.jar b/minecraft/mods/fabric-furnaces_1.15pre4-1.2.0.jar new file mode 100644 index 0000000..46193f2 Binary files /dev/null and b/minecraft/mods/fabric-furnaces_1.15pre4-1.2.0.jar differ diff --git a/minecraft/mods/fabric-language-kotlin-1.3.61+build.1.jar b/minecraft/mods/fabric-language-kotlin-1.3.61+build.1.jar new file mode 100644 index 0000000..7b4bdbd Binary files /dev/null and b/minecraft/mods/fabric-language-kotlin-1.3.61+build.1.jar differ diff --git a/minecraft/mods/facility-mc116-0.5.107.jar b/minecraft/mods/facility-mc116-0.5.107.jar new file mode 100644 index 0000000..30af2da Binary files /dev/null and b/minecraft/mods/facility-mc116-0.5.107.jar differ diff --git a/minecraft/mods/fancyfountainpassage-1.3.1.jar b/minecraft/mods/fancyfountainpassage-1.3.1.jar new file mode 100644 index 0000000..20f5de9 Binary files /dev/null and b/minecraft/mods/fancyfountainpassage-1.3.1.jar differ diff --git a/minecraft/mods/fermion-mc116-1.14.157.jar b/minecraft/mods/fermion-mc116-1.14.157.jar new file mode 100644 index 0000000..ec901fd Binary files /dev/null and b/minecraft/mods/fermion-mc116-1.14.157.jar differ diff --git a/minecraft/mods/floradoubling-1.15.2-20w06a-1.0.0.jar b/minecraft/mods/floradoubling-1.15.2-20w06a-1.0.0.jar new file mode 100644 index 0000000..62b7e61 Binary files /dev/null and b/minecraft/mods/floradoubling-1.15.2-20w06a-1.0.0.jar differ diff --git a/minecraft/mods/frex-mc116-1.3.104.jar b/minecraft/mods/frex-mc116-1.3.104.jar new file mode 100644 index 0000000..7787cf9 Binary files /dev/null and b/minecraft/mods/frex-mc116-1.3.104.jar differ diff --git a/minecraft/mods/giftit-1.1.2+1.15-pre7.jar b/minecraft/mods/giftit-1.1.2+1.15-pre7.jar new file mode 100644 index 0000000..46f2fe1 Binary files /dev/null and b/minecraft/mods/giftit-1.1.2+1.15-pre7.jar differ diff --git a/minecraft/mods/glassdoor-1.4.3.jar b/minecraft/mods/glassdoor-1.4.3.jar new file mode 100644 index 0000000..2b3ad2f Binary files /dev/null and b/minecraft/mods/glassdoor-1.4.3.jar differ diff --git a/minecraft/mods/glassential-fabric-1.15.1-1.1.3.jar b/minecraft/mods/glassential-fabric-1.15.1-1.1.3.jar new file mode 100644 index 0000000..07cd234 Binary files /dev/null and b/minecraft/mods/glassential-fabric-1.15.1-1.1.3.jar differ diff --git a/minecraft/mods/godown-0.2.0.jar b/minecraft/mods/godown-0.2.0.jar new file mode 100644 index 0000000..90f85f8 Binary files /dev/null and b/minecraft/mods/godown-0.2.0.jar differ diff --git a/minecraft/mods/grass_kiss-0.2.2.jar b/minecraft/mods/grass_kiss-0.2.2.jar new file mode 100644 index 0000000..dbc7307 Binary files /dev/null and b/minecraft/mods/grass_kiss-0.2.2.jar differ diff --git a/minecraft/mods/hollowlogs-1.16.jar b/minecraft/mods/hollowlogs-1.16.jar new file mode 100644 index 0000000..d0fea4d Binary files /dev/null and b/minecraft/mods/hollowlogs-1.16.jar differ diff --git a/minecraft/mods/honeymod-1.0.1-1.16.jar b/minecraft/mods/honeymod-1.0.1-1.16.jar new file mode 100644 index 0000000..b16cbef Binary files /dev/null and b/minecraft/mods/honeymod-1.0.1-1.16.jar differ diff --git a/minecraft/mods/i-am-very-smart-1.5.0+mc1.14.4.jar b/minecraft/mods/i-am-very-smart-1.5.0+mc1.14.4.jar new file mode 100644 index 0000000..9951877 Binary files /dev/null and b/minecraft/mods/i-am-very-smart-1.5.0+mc1.14.4.jar differ diff --git a/minecraft/mods/i-need-keybinds-0.2.1-unstable.201912010804.jar b/minecraft/mods/i-need-keybinds-0.2.1-unstable.201912010804.jar new file mode 100644 index 0000000..4d2a944 Binary files /dev/null and b/minecraft/mods/i-need-keybinds-0.2.1-unstable.201912010804.jar differ diff --git a/minecraft/mods/illuminations-0.6.jar b/minecraft/mods/illuminations-0.6.jar new file mode 100644 index 0000000..b50ad45 Binary files /dev/null and b/minecraft/mods/illuminations-0.6.jar differ diff --git a/minecraft/mods/imbuedtorches-1.1.0.jar b/minecraft/mods/imbuedtorches-1.1.0.jar new file mode 100644 index 0000000..edbb46b Binary files /dev/null and b/minecraft/mods/imbuedtorches-1.1.0.jar differ diff --git a/minecraft/mods/improved-stations-1.2.4.jar b/minecraft/mods/improved-stations-1.2.4.jar new file mode 100644 index 0000000..1e804f4 Binary files /dev/null and b/minecraft/mods/improved-stations-1.2.4.jar differ diff --git a/minecraft/mods/inventoryprofiles-fabric-1.15-0.1.0-dev.6.jar b/minecraft/mods/inventoryprofiles-fabric-1.15-0.1.0-dev.6.jar new file mode 100644 index 0000000..55210cc Binary files /dev/null and b/minecraft/mods/inventoryprofiles-fabric-1.15-0.1.0-dev.6.jar differ diff --git a/minecraft/mods/irishwolves-1.0.0.jar b/minecraft/mods/irishwolves-1.0.0.jar new file mode 100644 index 0000000..527a7af Binary files /dev/null and b/minecraft/mods/irishwolves-1.0.0.jar differ diff --git a/minecraft/mods/ironbarrels-2.1.0.jar b/minecraft/mods/ironbarrels-2.1.0.jar new file mode 100644 index 0000000..b5369b9 Binary files /dev/null and b/minecraft/mods/ironbarrels-2.1.0.jar differ diff --git a/minecraft/mods/jumpoverfences-1.16-snapshot-0.0.2.jar b/minecraft/mods/jumpoverfences-1.16-snapshot-0.0.2.jar new file mode 100644 index 0000000..1c87c6d Binary files /dev/null and b/minecraft/mods/jumpoverfences-1.16-snapshot-0.0.2.jar differ diff --git a/minecraft/mods/kayak-0.1.1.22.jar b/minecraft/mods/kayak-0.1.1.22.jar new file mode 100644 index 0000000..8e5074d Binary files /dev/null and b/minecraft/mods/kayak-0.1.1.22.jar differ diff --git a/minecraft/mods/libcd-2.2.2+1.15.2.jar b/minecraft/mods/libcd-2.2.2+1.15.2.jar new file mode 100644 index 0000000..8c818f6 Binary files /dev/null and b/minecraft/mods/libcd-2.2.2+1.15.2.jar differ diff --git a/minecraft/mods/liltater-1.1.0.jar b/minecraft/mods/liltater-1.1.0.jar new file mode 100644 index 0000000..d961eb0 Binary files /dev/null and b/minecraft/mods/liltater-1.1.0.jar differ diff --git a/minecraft/mods/llamasteeds-2020.02.08.jar b/minecraft/mods/llamasteeds-2020.02.08.jar new file mode 100644 index 0000000..6c86d17 Binary files /dev/null and b/minecraft/mods/llamasteeds-2020.02.08.jar differ diff --git a/minecraft/mods/lootstrap-1.0.0.jar b/minecraft/mods/lootstrap-1.0.0.jar new file mode 100644 index 0000000..7888374 Binary files /dev/null and b/minecraft/mods/lootstrap-1.0.0.jar differ diff --git a/minecraft/mods/malilib-fabric-1.15.2-0.10.0-dev.20+arne.2.jar b/minecraft/mods/malilib-fabric-1.15.2-0.10.0-dev.20+arne.2.jar new file mode 100644 index 0000000..96ba267 Binary files /dev/null and b/minecraft/mods/malilib-fabric-1.15.2-0.10.0-dev.20+arne.2.jar differ diff --git a/minecraft/mods/mamiyaotaru/voxelmap.properties b/minecraft/mods/mamiyaotaru/voxelmap.properties new file mode 100644 index 0000000..672c34f --- /dev/null +++ b/minecraft/mods/mamiyaotaru/voxelmap.properties @@ -0,0 +1,52 @@ +Zoom Level:2 +Hide Minimap:false +Show Coordinates:true +Enable Cave Mode:true +Dynamic Lighting:true +Height Map:true +Slope Map:true +Blur:false +Water Transparency:true +Block Transparency:true +Biomes:true +Biome Overlay:0 +Chunk Grid:false +Slime Chunks:false +Square Map:true +Rotation:true +Old North:false +Waypoint Beacons:false +Waypoint Signs:true +Deathpoints:1 +Waypoint Max Distance:1000 +Waypoint Sort By:1 +Welcome Message:true +Map Corner:1 +Map Size:1 +Zoom Key:key.keyboard.z +Fullscreen Key:key.keyboard.x +Menu Key:key.keyboard.m +Waypoint Menu Key:key.keyboard.unknown +Waypoint Key:key.keyboard.n +Mob Key:key.keyboard.unknown +In-game Waypoint Key:key.keyboard.unknown +Radar Mode:2 +Show Radar:true +Show Hostiles:true +Show Players:true +Show Neutrals:false +Filter Mob Icons:true +Outline Mob Icons:true +Show Player Helmets:true +Show Mob Helmets:true +Show Player Names:true +Font Scale:1.0 +Randomobs:true +Show Facing:true +Hidden Mobs: +Worldmap Zoom:4.0 +Worldmap Minimum Zoom:0.5 +Worldmap Maximum Zoom:16.0 +Worldmap Cache Size:500 +Show Worldmap Waypoints:true +Show Worldmap Waypoint Names:true diff --git a/minecraft/mods/modmenu-1.10.1+build.30.jar b/minecraft/mods/modmenu-1.10.1+build.30.jar new file mode 100644 index 0000000..4bef55e Binary files /dev/null and b/minecraft/mods/modmenu-1.10.1+build.30.jar differ diff --git a/minecraft/mods/mooblooms-1.2.0.jar b/minecraft/mods/mooblooms-1.2.0.jar new file mode 100644 index 0000000..814d07d Binary files /dev/null and b/minecraft/mods/mooblooms-1.2.0.jar differ diff --git a/minecraft/mods/more-totems-mod-1.1.0.jar b/minecraft/mods/more-totems-mod-1.1.0.jar new file mode 100644 index 0000000..5a71734 Binary files /dev/null and b/minecraft/mods/more-totems-mod-1.1.0.jar differ diff --git a/minecraft/mods/moreberries-1.2.3.jar b/minecraft/mods/moreberries-1.2.3.jar new file mode 100644 index 0000000..aaf6d9c Binary files /dev/null and b/minecraft/mods/moreberries-1.2.3.jar differ diff --git a/minecraft/mods/mousewheelie-1.4.0+1.15.2-pre1.jar b/minecraft/mods/mousewheelie-1.4.0+1.15.2-pre1.jar new file mode 100644 index 0000000..1587d96 Binary files /dev/null and b/minecraft/mods/mousewheelie-1.4.0+1.15.2-pre1.jar differ diff --git a/minecraft/mods/netherHigher-1.1.0+build.4.jar b/minecraft/mods/netherHigher-1.1.0+build.4.jar new file mode 100644 index 0000000..d892105 Binary files /dev/null and b/minecraft/mods/netherHigher-1.1.0+build.4.jar differ diff --git a/minecraft/mods/nomadbooks-0.3.jar b/minecraft/mods/nomadbooks-0.3.jar new file mode 100644 index 0000000..42c19e1 Binary files /dev/null and b/minecraft/mods/nomadbooks-0.3.jar differ diff --git a/minecraft/mods/okzoomer-2.1.2.jar b/minecraft/mods/okzoomer-2.1.2.jar new file mode 100644 index 0000000..d16c152 Binary files /dev/null and b/minecraft/mods/okzoomer-2.1.2.jar differ diff --git a/minecraft/mods/orderly-2.0.0-alpha+build.7-1.15.jar b/minecraft/mods/orderly-2.0.0-alpha+build.7-1.15.jar new file mode 100644 index 0000000..cf15036 Binary files /dev/null and b/minecraft/mods/orderly-2.0.0-alpha+build.7-1.15.jar differ diff --git a/minecraft/mods/phosphor-mc1.15.1-fabric-0.3.6.jar b/minecraft/mods/phosphor-mc1.15.1-fabric-0.3.6.jar new file mode 100644 index 0000000..e5c1ca8 Binary files /dev/null and b/minecraft/mods/phosphor-mc1.15.1-fabric-0.3.6.jar differ diff --git a/minecraft/mods/quark-0.1.020w06a.jar b/minecraft/mods/quark-0.1.020w06a.jar new file mode 100644 index 0000000..4b2e1eb Binary files /dev/null and b/minecraft/mods/quark-0.1.020w06a.jar differ diff --git a/minecraft/mods/quazi-modded-1.0.1+20w06a.jar b/minecraft/mods/quazi-modded-1.0.1+20w06a.jar new file mode 100644 index 0000000..dba614d Binary files /dev/null and b/minecraft/mods/quazi-modded-1.0.1+20w06a.jar differ diff --git a/minecraft/mods/redstone-bits-1.2.2.jar b/minecraft/mods/redstone-bits-1.2.2.jar new file mode 100644 index 0000000..720291b Binary files /dev/null and b/minecraft/mods/redstone-bits-1.2.2.jar differ diff --git a/minecraft/mods/right-click-clear-1.1.1-unstable.201912010707.jar b/minecraft/mods/right-click-clear-1.1.1-unstable.201912010707.jar new file mode 100644 index 0000000..dcc6244 Binary files /dev/null and b/minecraft/mods/right-click-clear-1.1.1-unstable.201912010707.jar differ diff --git a/minecraft/mods/sheet-lib-1.4.0+20w06a.jar b/minecraft/mods/sheet-lib-1.4.0+20w06a.jar new file mode 100644 index 0000000..f2c2ce4 Binary files /dev/null and b/minecraft/mods/sheet-lib-1.4.0+20w06a.jar differ diff --git a/minecraft/mods/shest-1.2.5.jar b/minecraft/mods/shest-1.2.5.jar new file mode 100644 index 0000000..3f036e0 Binary files /dev/null and b/minecraft/mods/shest-1.2.5.jar differ diff --git a/minecraft/mods/shulkerboxtooltip-1.4.6+20w06a.jar b/minecraft/mods/shulkerboxtooltip-1.4.6+20w06a.jar new file mode 100644 index 0000000..ff27bf5 Binary files /dev/null and b/minecraft/mods/shulkerboxtooltip-1.4.6+20w06a.jar differ diff --git a/minecraft/mods/simpleteleporters-2.2.0-1.15.jar b/minecraft/mods/simpleteleporters-2.2.0-1.15.jar new file mode 100644 index 0000000..a0a046b Binary files /dev/null and b/minecraft/mods/simpleteleporters-2.2.0-1.15.jar differ diff --git a/minecraft/mods/sit-1.15-4.jar b/minecraft/mods/sit-1.15-4.jar new file mode 100644 index 0000000..e53ac5e Binary files /dev/null and b/minecraft/mods/sit-1.15-4.jar differ diff --git a/minecraft/mods/sleepvote-1.16-snapshot-1.2.jar b/minecraft/mods/sleepvote-1.16-snapshot-1.2.jar new file mode 100644 index 0000000..03c4878 Binary files /dev/null and b/minecraft/mods/sleepvote-1.16-snapshot-1.2.jar differ diff --git a/minecraft/mods/sneakthroughberries-1.15.2-20w06a-1.0.1.jar b/minecraft/mods/sneakthroughberries-1.15.2-20w06a-1.0.1.jar new file mode 100644 index 0000000..541d762 Binary files /dev/null and b/minecraft/mods/sneakthroughberries-1.15.2-20w06a-1.0.1.jar differ diff --git a/minecraft/mods/sneakyscreens-1.0.1.jar b/minecraft/mods/sneakyscreens-1.0.1.jar new file mode 100644 index 0000000..632363a Binary files /dev/null and b/minecraft/mods/sneakyscreens-1.0.1.jar differ diff --git a/minecraft/mods/snowdrift-1.0.1.jar b/minecraft/mods/snowdrift-1.0.1.jar new file mode 100644 index 0000000..a1048e1 Binary files /dev/null and b/minecraft/mods/snowdrift-1.0.1.jar differ diff --git a/minecraft/mods/sweet-tooth-1.1.2-1.15.jar b/minecraft/mods/sweet-tooth-1.1.2-1.15.jar new file mode 100644 index 0000000..07735ef Binary files /dev/null and b/minecraft/mods/sweet-tooth-1.1.2-1.15.jar differ diff --git a/minecraft/mods/tdnf-mc116-1.8.76.jar b/minecraft/mods/tdnf-mc116-1.8.76.jar new file mode 100644 index 0000000..e84de77 Binary files /dev/null and b/minecraft/mods/tdnf-mc116-1.8.76.jar differ diff --git a/minecraft/mods/terrestria-1.3.1+build.3.jar b/minecraft/mods/terrestria-1.3.1+build.3.jar new file mode 100644 index 0000000..1f44548 Binary files /dev/null and b/minecraft/mods/terrestria-1.3.1+build.3.jar differ diff --git a/minecraft/mods/tippy-1.1.2.jar b/minecraft/mods/tippy-1.1.2.jar new file mode 100644 index 0000000..bf075fa Binary files /dev/null and b/minecraft/mods/tippy-1.1.2.jar differ diff --git a/minecraft/mods/tooltipwrap-1.0.2.jar b/minecraft/mods/tooltipwrap-1.0.2.jar new file mode 100644 index 0000000..31d8559 Binary files /dev/null and b/minecraft/mods/tooltipwrap-1.0.2.jar differ diff --git a/minecraft/mods/trapexpansion-1.3.1-fabric1.15.jar b/minecraft/mods/trapexpansion-1.3.1-fabric1.15.jar new file mode 100644 index 0000000..906a11f Binary files /dev/null and b/minecraft/mods/trapexpansion-1.3.1-fabric1.15.jar differ diff --git a/minecraft/mods/traverse-2.2.0+build.1.jar b/minecraft/mods/traverse-2.2.0+build.1.jar new file mode 100644 index 0000000..de4fe6f Binary files /dev/null and b/minecraft/mods/traverse-2.2.0+build.1.jar differ diff --git a/minecraft/mods/trumpet-skeleton-fabric-1.1.1.jar b/minecraft/mods/trumpet-skeleton-fabric-1.1.1.jar new file mode 100644 index 0000000..af49ffd Binary files /dev/null and b/minecraft/mods/trumpet-skeleton-fabric-1.1.1.jar differ diff --git a/minecraft/mods/vanilla-hammers_1.15.2-1.7.1.jar b/minecraft/mods/vanilla-hammers_1.15.2-1.7.1.jar new file mode 100644 index 0000000..f5cae08 Binary files /dev/null and b/minecraft/mods/vanilla-hammers_1.15.2-1.7.1.jar differ diff --git a/minecraft/mods/vertical-redstone-1.1.0.jar b/minecraft/mods/vertical-redstone-1.1.0.jar new file mode 100644 index 0000000..59e73bc Binary files /dev/null and b/minecraft/mods/vertical-redstone-1.1.0.jar differ diff --git a/minecraft/mods/winwonders-0.1.2.jar b/minecraft/mods/winwonders-0.1.2.jar new file mode 100644 index 0000000..4db6bde Binary files /dev/null and b/minecraft/mods/winwonders-0.1.2.jar differ diff --git a/minecraft/mods/working-scheduler-1.1.3-1.15-pre1.jar b/minecraft/mods/working-scheduler-1.1.3-1.15-pre1.jar new file mode 100644 index 0000000..fb9fb34 Binary files /dev/null and b/minecraft/mods/working-scheduler-1.1.3-1.15-pre1.jar differ diff --git a/minecraft/mods/wrenchable-0.2.2+1.15.2.jar b/minecraft/mods/wrenchable-0.2.2+1.15.2.jar new file mode 100644 index 0000000..6f7cf2a Binary files /dev/null and b/minecraft/mods/wrenchable-0.2.2+1.15.2.jar differ diff --git a/minecraft/mods/wrenchanything-1.1.3+1.15.2.jar b/minecraft/mods/wrenchanything-1.1.3+1.15.2.jar new file mode 100644 index 0000000..9a1bf4e Binary files /dev/null and b/minecraft/mods/wrenchanything-1.1.3+1.15.2.jar differ diff --git a/minecraft/mods/yet-another-gravestone-mod-1.2.1.jar b/minecraft/mods/yet-another-gravestone-mod-1.2.1.jar new file mode 100644 index 0000000..c69566e Binary files /dev/null and b/minecraft/mods/yet-another-gravestone-mod-1.2.1.jar differ diff --git a/minecraft/resourcepacks/1.16-s1.zip b/minecraft/resourcepacks/1.16-s1.zip new file mode 100644 index 0000000..16b9e02 Binary files /dev/null and b/minecraft/resourcepacks/1.16-s1.zip differ diff --git a/mmc-pack.json b/mmc-pack.json index 99ecd15..409df34 100644 --- a/mmc-pack.json +++ b/mmc-pack.json @@ -23,6 +23,15 @@ "version": "20w06a" }, { + "cachedName": "Intermediary Mappings", + "cachedRequires": [ + { + "equals": "20w06a", + "uid": "net.minecraft" + } + ], + "cachedVersion": "20w06a", + "cachedVolatile": true, "dependencyOnly": true, "uid": "net.fabricmc.intermediary", "version": "20w06a" @@ -34,9 +43,9 @@ "uid": "net.fabricmc.intermediary" } ], - "cachedVersion": "0.7.6+build.181", + "cachedVersion": "0.7.8+build.184", "uid": "net.fabricmc.fabric-loader", - "version": "0.7.6+build.181" + "version": "0.7.8+build.184" } ], "formatVersion": 1