• 0

    posted a message on Is it possible to export a Minecraft Marketplace add-on to a .mpack file?

    You can export a map from the Marketplace.

    Posted in: Add-ons
  • 0

    posted a message on How do I unregister an already registered mod? (Crash report 1.7.10 Forge)

    This is the crash report:


    [spoiler]
    ---- Minecraft Crash Report ----
    // You should try our sister game, Minceraft!
    
    Time: 1/24/25 6:38 PM
    Description: Initializing game
    
    java.lang.IllegalArgumentException: ID is already registered: 125
    	at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:94)
    	at net.minecraft.entity.EntityList.func_75614_a(EntityList.java:108)
    	at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:251)
    	at bendonnelly1.orespiders.entity.EntityRegisterer.registerEntities(EntityRegisterer.java:76)
    	at bendonnelly1.orespiders.OreSpiders.Init(OreSpiders.java:37)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:497)
    	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
    	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:497)
    	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:497)
    	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
    	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
    	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
    	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
    	at net.minecraft.client.main.Main.main(SourceFile:148)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:497)
    	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    
    
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    
    -- Head --
    Stacktrace:
    	at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:94)
    	at net.minecraft.entity.EntityList.func_75614_a(EntityList.java:108)
    	at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:251)
    	at bendonnelly1.orespiders.entity.EntityRegisterer.registerEntities(EntityRegisterer.java:76)
    	at bendonnelly1.orespiders.OreSpiders.Init(OreSpiders.java:37)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:497)
    	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
    	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:497)
    	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:497)
    	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
    	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
    	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
    
    -- Initialization --
    Details:
    Stacktrace:
    	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
    	at net.minecraft.client.main.Main.main(SourceFile:148)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:497)
    	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    
    -- System Details --
    Details:
    	Minecraft Version: 1.7.10
    	Operating System: Windows 10 (amd64) version 10.0
    	Java Version: 1.8.0_51, Oracle Corporation
    	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    	Memory: 691207080 bytes (659 MB) / 1666187264 bytes (1589 MB) up to 3817865216 bytes (3641 MB)
    	JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m
    	AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    	FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 187 mods loaded, 187 mods active
    	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    	UCHI	mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
    	UCHI	FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar) 
    	UCHI	Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) 
    	UCHI	AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar) 
    	UCHI	modJ_StarMinerCore{0.9.7} [StarMinerCore] (minecraft.jar) 
    	UCHI	CartFixes{0.1.0} [Steve's Cart Fixes] (minecraft.jar) 
    	UCHI	CodeChickenCore{1.0.7.48} [CodeChicken Core] (minecraft.jar) 
    	UCHI	Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) 
    	UCHI	ivtoolkit{1.2.1} [IvToolkit] (minecraft.jar) 
    	UCHI	LumySkinPatch{1.0.13} [Lumy Skin Patch] (minecraft.jar) 
    	UCHI	NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar) 
    	UCHI	xaerominimap_core{1.7.10-1.0} [XaeroMinimapCore] (minecraft.jar) 
    	UCHI	xaeroworldmap_core{1.7.10-1.0} [XaeroWorldMapCore] (minecraft.jar) 
    	UCHI	<CoFH ASM>{000} [CoFH ASM] (minecraft.jar) 
    	UCHI	unimixins{0.1.19} [UniMixins] (+unimixins-all-1.7.10-0.1.19.jar) 
    	UCHI	unimixins-mixin{0.1.19} [UniMixins: Mixin (UniMix)] (+unimixins-all-1.7.10-0.1.19.jar) 
    	UCHI	unimixins-compat{0.1.19} [UniMixins: Compatibility] (+unimixins-all-1.7.10-0.1.19.jar) 
    	UCHI	mixingasm{0.3} [UniMixins: Mixingasm] (+unimixins-all-1.7.10-0.1.19.jar) 
    	UCHI	spongemixins{2.0.1} [UniMixins: SpongeMixins] (+unimixins-all-1.7.10-0.1.19.jar) 
    	UCHI	mixinbooterlegacy{1.2.1} [UniMixins: MixinBooterLegacy] (+unimixins-all-1.7.10-0.1.19.jar) 
    	UCHI	gasstation{0.5.1} [UniMixins: GasStation] (+unimixins-all-1.7.10-0.1.19.jar) 
    	UCHI	gtnhmixins{2.2.0} [UniMixins: GTNHMixins] (+unimixins-all-1.7.10-0.1.19.jar) 
    	UCHI	mixinextras{0.1.19} [UniMixins: MixinExtras] (+unimixins-all-1.7.10-0.1.19.jar) 
    	UCHI	golemtweaks{1.0} [Golem Tweaks] (1.7.10-Golem Tweaks-1.1.jar) 
    	UCHI	PhaseBlocks{4.1.0} [PhaseBlocks] (1.7.10-PhaseBlocks-4.1.0.jar) 
    	UCHI	jewelrycraft2{1.1.4} [Jewelrycraft 2] ([1.7.10] Jewelrycraft2-1.1.4-universal.jar) 
    	UCHI	simplecore{1.1.1.3} [SimpleCore API] (simplecore-1.7.10-1.1.1.3.jar) 
    	UCHI	netherrocks{1.3.0} [Netherrocks] ([1.7.10] Netherrocks v1.3.0.jar) 
    	UCHI	DamageIndicatorsMod{3.3.2} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.3.2.jar) 
    	UCHI	qwebnm_multiversepouch{v1.3.1} [Multiverse Pouch] ([1.7.10]Multiverse Pouch v1.3.1.jar) 
    	UCHI	ChickenShed{1.1.3} [Chicken Shed] ([1.7.2] ChickenShed (v1.1.3).jar) 
    	UCHI	ThinkBigCore{1.4} [§5§m===§r §e§lThink Big Core §5§m===§r] (ThinkBigCore-1.4-[1.7.10].jar) 
    	UCHI	dextersnether{1.1} [§e§k!!§6§k]]§c§kkk§4§lAd Inferos§c§kkk§6§k]]§e§k!!] (Ad Inferos-1.1-[1.7.10].jar) 
    	UCHI	CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar) 
    	UCHI	BuildCraft|Core{7.1.25} [BuildCraft] (buildcraft-7.1.25.jar) 
    	UCHI	BuildCraft|Silicon{7.1.25} [BC Silicon] (buildcraft-7.1.25.jar) 
    	UCHI	BuildCraft|Transport{7.1.25} [BC Transport] (buildcraft-7.1.25.jar) 
    	UCHI	BuildCraft|Factory{7.1.25} [BC Factory] (buildcraft-7.1.25.jar) 
    	UCHI	additionalpipes{4.7.7} [Additional Pipes] (additionalpipes-4.7.7.jar) 
    	UCHI	lightsabers{1.2.2} [Advanced Lightsabers Mod] (AdvancedLightsabers-1.7.10-1.2.2.jar) 
    	UCHI	libVulpes{0.2.8.-37} [libVulpes] (LibVulpes-1.7.10-0.2.8-37-universal.jar) 
    	UCHI	advancedRocketry{1.0.19b} [Advanced Rocketry] (AdvancedRocketry-1.7.10-1.0.19b.jar) 
    	UCHI	Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) 
    	UCHI	adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8c.jar) 
    	UCHI	AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) 
    	UCHI	modJ_StarMiner{0.9.7} [Starminer Mod] (Anti-Gravity-Mod-1.7.10.jar) 
    	UCHI	Aquaculture{1.2.6} [Aquaculture] (Aquaculture-1.7.10-1.2.6.21.jar) 
    	UCHI	BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar) 
    	UCHI	ATOP{1.2} [ATOP] (ATOP-1.7.10-v.1.2.jar) 
    	UCHI	iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar) 
    	UCHI	Grinder{4.0.0} [Grinder] (AttachableGrinder-4.0.0.jar) 
    	UCHI	atum{0.6} [Atum] (Atum-1.7.10-0.6.77.jar) 
    	UCHI	bis{3.1.6} [Back in Slime Mod] (Back In Slime-1.7.10-3.1.6.jar) 
    	UCHI	tennox_bacteria{2.3.2} [Bacteria Mod] (BacteriaMod-1.7.10-2.3.2.jar) 
    	UCHI	barrierblock{0.1} [Barrier Block] (BarrierBlock-1.7.10-0.3.jar) 
    	UCHI	BattleTowers{1.5.1} [Battle Towers] (BattleTowers-1.7.10.jar) 
    	UCHI	BetterAchievements{0.1.0} [Better Achievements] (BetterAchievements-1.7.10-0.1.0.jar) 
    	UCHI	betterplacement{MC1.7.10-1.0.0-1} [Better Placement] (BetterPlacement-MC1.7.10-1.0.0-1.jar) 
    	UCHI	betterquesting{3.0.328} [Better Questing] (BetterQuesting-3.0.328.jar) 
    	UCHI	bettersugarcane{2.0a} [Better Sugar Cane] (bettersugarcane--1.7.10-2.0a.jar) 
    	UCHI	biggerpacketsplz{1.2} [Bigger Packets, please !] (biggerpacketsplz-upto1.7.10-1.2.jar) 
    	UCHI	biomeidextender{1.0a} [Biome ID Extender] (Biome_ID_Extender_1.7.10-1.0a.jar) 
    	UCHI	boilerplate{6.3.0.81} [Boilerplate] (boilerplate-1.7.10-6.3.0.81-universal.jar) 
    	UCHI	BuildCraft|Builders{7.1.25} [BC Builders] (buildcraft-7.1.25.jar) 
    	UCHI	BuildCraft|Robotics{7.1.25} [BC Robotics] (buildcraft-7.1.25.jar) 
    	UCHI	BuildCraft|Energy{7.1.25} [BC Energy] (buildcraft-7.1.25.jar) 
    	UCHI	BuildCraft|Compat{7.1.8} [BuildCraft Compat] (buildcraft-compat-7.1.8.jar) 
    	UCHI	eureka{3.0.2} [Eureka] (Eureka-1.7.10-3.0.2.jar) 
    	UCHI	bcadditions{2.2.5} [BuildCraft Additions] (BuildcraftAdditions-1.7.10-2.2.5.jar) 
    	UCHI	CakeIsALie{4.04} [CakeIsALie] (CakeIsALie-1.7.10-4.04.jar) 
    	UCHI	campfirebackport{1.7.10-1.11.3} [Campfire Backport] (campfirebackport-1.7.10-1.11.3.jar) 
    	UCHI	candycraftmod{Beta 1.3} [CandyCraft] (CandyCraft-1.3.jar) 
    	UCHI	CarpentersBlocks{3.3.8.2} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.2 - MC 1.7.10.jar) 
    	UCHI	cosmeticarmorreworked{1.7.10-v7} [CosmeticArmorReworked] (CosmeticArmorReworked-1.7.10-v7.jar) 
    	UCHI	craftingslabs{1.7.10-1.2.0} [CraftingSlabs] (CraftingSlabs-1.7.10-1.2.0.jar) 
    	UCHI	craftingtweaks{1.0.88} [Crafting Tweaks] (craftingtweaks-mc1.7.10-1.0.88.jar) 
    	UCHI	MineTweaker3{3.1.0} [MineTweaker 3] (CraftTweaker-1.7.10-3.1.0-legacy.jar) 
    	UCHI	creeperspidermod{v1.2} [Creeper-Spider Mod] (Creeper-Spider Mod-v1.2-1.7.10.jar) 
    	UCHI	bloodyenchanting{1.0} [Bloody Enchanting] (cursedenchanting-1.0.jar) 
    	UCHI	lootablebodies{1.3.7} [DrCyano's Lootable Bodies] (CyanosLootableBodies-1.7.10-backport_1.3.7.jar) 
    	UCHI	damagetilt{0.1.0} [Damage Tilt] (DamageTilt-1.7.10-0.1.0.jar) 
    	UCHI	defaultkeys{1.0.28} [Default Keyconfig] (defaultkeys-mc1.7.10-1.0.28.jar) 
    	UCHI	difficultylocker{RELEASE-1.2.2} [Difficulty Locker] (Difficulty Locker-1.7.10-RELEASE-1.2.2.jar) 
    	UCHI	dimdoors{2.2.5-test9} [Dimensional Doors] (DimensionalDoors-2.2.5-test9.jar) 
    	UCHI	dldungeonsjdg{1.11.0.1} [Doomlike Dungeons] (DoomlikeDungeons-1.11.0.1-MC1.7.10.jar) 
    	UCHI	Doors{4.0.1} [Doors] (Doors-4.0.1.jar) 
    	UCHI	ears{1.4.5_01} [Ears] (ears-forge-1.7-1.4.5_01.jar) 
    	UCHI	EasyBooks{0.3.0} [Easy Books Mod] (easybooks-0.3.0.jar) 
    	UCHI	easyconfigbutton{1.7.10-1.0} [EasyConfigButton] (EasyConfigButton-1.0.jar) 
    	UCHI	elementalcreepers{4.3.0} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.3.0.jar) 
    	UCHI	eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) 
    	UCHI	eide{1.0a} [Enchantment ID Extender] (EnchantmentIDExtender-1.0a.jar) 
    	UCHI	endercore{1.7.10-0.2.0.40_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.40_beta.jar) 
    	UCHI	EnderIO{1.7.10-2.3.0.430_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.430_beta.jar) 
    	UCHI	enderspawn{1.0.0} [Ender Spawn] (enderspawn-1.7.10-1.0.jar) 
    	UCHI	golems{1.20} [Extra Golems] (Extra-Golems[1.7.10]-1.20.jar) 
    	UCHI	ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) 
    	UCHI	fastflyblockbreaking{MC1.7.10-1.1} [FastFlyBlockBreaking] (fastflyblockbreaking-MC1.7.10-1.1.jar) 
    	UCHI	fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar) 
    	UCHI	FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar) 
    	UCHI	Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar) 
    	UCHI	GalacticraftCore{3.0.12} [Galacticraft Core] (Galacticraft-1.7-3.0.12.504.jar) 
    	UCHI	GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-1.7-3.0.12.504.jar) 
    	UCHI	ModGeochests{1.2.3} [§aGeochests] (geochests-1.7.10-v1.2.3.jar) 
    	UCHI	getoffmytardis{1.0} [Get Off My Tardis] (getoffmytardis-1.1.jar) 
    	UCHI	GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.2.7.jar) 
    	UCHI	HardcoreEnderExpansion{1.8.6} [Hardcore Ender Expansion] (HardcoreEnderExpansion  MC-1.7.10  v1.8.6.jar) 
    	UCHI	HardcoreRevival{1.0.14} [Hardcore Revival] (HardcoreRevival-mc1.7.10-1.0.14.jar) 
    	UCHI	amulet{r1.0-1} [amulet] (HealthAmulet r1.0-1.jar) 
    	UCHI	HelpFixer{1.0.7} [HelpFixer] (HelpFixer-1.0.7.jar) 
    	UCHI	HydrophobicSkeletons{0.1} [Hydrophobic Skeletons] (HydrophobicSkeletons-1.7-1.0.jar) 
    	UCHI	erebus{0.4.7} [Erebus] (TheErebus-0.4.7.jar) 
    	UCHI	TIcarus{@VERSION@} [Icarus] (Icarus-1.0.6-hotfix.jar) 
    	UCHI	InfernalMobs{1.6.0} [Infernal Mobs] (InfernalMobs-1.7.10.jar) 
    	UCHI	IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) 
    	UCHI	ironfurnaces{1.2.4} [Iron Furnaces] (ironfurnaces-1.2.4R.jar) 
    	UCHI	kleeslabs{1.0} [KleeSlabs] (kleeslabs-mc1.7.10-1.2.9.jar) 
    	UCHI	lasermod{v1.2.0a} [Laser Mod] (LaserMod-1.7.10-v1.2.0a-universal.jar) 
    	UCHI	lava_melon{1.0} [Lava Melon] (Lava Melon-1.7.10-1.0.jar) 
    	UCHI	liquidenchanting{1.7.10_v1} [Liquid Enchanting] (liquidenchanting-1.7.10_v1.jar) 
    	UCHI	lpb{1.0} [Loading Progress Bar] (Loading-Progress-Bar-v1.0-mc1.7.10.jar) 
    	UCHI	locks{1.0.0} [Locks] (Locks-1.0.0.jar) 
    	UCHI	lotr{Update v36.15 for Minecraft 1.7.10} [The Lord of the Rings Mod] (LOTRMod v36.15.jar) 
    	UCHI	lucky{5.1.0} [Lucky Block] (lucky-block-forge-1.7.10-1.0.jar) 
    	UCHI	magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5.jar) 
    	UCHI	magmaox{1.0} [Magmaox] (Magmaox 1.0 Version 1.7.10.jar) 
    	UCHI	RadixCore{2.1.3} [RadixCore] (RadixCore-1.7.10-2.1.3-universal.jar) 
    	UCHI	MCA{1.7.10-5.2.2} [Minecraft Comes Alive] (MCA-1.7.10-5.2.2-universal.jar) 
    	UCHI	melvmod{1.0} [Melvin's Obsidian Mod] (melvmod-1.0.jar) 
    	UCHI	MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) 
    	UCHI	Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar) 
    	UCHI	meteors{2.14.3} [Falling Meteors] (meteors-1.7.10-2.14.3.jar) 
    	UCHI	testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.7.10-1.9.jar) 
    	UCHI	moglowstone{1.0.2} [Mo' Glowstone] (Mo-Glowstone-1.7.10-1.0.2.jar) 
    	UCHI	moarcarts{1.2.4-null} [MoarCarts] (moarcarts-1.7.10-1.2.4-11.jar) 
    	UCHI	mobcages{1.1} [MobCages] (mobcages-1.7.10-1.2.jar) 
    	UCHI	mobrebirth{7.0.2} [Mob Rebirth] (MobRebirth-Forge-1.7.10-7.0.2.jar) 
    	UCHI	Morph{0.9.3} [Morph] (Morph-Beta-0.9.3.jar) 
    	UCHI	Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar) 
    	UCHI	cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar) 
    	UCHI	MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar) 
    	UCHI	Mystcraft{0.12.3.04} [Mystcraft] (mystcraft-1.7.10-0.12.3.04.jar) 
    	UCHI	naturescompass{1.3.1} [Nature's Compass] (NaturesCompass-1.7.10-1.3.1.jar) 
    	UCHI	neodymium{0.4.3-unofficial} [Neodymium Unofficial] (neodymium-mc1.7.10-0.4.3-unofficial.jar) 
    	UCHI	NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar) 
    	UCHI	nevermine{Tslat-1.1.2} [Advent of Ascension] (Nevermine-Tslat-1.1.2.jar) 
    	UCHI	aoa_exp_skill{1.1.0} [Nevermine Exp-Skill] (Nevermine Exp-Skill-1.1.0.jar) 
    	UCHI	nocoord{1.0.0} [No Coords] (NoCoord-1.0.0.jar) 
    	UCHI	nmsot{1.2.0-mc1.7.10} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.2.0-mc1.7.10.jar) 
    	UCHI	recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict-1.7.10-0.3.2.jar) 
    	UCHI	notenoughIDs{1.4.3.4} [NotEnoughIDs] (NotEnoughIDs-1.4.3.4.jar) 
    	UCHI	notenoughkeys{@MOD_VERSION@} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar) 
    	UCHI	obscore{1.4.1} [ObsCore] (obscore-1.4.1_mc1.7.10.jar) 
    	UCHI	obsaoa{1.0.0} [ObsAoA] (obsaoa-1.0.0_mc1.7.10.jar) 
    	UCHI	ObsidianBoat{v1.3.2} [Obsidian Boat] (ObsidianBoat-1.7.10-1.3.2.jar) 
    	UCHE	orespiders{1.3} [Ore Spiders] (Ore Spiders V1.2.1 For MC 1.7.10.jar) 
    	UCHI	origin{8.0.3} [Origin] (Origin-1.7.10-8.0.3.jar) 
    	UCHI	addonscrewdriver{1.0.0} [OriginAddonScrewdriver] (Origin-1.7.10-8.0.3.jar) 
    	UCHI	pandorasbox{2.0.1} [Pandora's Box] (PandorasBox-2.1.jar) 
    	UCHI	parallelworld{1.0.8} [Parallel World] (ParallelWorld.jar) 
    	UCHI	pluto{1.7.2b1} [Pluto] (PlutoBeta2For1.7.2.zip) 
    	UCHI	Prayers{MC1.7.10-0.2.0} [Minecraft Prayers] (Prayers-MC1.7.10-0.2.0.jar) 
    	UCHI	realisticbrewingstand{1.3.0} [Realistic Brewing Stand] (realisticbrewingstand-1.3.0.jar) 
    	UCHI	reccomplex{0.9.7.1.1} [Recurrent Complex] (RecurrentComplex-0.9.7.1.1.jar) 
    	UCHI	ripm{1.7.10-3.4} [ripm] (Recycle Items Plus Mod-1.7.10-3.4.zip) 
    	UCHI	RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar) 
    	UCHI	sacrifice_heph{1.0.1} [Sacrifice to Hephaestus] (sacrfice_heph-1.0.1.jar) 
    	UCHI	secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar) 
    	UCHI	simplystone{01.00.00} [Simply Stone] (simplystone-01.00.00.jar) 
    	UCHI	snad{1.7.10-1.6.01.31a} [Snad] (Snad-1.7.10-1.6.01.31a.jar) 
    	UCHI	soulsandstone{1.3} [Soul Sandstone] (soulsandstone_1.7.10.v1.3.jar) 
    	UCHI	soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar) 
    	UCHI	bq_standard{3.0.181} [Standard Expansion] (StandardExpansion-3.0.181.jar) 
    	UCHI	StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar) 
    	UCHI	Sync{4.0.1} [Sync] (Sync-4.0.1.jar) 
    	UCHI	kitchen{1.3.23} [The Kitchen Mod] (TheKitchenMod-1.3.23-1.7.2-10.jar) 
    	UCHI	Torched{4.0.0} [Torched] (Torched-4.0.0.jar) 
    	UCHI	TwilightForest{2.4.3} [The Twilight Forest] (TwilightForest-2.4.3.jar) 
    	UCHI	VillagersNose{1.3a} [Villager's Nose] (VillagersNose-1.7.10-1.3c.jar) 
    	UCHI	w_angels{1.0} [Weeping Angels] (WeepingAngels[1.7.10]-1.01.jar) 
    	UCHI	wildnetherwart{2.1} [Wild Netherwart] (wild_netherwart-1.7.10-v2.1.jar) 
    	UCHI	wildmobsmod{1.5.3} [Wild Mobs] (WildMobs-1.7.10-1.5.3.jar) 
    	UCHI	zwitherring{e^Ï€i} [WitherRing] (WitherRing.jar) 
    	UCHI	wolfarmor{1.3.0} [Wolf Armor and Storage] (wolfarmor-1.3.0.1.jar) 
    	UCHI	woolmod{1.7.10-1.0} [MultiWool] (woolmod-1.7.10-2.1.jar) 
    	UCHI	XaeroMinimap{21.10.44} [Xaero's Minimap] (Xaeros_Minimap_21.10.44_Forge_1.7.10.jar) 
    	UCHI	XaeroWorldMap{1.14.1.33} [Xaero's World Map] (XaerosWorldMap_1.14.1.33_Forge_1.7.10.jar) 
    	GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 31.0.101.2111' Renderer: 'Intel(R) HD Graphics 530'
    	CoFHCore: -[1.7.10]3.1.4-329
    	Mantle Environment: Environment healthy.
    	NetherOres: -[1.7.10]2.3.1-22
    	EnderIO: Found the following problem(s) with your installation:
                      * The RF API that is being used (1.7.10R1.3.1 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.13B1 from extrautilities-1.2.12.jar).
                        It is a supported version, but that difference may lead to problems.
                     This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
    	Mixins in Stacktrace: 
    		cpw.mods.fml.common.LoadController:
    			mixins.gtnhmixins.json:LateMixinOrchestrationMixin from mod (unknown)
    			mixin.mixinbooterlegacy.json:LoadControllerMixin from mod (unknown)
    	Launched Version: forge-10.13.4.1614
    	LWJGL: 2.9.1
    	OpenGL: Intel(R) HD Graphics 530 GL version 4.6.0 - Build 31.0.101.2111, Intel
    	GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.
    
    	Is Modded: Definitely; Client brand changed to 'fml,forge'
    	Type: Client (map_client.txt)
    	Resource Packs: [HEE Music v1.0.zip, NoMorePumpkinBlur-1.6.1-1.8.9.zip]
    	Current Language: English (UK)
    	Profiler Position: N/A (disabled)
    	Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    	Anisotropic Filtering: Off (1)
    [/spoiler]


    Posted in: Java Edition Support
  • 0

    posted a message on How do I unregister an already registered mod? (Crash report 1.7.10 Forge)

    So, my mods have started crashing. They were working perfectly fine, and then I decided to clean up all the biome ID conflicts. I did that and suddenly Ore Spiders was doing a crash, which said that an entity was already registered. I looked at the class file and it was looking for a unique entity ID, which has somehow moved due to the ID conflict cleanup. So, how do I unregister an already registered mod? For example, can I delete the mod entity registry so it'll regrow when I next open the game. I basically want that one mod to have new IDs but I can't do that manually because there's no config. And the crash is because it's already been in the system as the unique ID that it originally found years ago. I have disabled the Ore Spiders in the meanwhile and the game is functioning. But not having them will cause issues in my currently active world, as they are the key way for me to get coal because I have no coal in my local area.

    Posted in: Java Edition Support
  • 0

    posted a message on Is the Potato Update able to be completed within its own dimension?

    You need to enable snapshots to see them.

    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on New

    Which version is the Minecraft?

    Posted in: Discussion
  • 0

    posted a message on a lost minecraft version?

    I hate that place too.

    Posted in: Discussion
  • 0

    posted a message on Quick Question about World packs in the Bedrock Marketplace

    There are. The Travelling Trader is a free one, last I recall.

    Posted in: Add-ons
  • 1

    posted a message on Which is your favorite Minecraft version?

    I like the April Fools updates if we're talking vanilla. They do have server jars, by the way.

    Posted in: Discussion
  • 0

    posted a message on Blast from the past

    EVERYONE PLAY COBALT. IT'S GOOD AND IT'S ON STEAM.

    Posted in: General Off Topic
  • 1

    posted a message on Thoughts on the new snapshot features? (1.21 / Bat texture update)

    I know, don't get me started. I agree about Classic. I've started limiting my Java worlds manually to 864 by 864 just because I miss it.

    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on My 20w14infinite server. Please join.

    Ah, completely forgot. Sure, I'll turn it on. The base is pre-done. It's got a chest. Crafting table is to share. No portal yet, sorry. Tell me when you've got the buckets and I'll try to hop on.

    Posted in: PC Servers
  • 0

    posted a message on Thoughts on the new snapshot features? (1.21 / Bat texture update)

    See, that's the thing. I know a lot of Bedrocks's bugs exist. Like the "standing on top of chests and taking damage" one (or was this fixed?). Or the random death by fall damage (I wonder how much this one is down to desyncing/lag and might not show up on better hardware?). But Java has a ton of issues, no where near as many or at least as bad of ones mind you, and for the most part I never see them either. So I know they exist but I'm wondering if I'd run into many of them or not.

    I imagine it's the behavioral things like no pause and other things I prefer Java for that will make me think less of it, but the bugs? I'm honestly wondering if it would be as much of a party as it's advertised to be, haha.




    Yeah, the bugs aren't as common as you think. Depends. Last time I Bedrocked, there were no bugs, they'd just added recipe unlocking (So I had to reunlock all the recipes for the stuff I had on me, which I couldn't because I died and my stuff despawned.) and gotten rid of the cobweb to string recipe.


    This was annoying because I had many cobwebs on my person and had to convert them manually, instead of crafting them into 9 string like you used to be able to do. You can crawl now though. And snapshots are built in-game too, as I said. And placing in front of you is a thing, of course. You even have commands.


    Bedrock wasn't designed for me, anyway. Literally, it's Pocket Edition with concessions to Java users, and console support. You'll do great.


    I might be feeling a bit disillusioned right now. My 1.7.10 modded base just turned upside down and that's not intentionally from any mod. It's just a really overly specific bug.




    Bedrock's great. Remembers my Sonic The Hedgehog skin before it knows I'm signed in, so I can't look at my worlds for a bit and get to admire Sonic instead.

    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Thoughts on the new snapshot features? (1.21 / Bat texture update)
    Quote from chaptmc»

    I mean if you like the chance of groups of upto five Endermen Aggroing you in the End for Ender Pearling to an island without looking at them (or hitting them with the Ender Pearl) which AGTRigorMortis seen happen first hand to me, having some unknown force push you back when landing on a block from Ender Pearling in the End, or Chorus Fruit just not teleporting you back onto an island when falling, I guess?


    The better bugs in Bedrock as examples are the seeds that have four or more structures mashed together, Mob AI from time to time partially or completely breaking, and Blaze Fireballs going backwards at a walking level Speed XD.


    Don't forget falling through the world and that "infinitely standing still after dying because the respawn area didn't reload and sort of thinks you might be on a partial block" glitch.
    Quote from chaptmc»


    If I was only allowed three Mending I books, Fishing Rod, Netherite Silk Touch Pick, and Loyalty III-Channeling I Trident would be the three to get it XD. Fishing Rod for relaxing and food, Netherite Silk Touch Pick for Silk Touching Ores, and the Trident for a Solid Ranged Weapon. Man, I wish Current Gen Bedrock could have Console Legacy Generation again, miss the limited world size and smaller biomes. I have my five Console Legacy Xbox 360 Worlds on Bedrock (From TU 9, TU 11, TU 14, TU 42, and TU 43) as well as a whole bunch of world templates (From TU 9, TU 11, TU 14, TU 22, and TU 73 as well as all the Tutorial Worlds) as they are nice to have.


    I miss limited size worlds so much. Remember the Old world type on Bedrock?

    Posted in: Recent Updates and Snapshots
  • 1

    posted a message on Thoughts on the new snapshot features? (1.21 / Bat texture update)

    Exactly. Balance. People don't want to put the work in. And there are no Creative videos anymore, so newer people might just only know Survival (Bedrock has no Hardcore) and Spectator. (I don't know.)

    Everyone really loves Mending, don't they? I just want three (I'm fine with just the fishing rod though), and even then it's just because I'm planning on moving my Xbox 360 world to Bedrock / Java and I feel peer pressured.

    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Thoughts on the new snapshot features? (1.21 / Bat texture update)


    This just makes me want to try Bedrock more. Am I asking for it at this point?



    No, I recommend Bedrock sometimes. You should do it. Also, the fish come in three sizes and drop bones in the biggest size. And turn unlockable recipes off if you don't know the recipes already.


    Also, snapshots are built into the game with the 1.21 toggle. And you need a Microsoft account for multiplayer and achievements. And the achievements come with free emotes and hats. And you might have a cape already.

    Posted in: Recent Updates and Snapshots
  • To post a comment, please .