Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Why is it breaking :(
- Time: 1/26/20 7:13 AM
- Description: Ticking block entity
- java.lang.ClassCastException: net.minecraft.block.AirBlock cannot be cast to com.jaquadro.minecraft.storagedrawers.block.BlockDrawers
- at com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawers.getDrawerCapacity(TileEntityDrawers.java:168) ~[?:1.14.4-6.0.5] {re:classloading,pl:runtimedistcleaner:A}
- at com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawers.getEffectiveDrawerCapacity(TileEntityDrawers.java:175) ~[?:1.14.4-6.0.5] {re:classloading,pl:runtimedistcleaner:A}
- at com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawersStandard$StandardDrawerData.getStackCapacity(TileEntityDrawersStandard.java:153) ~[?:1.14.4-6.0.5] {re:classloading}
- at com.jaquadro.minecraft.storagedrawers.block.tile.tiledata.StandardDrawerGroup$DrawerData.getMaxCapacity(StandardDrawerGroup.java:305) ~[?:1.14.4-6.0.5] {re:classloading}
- at com.jaquadro.minecraft.storagedrawers.api.storage.IDrawer.getMaxCapacity(IDrawer.java:82) ~[?:1.14.4-6.0.5] {re:classloading}
- at com.jaquadro.minecraft.storagedrawers.block.tile.tiledata.StandardDrawerGroup$DrawerData.adjustStoredItemCount(StandardDrawerGroup.java:276) ~[?:1.14.4-6.0.5] {re:classloading}
- at com.jaquadro.minecraft.storagedrawers.block.tile.tiledata.StandardDrawerGroup$DrawerData.adjustStoredItemCount(StandardDrawerGroup.java:264) ~[?:1.14.4-6.0.5] {re:classloading}
- at com.jaquadro.minecraft.storagedrawers.capabilities.DrawerItemHandler.insertItemInternal(DrawerItemHandler.java:102) ~[?:1.14.4-6.0.5] {re:classloading}
- at com.jaquadro.minecraft.storagedrawers.capabilities.DrawerItemHandler.insertItem(DrawerItemHandler.java:72) ~[?:1.14.4-6.0.5] {re:classloading}
- at net.minecraftforge.items.ItemHandlerHelper.insertItem(ItemHandlerHelper.java:45) ~[?:?] {re:classloading}
- at mcjty.xnet.apiimpl.items.ItemChannelSettings.lambda$insertStackReal$2(ItemChannelSettings.java:438) ~[?:1.14-1.8.7-alpha] {re:classloading}
- at net.minecraftforge.common.util.LazyOptional.lambda$map$0(LazyOptional.java:184) ~[?:?] {re:classloading}
- at net.minecraftforge.common.util.LazyOptional.getValue(LazyOptional.java:116) ~[?:?] {re:classloading}
- at net.minecraftforge.common.util.LazyOptional.orElse(LazyOptional.java:219) ~[?:?] {re:classloading}
- at mcjty.xnet.apiimpl.items.ItemChannelSettings.insertStackReal(ItemChannelSettings.java:438) ~[?:1.14-1.8.7-alpha] {re:classloading}
- at mcjty.xnet.apiimpl.items.ItemChannelSettings.tickItemHandler(ItemChannelSettings.java:265) ~[?:1.14-1.8.7-alpha] {re:classloading}
- at mcjty.xnet.apiimpl.items.ItemChannelSettings.lambda$tick$0(ItemChannelSettings.java:185) ~[?:1.14-1.8.7-alpha] {re:classloading}
- at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:161) ~[?:?] {re:classloading}
- at mcjty.xnet.apiimpl.items.ItemChannelSettings.tick(ItemChannelSettings.java:183) ~[?:1.14-1.8.7-alpha] {re:classloading}
- at mcjty.xnet.modules.controller.blocks.TileEntityController.func_73660_a(TileEntityController.java:260) ~[?:1.14-1.8.7-alpha] {re:classloading}
- at net.minecraft.world.World.func_217391_K(World.java:621) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
- at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:367) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,pl:runtimedistcleaner:A}
- at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
- at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) ~[?:?] {re:classloading,pl:accesstransformer:B}
- at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181] {}
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Server thread
- Stacktrace:
- at com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawers.getDrawerCapacity(TileEntityDrawers.java:168)
- at com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawers.getEffectiveDrawerCapacity(TileEntityDrawers.java:175)
- at com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawersStandard$StandardDrawerData.getStackCapacity(TileEntityDrawersStandard.java:153)
- at com.jaquadro.minecraft.storagedrawers.block.tile.tiledata.StandardDrawerGroup$DrawerData.getMaxCapacity(StandardDrawerGroup.java:305)
- at com.jaquadro.minecraft.storagedrawers.api.storage.IDrawer.getMaxCapacity(IDrawer.java:82)
- at com.jaquadro.minecraft.storagedrawers.block.tile.tiledata.StandardDrawerGroup$DrawerData.adjustStoredItemCount(StandardDrawerGroup.java:276)
- at com.jaquadro.minecraft.storagedrawers.block.tile.tiledata.StandardDrawerGroup$DrawerData.adjustStoredItemCount(StandardDrawerGroup.java:264)
- at com.jaquadro.minecraft.storagedrawers.capabilities.DrawerItemHandler.insertItemInternal(DrawerItemHandler.java:102)
- at com.jaquadro.minecraft.storagedrawers.capabilities.DrawerItemHandler.insertItem(DrawerItemHandler.java:72)
- at net.minecraftforge.items.ItemHandlerHelper.insertItem(ItemHandlerHelper.java:45)
- at mcjty.xnet.apiimpl.items.ItemChannelSettings.lambda$insertStackReal$2(ItemChannelSettings.java:438)
- at net.minecraftforge.common.util.LazyOptional.lambda$map$0(LazyOptional.java:184)
- at net.minecraftforge.common.util.LazyOptional.getValue(LazyOptional.java:116)
- at net.minecraftforge.common.util.LazyOptional.orElse(LazyOptional.java:219)
- at mcjty.xnet.apiimpl.items.ItemChannelSettings.insertStackReal(ItemChannelSettings.java:438)
- at mcjty.xnet.apiimpl.items.ItemChannelSettings.tickItemHandler(ItemChannelSettings.java:265)
- at mcjty.xnet.apiimpl.items.ItemChannelSettings.lambda$tick$0(ItemChannelSettings.java:185)
- at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:161)
- at mcjty.xnet.apiimpl.items.ItemChannelSettings.tick(ItemChannelSettings.java:183)
- at mcjty.xnet.modules.controller.blocks.TileEntityController.func_73660_a(TileEntityController.java:260)
- -- Block entity being ticked --
- Details:
- Name: xnet:controller // mcjty.xnet.modules.controller.blocks.TileEntityController
- Block: Block{xnet:controller}[error=false,facing=east]
- Block location: World: (4097,77,5556), Chunk: (at 1,4,4 in 256,347; contains blocks 4096,0,5552 to 4111,255,5567), Region: (8,10; contains chunks 256,320 to 287,351, blocks 4096,0,5120 to 4607,255,5631)
- Block: Block{xnet:controller}[error=false,facing=east]
- Block location: World: (4097,77,5556), Chunk: (at 1,4,4 in 256,347; contains blocks 4096,0,5552 to 4111,255,5567), Region: (8,10; contains chunks 256,320 to 287,351, blocks 4096,0,5120 to 4607,255,5631)
- Stacktrace:
- at net.minecraft.world.World.func_217391_K(World.java:621)
- at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:367)
- -- Affected level --
- Details:
- All players: 2 total; [ServerPlayerEntity['Ergoplato'/44231, l='world', x=3062.45, y=103.00, z=-159.55], ServerPlayerEntity['Nonsanity'/18273, l='world', x=4099.22, y=77.00, z=5560.03]]
- Chunk stats: ServerChunkCache: 6854
- Level dimension: DimensionType{minecraft:overworld}
- Level name: world
- Level seed: 123456789
- Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: true
- Level generator options: {}
- Level spawn location: World: (-328,112,215), Chunk: (at 8,7,7 in -21,13; contains blocks -336,0,208 to -321,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
- Level time: 26755401 game time, 63255 day time
- Level storage version: 0x04ABD - Anvil
- Level weather: Rain time: 77187 (now: false), thunder time: 140173 (now: false)
- Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
- Stacktrace:
- at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829)
- at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
- at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
- at java.lang.Thread.run(Thread.java:748)
- -- System Details --
- Details:
- Minecraft Version: 1.14.4
- Minecraft Version ID: 1.14.4
- Operating System: Linux (amd64) version 4.4.0-154-generic
- Java Version: 1.8.0_181, Oracle Corporation
- Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 5852358840 bytes (5581 MB) / 8353742848 bytes (7966 MB) up to 8353742848 bytes (7966 MB)
- CPUs: 24
- JVM Flags: 5 total; -Xms8000M -Xmx8000M -XX:+AggressiveOpts -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC
- ModLauncher: 4.1.0+62+5bfa59b
- ModLauncher launch target: fmlserver
- ModLauncher naming: srg
- ModLauncher services:
- /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
- /forge.jar object_holder_definalize PLUGINSERVICE
- /forge.jar runtime_enum_extender PLUGINSERVICE
- /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
- /forge.jar capability_inject_definalize PLUGINSERVICE
- /forge.jar runtimedistcleaner PLUGINSERVICE
- /forge.jar fml TRANSFORMATIONSERVICE
- FML: 28.1
- Forge: net.minecraftforge:28.1.107
- FML Language Providers:
- minecraft@1
- Mod List:
- justenoughbeacons-1.2.jar Just Enough Beacons {[email protected] DONE}
- extendedfoods-1.14.4-0.0.2-beta.jar Extended Foods {[email protected] DONE}
- AdditionalEnchantedMiner-1.14.4-14.1.5.jar QuarryPlus {[email protected] DONE}
- nethercraft-1.14.4-1.0.4.jar Nethercraft {[email protected] DONE}
- SilentMechanisms-1.14.4-0.6.12+45.jar Silent's Mechanisms {[email protected]+45 DONE}
- MCFurnace-1.14.4-DEV-1.3.2.jar MCFurnace {[email protected] DONE}
- bambooeverything-1.14-1.5.0.jar Bamboo Everything {[email protected] DONE}
- IronJetpacks-1.14.4-2.0.3.jar Iron Jetpacks {[email protected] DONE}
- essentials-1.14.4-2.6.5.jar Essentials {[email protected] DONE}
- xnet-1.14-1.8.7-alpha.jar XNet {[email protected] DONE}
- ResourcefulTools-1.14.4-1.0.7.jar Resourceful Tools {[email protected] DONE}
- Powah-1.14.4-0.2.5.jar Powah {[email protected] DONE}
- rangedpumps-0.6.1.jar Ranged Pumps {[email protected] DONE}
- WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {[email protected] DONE}
- StoneCraftingTable-1.14.4-1.0.5.jar Stone Crafting Table {[email protected] DONE}
- randompatches-1.14.4-1.19.1.1.jar RandomPatches {[email protected] DONE}
- DarkUtilities-1.14.4-2.0.10.jar Dark Utilities {[email protected] DONE}
- Morpheus-1.14.4-4.2.44.jar Morpheus {morpheus@version DONE}
- WaterStrainer-1.14.4-7.0.2.jar Water Strainer {[email protected] DONE}
- speedyhoppers-1.14.4-7.jar Speedy Hoppers {[email protected] DONE}
- villagerhats-1.14.4-1.1.1.jar Villager Hats {[email protected] DONE}
- StoneChest-1.14.4-1.0.1.jar Stone Chest {[email protected] DONE}
- TMechworks-1.14.4-2.0.1.jar Tinkers' Mechworks {[email protected] DONE}
- JustEnoughResources-1.14.4-0.10.0.70.jar Just Enough Resources {[email protected] DONE}
- ExpOre-1.14.4-1.4.jar Exp Ore Block Mod {[email protected] DONE}
- bsc_1.14-1.0.jar Better Spawner Control {[email protected] DONE}
- BetterThanMending-1.3.2.jar BetterThanMending {[email protected] DONE}
- MysticalAgradditions-1.14.4-2.0.0.jar Mystical Agradditions {[email protected] DONE}
- mysticallib-1.14.4-1.13.0.jar Mystical Lib {[email protected] DONE}
- refinedstorage-1.7.3.jar Refined Storage {[email protected] DONE}
- extendedfurnace-1.2a.jar Extended Furnace {[email protected] DONE}
- industrial-foregoing-1.14.4-2.1.2-582ea8b.jar Industrial Foregoing {[email protected] DONE}
- wetstone-1.1.2.jar Wetstone {[email protected] DONE}
- torchmaster-2.0.0-rc2.jar Torchmaster {[email protected] DONE}
- turf-1.14.4-1.0.0.jar Turf {[email protected] DONE}
- BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {[email protected] DONE}
- wandermaid-1.14.4-0.1.3.jar Wander Maid {[email protected] DONE}
- seafaring-1.14.4-0.1.46.jar Seafaring {[email protected] DONE}
- SilentGear-1.14.4-1.4.6+72.jar Silent Gear {[email protected]+72 DONE}
- Masonry-0.3.1.jar Masonry {[email protected] DONE}
- extcaves-1.5.jar Extended Caves {[email protected] DONE}
- guardillagers-1.14.4-1.0.1.jar GuardIllagers {[email protected] DONE}
- ferroustry-1.3b.jar Ferroustry {[email protected] DONE}
- fairylights-2.1.15-1.14.4.jar Fairy Lights {[email protected] DONE}
- portality-1.14.4-2.0.4-b0b3467.jar Portality {[email protected] DONE}
- Trapcraft-1.14.4-2.6.1-universal.jar Trapcraft {[email protected] DONE}
- curios-FORGE-1.14.4-1.0.6.jar Curios API {[email protected] DONE}
- Botania r1.11-376.jar Botania {[email protected] DONE}
- carrotslib-mc1.14.4-2.0b4.jar Carrots Lib {[email protected] DONE}
- vanillafoodpantry-mc1.14.4-5.0b4.jar Vanilla Food Pantry {[email protected] DONE}
- AutoRegLib-1.4-35.jar AutoRegLib {[email protected] DONE}
- extlights-1.8.jar Extended Lights {[email protected] DONE}
- angelring-1.14.4-1.0.1.jar Angel Ring {[email protected] DONE}
- tombstone-4.1.8-1.14.4.jar Corail Tombstone {[email protected] DONE}
- Fertilization_1.14.4-3.0.6.jar Fertilization {[email protected] DONE}
- mcw-roofs-1.0.1-mc1.14.4.jar Macaw's Roofs {[email protected] DONE}
- ManPuppy's Blaze Sword Mod! v2.5.jar Blaze Sword Mod {[email protected] DONE}
- furniture-7.0.0-pre15-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] DONE}
- globalxp-1.14.4-v1.4.10.jar Global XP {[email protected] DONE}
- Better Muffling-1.14.4-0.3.0-Beta.jar Better Muffling {[email protected] DONE}
- Charm-1.14.4-1.4.3.jar Charm {[email protected] DONE}
- FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 DONE}
- StevesFactoryManager-1.14.4-3.0.0-alpha25.jar Steve's Factory Manager {[email protected] DONE}
- rockcandy-1.14.4-1.1.6.jar Rock Candy {rockcandy@version DONE}
- dwarfcoal-1.14.4-1.0.0.jar Dwarf Coal {[email protected] DONE}
- simply_trophies-1.1-1.14.4.jar Simple Trophies {[email protected] DONE}
- animalnet-v1.14.4 Forge b4.jar AnimalNet {[email protected] Forge b4 DONE}
- torchslabmod-1.14.4_v1.3.1.jar Torch Slab Mod {[email protected] DONE}
- Floocraft 1.14.4-1.10.0.jar Floocraft {[email protected] DONE}
- bountifulbaubles-1.14.4-0.0.2.jar Bountiful Baubles {bountifulbaubles@NONE DONE}
- jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] DONE}
- EnderEnhancement-1.14.4-1.0.3.1.jar Ender Enhancement {[email protected] DONE}
- AttributeFix-1.14.4-3.0.2.jar AttributeFix {[email protected] DONE}
- BioTechnik-1.14.4-1.0.1.jar Bio Technik {[email protected] DONE}
- caelus-FORGE-1.14.4-1.0.1.1.jar Caelus API {[email protected] DONE}
- Upgrade-Aquatic-1.14.4-v1.4.7.jar Upgrade Aquatic {[email protected] DONE}
- colytra-FORGE-1.14.4-2.0.0.1.jar Colytra {[email protected] DONE}
- CTD-Core-1.14.4-2.0.5b.jar CTD Core {[email protected] DONE}
- NaturesCompass-1.14.4-1.8.3.jar Nature's Compass {[email protected] DONE}
- cursedearth-1.5-debug2.jar Cursed Earth {[email protected] DONE}
- angelblock-1.0a.jar Angel Block {[email protected] DONE}
- PyramidPlunder-1.14.4-1.1.jar Pyramid Plunder {[email protected] DONE}
- engineerstools-1.14.4-1.0.5.jar Engineer's Tools {[email protected] DONE}
- branders-wellfedmod-1.14.4-1.2.0.jar Well Fed - quality food! {[email protected] DONE}
- cofh_core-1.14.4-0.2.0b.jar CoFH Core {[email protected] DONE}
- The-Endergetic-Expansion-1.14.4-v1.1.0.jar The Endergetic Expansion {[email protected] DONE}
- ClickMachine-1.14.4-2.1.2.jar Click Machine {[email protected] DONE}
- travellersboots-1.14.4-1.2.2.jar Traveller's Boots {[email protected] DONE}
- BetterFlintAndSteels_1.14.4-1.1.2-beta.jar Better Flint & Steels {[email protected] DONE}
- PackingTape-1.14.4-0.9.2.jar Packing Tape {[email protected] DONE}
- CraftTweaker-1.14.4-5.0.1.161.jar CraftTweaker {[email protected] DONE}
- mysticalworld-1.14.4-1.7.1.jar Mystical World {[email protected] DONE}
- extradisks-1.14.4-1.1.jar Extra Disks {[email protected] DONE}
- ruins-1.14.4.6.jar Ruins {[email protected] DONE}
- FeederHelmet-1.7.0.jar AutoFeederHelmet {[email protected] DONE}
- Mo-Glowstone-1.14.4-2.0.4.jar Mo' Glowstone {[email protected] DONE}
- exp_bottling-1.14.4-4.jar EXP Bottling {[email protected] DONE}
- ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] DONE}
- infernalmobs-1.14.4.6.jar Infernal Mobs {[email protected] DONE}
- forge-1.14.4-28.1.107-server.jar Minecraft {[email protected] DONE}
- logprot-1.14.4-1.1.jar Logprot {[email protected] DONE}
- Flopper-1.14.4-1.0.5.jar Flopper {[email protected] DONE}
- theoneprobe-1.14-1.4.37.jar The One Probe {theoneprobe@NONE DONE}
- gates-1.5.0.jar Gates {[email protected] DONE}
- ceilingtorch-1.14.4-v1.5.jar Ceiling Torch {[email protected] DONE}
- BerryBushes-1.0.2.jar Berry Bushes {[email protected] DONE}
- Mantle-1.14.4-1.4.32.jar Mantle {[email protected] DONE}
- FTBUtilitiesBackups-2.0.0.11.jar FTB Utilities: Backups {[email protected] DONE}
- [1.14.4] SecurityCraft v1.8.15.jar SecurityCraft {[email protected] DONE}
- earthmobsmod-1.14.4-0.1.0.6-Beta.jar Earth Mobs Mod {[email protected] DONE}
- backpacked-1.4.0-1.14.4.jar Backpacked {[email protected] DONE}
- themidnight-0.4.6.jar The Midnight {[email protected] DONE}
- polyores-1.2.jar Poly's Ores {[email protected] DONE}
- acceleratorcraft-1.2.jar AcceleratorCraft {[email protected] DONE}
- PickleTweaks-1.14.4-3.0.7.jar Pickle Tweaks {[email protected] DONE}
- FastFurnace-1.14.4-2.2.4.jar FastFurnace {[email protected] DONE}
- AppleSkin-mc1.14.4-forge-1.0.13.jar AppleSkin {[email protected] DONE}
- RefinedRelocation_1.14.4-6.2.6.jar Refined Relocation {[email protected] DONE}
- easyelytrato_1.14-1.1.jar Easy Elytra Takeoff {[email protected] DONE}
- taffydaf-1.14.4-0.3.jar Taffy Date and Forecast {[email protected] DONE}
- CosmeticArmorReworked-1.14.4-v1a.jar CosmeticArmorReworked {[email protected] DONE}
- parachutemod-1.14.4-2.2.1-465.jar Parachute Mod NG {[email protected] DONE}
- wrenchest-1.14.4-v1.0.1.jar Wrenchest {[email protected] DONE}
- farlanders-1.14.4-1.1.0.jar The Farlanders {[email protected] DONE}
- ComPatchedStorage-1.14.4-2.1.4.jar ComPatchedStorage {[email protected] DONE}
- CyclopsCore-1.14.4-1.6.1.jar Cyclops Core {[email protected] DONE}
- aiotbotania-1.14.4-1.1.1.jar AIOT Botania {[email protected] DONE}
- Wyrmroost-1.14.4-1.0.2.jar Wyrmroost {[email protected] DONE}
- curiousshulkerboxes-FORGE-1.14.4-1.0.0.1.jar Curious Shulker Boxes {[email protected] DONE}
- SwordBlockingCombat-v1.0.2-1.14.4.jar Sword Blocking Combat {[email protected] DONE}
- BetterSigns-1.0_v1.14.4.jar Better Signs {[email protected] DONE}
- extrabows-v1.14.4 b6.jar Extra Bows {[email protected] b6 DONE}
- KleeSlabs_1.14.4-7.4.8.jar KleeSlabs {[email protected] DONE}
- rsgauges-1.14.4-1.2.0-b2.jar Gauges and Switches {[email protected] DONE}
- findme-1.14.4-1.1.0.13.jar Find Me {findme@NONE DONE}
- BowInfinityFix-1.14.4-rv7.1.jar Bow Infinity Fix {[email protected] DONE}
- glassential-forge-1.14.4-1.1.1.jar Glassential {[email protected] DONE}
- XaerosWorldMap_1.5.4_Forge_1.14.4.jar Xaero's World Map {[email protected] DONE}
- CookingForBlockheads_1.14.4-7.4.4.jar Cooking for Blockheads {[email protected] DONE}
- Placebo-1.14.4-2.3.5.jar Placebo {[email protected] DONE}
- dankstorage-1.15.jar Dank Storage {[email protected] DONE}
- citadel-1.0.0.jar Citadel {[email protected] DONE}
- firefly-1.14.4-1.0.1.jar Firefly {[email protected] DONE}
- Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version DONE}
- Bookshelf-1.14.4-4.4.71.jar Bookshelf {[email protected] DONE}
- u_team_core-1.14.4-2.8.0.140.jar U Team Core {[email protected] DONE}
- buildinggadgets-3.1.1b.jar Building Gadgets {[email protected] DONE}
- forge-1.14.4-28.1.107-universal.jar Forge {[email protected] DONE}
- Aquaculture-1.14.4-2.0.3.jar Aquaculture 2 {[email protected] DONE}
- unstabletools-3.6b.jar Unstable Tools {[email protected] DONE}
- Waddles-1.14.4-0.8.3.jar Waddles {[email protected] DONE}
- ProgressiveBosses-2.1.4.jar Progressive Bosses {[email protected] DONE}
- ironshulkerboxes-1.14.4-3.1.12.jar Iron Shulker Boxes {[email protected] DONE}
- FpsReducer-mc1.14.4-1.14.jar FPS Reducer {[email protected] DONE}
- bettercompass-1.14.2-1.6.0.jar Better Compass {[email protected] DONE}
- anviltweaks-1.4b.jar Anvil Tweaks {[email protected] DONE}
- mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {[email protected] DONE}
- dwmh-1.14.4-3.1.1.jar Dude! Where's my Horse? {[email protected] DONE}
- useful_backpacks-1.14.4-1.7.4.47.jar Useful Backpacks {[email protected] DONE}
- embellishcraft-1.14.4-1.5.0.jar EmbellishCraft {[email protected] DONE}
- Glowglass-1.14.4-1.1.jar Glowglass {[email protected] DONE}
- Compressium-1.0.12.jar Compressium {[email protected] DONE}
- BetterCrates-1.14.4-1.0.1.jar Better Crates {[email protected] DONE}
- Lollipop-1.14.4-0.0.23.jar Lollipop {[email protected] DONE}
- practicaltools-1.14.4-1.4.jar Practical Tools {[email protected] DONE}
- simplefarming-1.14.4-1.2.7.jar Simple Farming {[email protected] DONE}
- StuffASockInIt-1.14.4-3.0.3.jar StuffASockInIt {[email protected] DONE}
- SolarFluxReborn-1.14.4-14.1.4.jar Solar Flux Reborn {[email protected] DONE}
- recall-1.14.4-1.2.jar Recall {[email protected] DONE}
- goprone-1.14.x-1.1.0.jar GoProne {[email protected] DONE}
- Patchouli-1.1-24.jar Patchouli {[email protected] DONE}
- flying_things-1.8.5-1.14.4.jar The Flying Things {[email protected] DONE}
- RandomThings-MC1.14.4-5.0.1.jar Random Things {[email protected] DONE}
- ClothConfig2-1.4.1.jar Cloth Config Forge v2 API {[email protected] DONE}
- OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE DONE}
- libnonymous-1.14.4-1.0.4.25.jar Libnonymous {[email protected] DONE}
- elevatorid-1.14.4-1.5.2.jar Elevator Mod {[email protected] DONE}
- Gobber2-1.14.4-2.1.117.jar Gobber 2 {[email protected] DONE}
- EnigmaticLegacy-1.6.4.jar Enigmatic Legacy {[email protected] DONE}
- AttainedDrops-1.14.4-5.3.2.jar Attained Drops {[email protected] DONE}
- PowderPower-1.14.4-3.0.42.jar Powder Power {[email protected] DONE}
- ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {[email protected] DONE}
- curiouselytra-FORGE-1.14.4-1.0.jar Curious Elytra {[email protected] DONE}
- cc-tweaked-1.14.4-1.86.2.jar CC: Tweaked {[email protected] DONE}
- AI-Improvements-1.14.4-0.3.0.jar AI-Improvements {[email protected] DONE}
- YAMDA-4.0.1.jar YAMDA {[email protected] DONE}
- bwncr-1.14.4-3.5.12.jar Bad Wither No Cookie Reloaded {[email protected] DONE}
- branders-sulfur-potassium-2.3.0-1.14.4-.jar Sulfur And Potassium - make gunpowder {[email protected] DONE}
- speedyladders-1.14.4-4.jar Speedy Ladders {[email protected] DONE}
- More Dogs-1.0.1.jar More Dog Breeds {[email protected] DONE}
- QuantumStorage-1.14.4-5.0.2.jar QuantumStorage {quantumstorage@NONE DONE}
- turtletweaks-1.14.4-1.0.2.jar Turtle Tweaks {[email protected] DONE}
- TrinityWeapons-1.14.4-1.4.0.jar TrinityWeapons {[email protected] DONE}
- Cyclic-1.14.4-0.1.3.jar Cyclic {[email protected] DONE}
- jmh_1.14.4-2.2.jar Just Mob Heads {[email protected] DONE}
- Ma-Enchants-1.14.4-1.8.1.jar Ma Enchants {[email protected] DONE}
- Cucumber-1.14.4-2.0.6.jar Cucumber Library {[email protected] DONE}
- TrashSlot_1.14.4-10.4.8.jar TrashSlot {[email protected] DONE}
- EquipmentTooltips-1.14.4-1.3.2+10.jar Equipment Tooltips {[email protected]+10 DONE}
- craftingstation-2.1.5a.jar Crafting Station {[email protected] DONE}
- snad-1.14.4-1.7.10.28a.jar Snad {[email protected] DONE}
- Overloaded-1.14.4-0.0.78.jar Overloaded {[email protected] DONE}
- janoeo-2.3.jar Just Another Nether/Overworld/End Ores {[email protected] DONE}
- metalbarrels-1.4.jar Metal Barrels {[email protected] DONE}
- longfallboots-1.3.0b.jar Long Fall Boots {[email protected] DONE}
- Druidcraft-1.14-0.2.32.jar Druidcraft {[email protected] DONE}
- fishtraps-0.0.4.jar Fish Traps {[email protected] DONE}
- extraboats-1.2.2-1.14.4.jar Extra Boats {[email protected] DONE}
- ensorcellation-1.14.4-0.2.0b.jar Ensorcellation {[email protected] DONE}
- create-mc1.14.4_v0.1.1a.jar Create {[email protected] DONE}
- yoyos_1.14.4-2.0.0.4.jar Yoyos {[email protected] DONE}
- Waystones_1.14.4-5.1.0.jar Waystones {[email protected] DONE}
- comforts-FORGE-1.14.4-2.0-beta4.jar Comforts {[email protected] DONE}
- EnderBags-1.14.4-4.2.0.jar Ender Bags {[email protected] DONE}
- SimpleStorageNetwork-1.14.4-0.2.0.jar Simple Storage Network {[email protected] DONE}
- chunk_claim-2.8.4.jar Chunk Claim {[email protected] DONE}
- VanillaTweaks-1.14.4.1.5.12.jar VanillaTweaks {[email protected] DONE}
- DungeonCrawl-1.14.4-1.6.0.jar Dungeon Crawl {[email protected] DONE}
- betteranimalsplus-1.14.4-8.2.0.jar Better Animals Plus {[email protected] DONE}
- Craft_and_Hunt_V0.9.3_MC_1.14.4.jar Craft and Hunt {[email protected] DONE}
- BonsaiTrees-2.0.2.35.jar Bonsai Trees 2 {[email protected] DONE}
- mcjtylib-1.14-3.5.17-alpha.jar McJtyLib {[email protected] DONE}
- rftoolsbase-1.14-0.0.12-alpha.jar RFToolsBase {[email protected] DONE}
- rftoolspower-1.14-1.2.12-alpha.jar RFToolsPower {[email protected] DONE}
- rftoolsbuilder-1.14-1.2.12-alpha.jar RFToolsBuilder {[email protected] DONE}
- restrictions-1.14-1.3.10.jar Restrictions {[email protected] DONE}
- permasomnia_v1.0.0_formc1.14.4.jar Permasomnia {[email protected] DONE}
- extdiamond-1.3.jar Extended Diamond {[email protected] DONE}
- mininggadgets-1.2.3.jar Mining Gadgets {[email protected] DONE}
- swampexpansion-1.2.jar Swamp Expansion {[email protected] DONE}
- Bones-1.14.4-1.3.2.jar Bones {[email protected] DONE}
- ColossalChests-1.14.4-1.7.6.jar ColossalChests {[email protected] DONE}
- MysticalAgriculture-1.14.4-2.0.6.jar Mystical Agriculture {[email protected] DONE}
- SimpleDivingGear-3.0.4 mc 1.14.4.jar Simple Diving Gear {[email protected] mc 1.14.4 DONE}
- CraftingTweaks_1.14.4-10.2.1.jar Crafting Tweaks {[email protected] DONE}
- nm_1.14-1.0.jar Nutritious Milk {[email protected] DONE}
- extraanvils-2.5b.jar Extra Anvils {[email protected] DONE}
- rftoolsutility-1.14-1.2.14-alpha.jar RFToolsUtility {[email protected] DONE}
- woolplates-1.14.4-v1.2.1.jar Wool Pressure Plates {[email protected] DONE}
- swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {[email protected] DONE}
- playerplates-1.14.4-forge-1.1.0.jar Player Plates {[email protected] DONE}
- watercan-1.14.4-2.1.0.jar Watercan {[email protected] DONE}
- ToolBelt-1.14.4-1.12.5.jar Tool Belt {[email protected] DONE}
- titanium-1.14.4-2.2.10.jar Titanium {[email protected] DONE}
- SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 DONE}
- travel_bag-1.0.6-1.14.4.jar Travel Bag {[email protected] DONE}
- TeaAndBiscuits-1.7.jar teaandbiscuits {[email protected] DONE}
- forbidden_arcanus-1.14.4-1.5.jar Forbidden & Arcanus {[email protected] DONE}
- LargeFluidTank-14.9.1.jar FluidTank {[email protected] DONE}
- extragolems-9.0.5.jar Extra Golems {[email protected] DONE}
- SpartanShields-1.14.4-2.0.0.jar Spartan Shields {[email protected] DONE}
- Quark-r2.0-209.jar Quark {[email protected] DONE}
- FastWorkbench-1.14.4-2.1.4.jar FastWorkbench {[email protected] DONE}
- StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {[email protected] DONE}
- simplytea-2.0.4.jar Simply Tea {[email protected] DONE}
- tubesreloaded-1.14.4-1.1.1c.jar Tubes Reloaded {[email protected] DONE}
- Smoke-1.14.4-1.0.2.jar Smoke {[email protected] DONE}
- hunterillager-1.14.4-0.4.1.jar HunterIllager {[email protected] DONE}
- engineersdecor-1.14.4-1.0.18-b3.jar Engineer's Decor {[email protected] DONE}
- solcarrot-1.14.4-1.9.3.jar Spice of Life: Carrot Edition {[email protected] DONE}
- modular-routers-1.14.4-5.1.2-7.jar Modular Routers {[email protected] DONE}
- ilikewood-1.14.4-1.1.2.3.jar I Like Wood {[email protected] DONE}
- SilentGems-1.14.4-3.4.7+80.jar Silent's Gems 3 {[email protected]+80 DONE}
- CloudBoots-1.14.4-2.0.0.jar Cloud Boots {[email protected] DONE}
- mysticalwildlife-1.14.4-1.3.4.jar Mystical Wildlife {[email protected] DONE}
- refinedstorageaddons-0.5.jar Refined Storage Addons {[email protected] DONE}
- CraftingCraft_1.14.4-7.1.7.jar CraftingCraft {[email protected] DONE}
- Ma-Essentials-1.14.4-1.2.11.jar Ma Essentials {[email protected] DONE}
- SuperTools-1.6b.jar Super Tools {[email protected] DONE}
- OpenLoader-1.14.4-1.0.4.jar OpenLoader {[email protected] DONE}
- chesthopper-2.1.1.jar ChestHopper {[email protected] DONE}
- Player Count: 2 / 20; [ServerPlayerEntity['Nonsanity'/18273, l='world', x=4099.22, y=77.00, z=5560.03], ServerPlayerEntity['Ergoplato'/44231, l='world', x=3062.45, y=103.00, z=-159.55]]
- Data Packs: vanilla, mod:acceleratorcraft, mod:aiimprovements, mod:aiotbotania, mod:angelblock, mod:angelring, mod:animalnet, mod:anviltweaks, mod:appleskin, mod:aquaculture, mod:arl, mod:attained_drops, mod:attributefix, mod:backpacked, mod:bambooeverything, mod:berrybushes, mod:betteranimalsplus, mod:bettercompass, mod:bettercrates, mod:bettermuffling, mod:bettersigns, mod:betterthanmending, mod:bfs (incompatible), mod:biomesoplenty, mod:biotechnik, mod:blazeswordmod, mod:bones, mod:bookshelf, mod:botania, mod:bountifulbaubles, mod:bowinfinityfix, mod:bsc, mod:buildinggadgets, mod:bwncr, mod:caelus, mod:carrots, mod:ceilingtorch, mod:cfm, mod:charm, mod:chesthopper, mod:chunk_claim, mod:chunknogobyebye, mod:citadel, mod:clickmachine, mod:cloth-config2, mod:cloudboots, mod:cofh_core, mod:colossalchests, mod:colytra, mod:comforts, mod:compatchedstorage, mod:compressium, mod:computercraft, mod:cookingforblockheads, mod:cosmeticarmorreworked, mod:craftandhunt, mod:craftingstation, mod:crafttweaker, mod:create, mod:ctdcore, mod:cucumber, mod:curios, mod:curiouselytra, mod:curiousshulkerboxes, mod:cursedearth, mod:cyclic, mod:cyclopscore, mod:dankstorage, mod:darkutils, mod:druidcraft, mod:dungeoncrawl, mod:dwarfcoal, mod:dwmh, mod:earthmobsmod, mod:easyelytrato, mod:elevatorid, mod:embellishcraft, mod:ender_bags, mod:enderenhancement, mod:endergetic, mod:engineersdecor, mod:engineerstools, mod:enigmaticlegacy, mod:ensorcellation, mod:equipmenttooltips, mod:essentials, mod:exp_bottling, mod:exp_ore, mod:extcaves, mod:extdiamond, mod:extendedfoods, mod:extendedfurnace, mod:extlights, mod:extraanvils, mod:extraboats, mod:extrabows, mod:extradisks, mod:farlanders, mod:fastbench, mod:fastfurnace, mod:fastleafdecay, mod:feederhelmet, mod:fencejumper, mod:ferroustry, mod:fertilization, mod:findme (incompatible), mod:firefly, mod:fishtraps, mod:floocraftft, mod:flopper, mod:fluidtank, mod:flying_things, mod:forbidden_arcanus, mod:forge, mod:fpsreducer, mod:ftbbackups, mod:gates, mod:glassential, mod:globalxp, mod:glowglass, mod:gobber2, mod:golems, mod:goprone, mod:guardillagers, mod:hunterillager, mod:ilikewood, mod:industrialforegoing (incompatible), mod:infernalmobs, mod:ironchest, mod:ironjetpacks, mod:ironshulkerbox, mod:janoeo, mod:jei, mod:jeresources (incompatible), mod:jmh, mod:justenoughbeacons, mod:kleeslabs, mod:longfallboots, mod:ma-essentials, mod:mantle, mod:masonry, mod:mcfurnace, mod:mcjtylib, mod:mcwbridges, mod:mcwroofs, mod:metalbarrels, mod:midnight, mod:mininggadgets, mod:modularrouters, mod:moglowstone, mod:moredogs, mod:morpheus, mod:mysticalagriculture, mod:mysticallib, mod:mysticalwildlife, mod:mysticalworld, mod:naturescompass, mod:nethercraft, mod:nm, mod:openloader, mod:oreexcavation, mod:overloaded, mod:packingtape, mod:patchouli, mod:permasomnia, mod:pickletweaks, mod:placebo, mod:playerplates, mod:polyores, mod:portality (incompatible), mod:powder_power, mod:practicaltools, mod:progressivebosses, mod:pyramidplunder, mod:quantumstorage, mod:quark, mod:quarryplus, mod:randompatches, mod:randomthings, mod:rangedpumps, mod:recall, mod:refinedrelocation, mod:refinedstorage, mod:refinedstorageaddons, mod:resourceful_tools, mod:restrictions, mod:rftoolsbase, mod:rftoolsbuilder, mod:rftoolspower, mod:rftoolsutility, mod:rockcandy, mod:rsgauges, mod:ruins, mod:sasit, mod:sct (incompatible), mod:sea, mod:securitycraft, mod:sfm, mod:silentgear, mod:silentgems, mod:silentlib, mod:silents_mechanisms, mod:simple_trophies, mod:simpledivegear, mod:simplefarming (incompatible), mod:simplytea, mod:smoke, mod:snad, mod:solarflux, mod:solcarrot, mod:spartanshields, mod:speedyhoppers, mod:speedyladders, mod:stonechest, mod:storagedrawers, mod:storagenetwork, mod:sulfurpotassiummod, mod:supertools, mod:swingthroughgrass, mod:swordblockingcombat, mod:taffydaf, mod:teaandbiscuits, mod:theoneprobe, mod:titanium (incompatible), mod:tmechworks, mod:tombstone, mod:toolbelt, mod:torchmaster, mod:trapcraft, mod:trashslot, mod:travel_bag, mod:travellersboots, mod:trinity, mod:tubesreloaded, mod:turf, mod:turtletweaks, mod:unstabletools, mod:upgrade_aquatic, mod:usefulbackpacks, mod:uteamcore, mod:vanillafoodpantry, mod:vanillatweaks, mod:villagerhats, mod:waddles, mod:wandermaid, mod:watercan, mod:waterstrainer, mod:wellfedmod, mod:wetstone, mod:woolplates, mod:wrenchest, mod:wstweaks, mod:wyrmroost, mod:xaeroworldmap, mod:xnet, mod:yamda, mod:yoyos, mod:craftingcraft, mod:craftingtweaks, mod:bonsaitrees2, mod:fairylights, mod:libnonymous, mod:lollipop, mod:mysticalagradditions, mod:powah, mod:waystones, mod:logprot, mod:ma-enchants, mod:parachutemod, mod:swampexpansion, mod:torchslabmod
- Is Modded: Definitely; Server brand changed to 'forge'
- Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment