Macrochasm.net is a server that brings up those memories of old Minecraft.
It has seen nearly all MC versions, from Indev to Alpha and Beta. As such the unlimited world features beautiful terrain generation of old, all around spawn. Mountains, waterfalls and the winter mode Alpha world. Come and see!
I didn't want to get into this, but I was linked this thread once again, so here I am. I didn't want to give any of you a hard time (but honestly, do you care what a random idiot says on an Internet forum?)
First, none of your 4 e-mails (8 in my case, each for Minecraft and Gamepedia) stated that any data would be erased. Just that one would lose access to his account. The titles were also great: "❗FINAL NOTICE: Consent Required for Uninterrupted Service❗"
Any person would care about his account, but not your "service interruptions". I myself didn't do anything until the very last e-mail. Was it so hard to mention an account transfer in the subject field?
1/3rd of a healthy forum just vanished over night - Yahoo would have be proud of such effort, they have a long history of closing down and deleting everything left and right. Nobody could have thought it would only take 3-4 weeks, since acquisition became public, to finish the "transfer". The admins did a good job. (hm... probably without sarcasm this time)
(1) ‘personal data’ means any information relating to an identified or identifiable natural person (‘data subject’); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifieror to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person;
(2) ‘processing’ means any operation or set of operations which is performed on personal data or on sets of personal data, whether or not by automated means, such as collection, recording, organisation, structuring, storage, adaptation or alteration, retrieval, consultation, use, disclosure by transmission, dissemination or otherwise making available, alignment or combination, restriction, erasure or destruction;
(23) ‘cross-border processing’ means either:
(a) processing of personal data which takes place in the context of the activities of establishments in more than one Member State of a controller or processor in the Union where the controller or processor is established in more than one Member State; or
(b) processing of personal data which takes place in the context of the activities of a single establishment of a controller or processor in the Union but which substantially affects or is likely to substantially affect data subjects in more than one Member State.
If the public forum posts were personal data, every page hit outside the EU would have been a violation of GDPR. Backups in different Data Centres would also be a violation of 23a. to my understanding.
By the way, what did Steam do to profiles when they updated for GDPR? They introduced more privacy settings to profiles, and DEFAULTED the new "my game list" option to FRIENDS-ONLY, so it wouldn't be public by default for anyone.
A neat side-effect was that they locked out SteamSpy with that move.
What makes me actually sad, is that no one cared enough to escalate/communicate it earlier to try and avoid it.
I only hope that you'll figure it out and restore the published content. 42nd post. I'm out.
Following the instructions, I figured myself out it's the zn.class for 1.0 release version, qn.class for 1.1 (it contains n == -9999 comparison and public void c() structure is the same). I worked with "Bytecode Viewer 2.9.11" - awesome tool.
You need to change 3 places in total
The first this.i occurence was --this.i; return; which I changed to this.i=0;
Then the second one was simply this.i=5; -> made 0
Last occurence before final return was also changed to Zero.
All in all, this gives a +33% mining boost (tested with 18 cbble).
The tricky part is to feed the modified .jar to the launcher:
0) Copy %appdata%/minecraft/versions/1.0 folder and name it e.g. "1.0-clickfix"
1) Replace the zn.class inside the Jar
2) Delete META-INF folder inside Jar
3) Rename 1.0.jar and 1.0.json to "1.0-clickfix" jar/json
4) Open this .json and rename "id": to 1.0-clickfix
5) and remove the "downloads: { ..... }" section at the bottom, otherwise the launcher WILL REDOWNLOAD VANILLA FILE
6) Open %appdata%\.minecraft\launcher_profiles.json and add a new profile to 1.0-clickfix, based on your 1.0 profile:
p class="">"1.0-manualclickfix": {
"name": "1.0-manualclickfix",
"lastVersionId": "1.0-manualclickfix",
"javaArgs": "-Xmx500M -XX:+UseAdaptiveSizePolicy",
"launcherVisibilityOnGameClose": "keep the launcher open"
},
7) Should be done now. If the .jar isnt rewritten by the launcher you should see a noticable boost in mining speed.
If you create Click Mining Fixes for older versions, give them to me, I will upload them to a collective folder (Internet being internet purged all old versions of this mod)
The wiki page about Electric Furnace suggests that the input slot for items to melt is the top side, but it's not working. Here's a short video I recorded:
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 10.06.14 00:46
Description: Updating screen events
java.lang.NullPointerException: Updating screen events
at codechicken.nei.FastTransferManager.throwAll(FastTransferManager.java:330)
at codechicken.nei.NEIController.handleSlotClick(NEIController.java:148)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:464)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:578)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:299)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:256)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1577)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:914)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:833)
at net.minecraft.client.main.Main.main(SourceFile:103)
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.minecraft.launchwrapper.Launch.launch(Launch.java:134)
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 codechicken.nei.FastTransferManager.throwAll(FastTransferManager.java:330)
at codechicken.nei.NEIController.handleSlotClick(NEIController.java:148)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:464)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:578)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:299)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:256)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiCrafting
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['VADemon'/231258, l='MpServer', x=38,56, y=238,62, z=-22,85]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-312,11,1215), Chunk: (at 8,0,15 in -20,75; contains blocks -320,0,1200 to -305,255,1215), Region: (-1,2; contains chunks -32,64 to -1,95, blocks -512,0,1024 to -1,255,1535)
Level time: 113815167 game time, 114259349 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 16 total; [EntityClientPlayerMP['VADemon'/231258, l='MpServer', x=38,56, y=238,62, z=-22,85], EntityMinecartEmpty['entity.MinecartRideable.name'/231300, l='MpServer', x=-13,50, y=214,34, z=-20,53], EntityMinecartEmpty['entity.MinecartRideable.name'/231301, l='MpServer', x=-13,53, y=225,34, z=-20,53], EntityMinecartEmpty['entity.MinecartRideable.name'/231302, l='MpServer', x=-13,53, y=228,34, z=-20,50], EntityMinecartEmpty['entity.MinecartRideable.name'/231303, l='MpServer', x=-13,53, y=232,34, z=-20,50], EntityMinecartEmpty['entity.MinecartRideable.name'/231296, l='MpServer', x=-13,50, y=207,34, z=-20,53], EntityMinecartEmpty['entity.MinecartRideable.name'/231297, l='MpServer', x=-13,50, y=211,34, z=-20,53], EntityMinecartEmpty['entity.MinecartRideable.name'/231396, l='MpServer', x=82,25, y=240,50, z=25,50], EntityMinecartEmpty['entity.MinecartRideable.name'/231298, l='MpServer', x=-13,50, y=218,34, z=-20,53], EntityMinecartEmpty['entity.MinecartRideable.name'/231299, l='MpServer', x=-13,53, y=221,34, z=-20,53], EntityWaypointContainer['unknown'/19, l='MpServer', x=0,00, y=0,00, z=0,00], EntityMinecartEmpty['entity.MinecartRideable.name'/231294, l='MpServer', x=-13,50, y=200,34, z=-20,53], EntityMinecartEmpty['entity.MinecartRideable.name'/231295, l='MpServer', x=-13,50, y=204,34, z=-20,53], EntitySnowman['Snow Golem'/231262, l='MpServer', x=63,78, y=233,00, z=-12,78], EntityMinecartEmpty['entity.MinecartRideable.name'/231292, l='MpServer', x=-13,53, y=193,34, z=-20,50], EntityMinecartEmpty['entity.MinecartRideable.name'/231293, l='MpServer', x=-13,50, y=197,34, z=-20,53]]
Retry entities: 0 total; []
Server brand: Spigot
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:368)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2380)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:855)
at net.minecraft.client.main.Main.main(SourceFile:103)
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.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows
Java Version: 1.7.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 236888992 bytes (225 MB) / 419430400 bytes (400 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 6248 (349888 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.01-pre FML v7.2.156.1060 Minecraft Forge 10.12.1.1060 8 mods loaded, 8 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{7.2.156.1060} [Forge Mod Loader] (forge-1.7.2-10.12.1.1060.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{10.12.1.1060} [Minecraft Forge] (forge-1.7.2-10.12.1.1060.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CodeChickenCore{1.0.0} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NotEnoughItems{1.0.1} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.1-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
inventorytweaks{1.57-116} [Inventory Tweaks] (InventoryTweaks-1.57-116.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Waila{1.5.2_1.7.2} [Waila] (Waila-1.5.2a_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Launched Version: 1.7.2-Forge10.12.1.1060
LWJGL: 2.9.0
OpenGL: GeForce GTX /PCIe/SSE2 GL version 9000, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [faithful32pack_1.7.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 505 (28280 bytes; 0 MB) allocated, 35 (1960 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
In the video: Red = LMB, Blue = RMB
How to reproduce:
Place one stack of items in the crafting grid, release LMB. Now you should have 1 item at your cursor. Press SHIFT, click and hold LeftMouseButton going from top to the middle slot, when you're pointing at the middle slot release the LMB >> Crash
I find the "unGUI" idea very good and intuitive. Not sure though whether changing smelting mechanics should be a part of this mod.
("intself" - programmer's typo and the github link has one "https://" too much)
0
Server updated to 1.5.2 a while back
0
If your Minecraft doesn't start with the launcher, try this:
IP is Macrochasm.net
Discord for help: https://discord.gg/3nEaCjU
0
Macrochasm.net is a server that brings up those memories of old Minecraft.
It has seen nearly all MC versions, from Indev to Alpha and Beta. As such the unlimited world features beautiful terrain generation of old, all around spawn. Mountains, waterfalls and the winter mode Alpha world. Come and see!
Join: macrochasm.net (release 1.5.2)
Web1.0 homepage: https://macrochasm.net/
1.5.2 is quite old and if you have problems joining/launching Minecraft, we'll help: https://discord.gg/3nEaCjU
0
@GunterDW: https://i.imgur.com/2YyDftF.png
[email protected]
0
personal data. as I underlined in my previous post.
4
I didn't want to get into this, but I was linked this thread once again, so here I am. I didn't want to give any of you a hard time (but honestly, do you care what a random idiot says on an Internet forum?)
First, none of your 4 e-mails (8 in my case, each for Minecraft and Gamepedia) stated that any data would be erased. Just that one would lose access to his account. The titles were also great: "❗FINAL NOTICE: Consent Required for Uninterrupted Service❗"
Any person would care about his account, but not your "service interruptions". I myself didn't do anything until the very last e-mail. Was it so hard to mention an account transfer in the subject field?
1/3rd of a healthy forum just vanished over night - Yahoo would have be proud of such effort, they have a long history of closing down and deleting everything left and right. Nobody could have thought it would only take 3-4 weeks, since acquisition became public, to finish the "transfer". The admins did a good job. (hm... probably without sarcasm this time)
https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:32016R0679
If the public forum posts were personal data, every page hit outside the EU would have been a violation of GDPR. Backups in different Data Centres would also be a violation of 23a. to my understanding.
By the way, what did Steam do to profiles when they updated for GDPR? They introduced more privacy settings to profiles, and DEFAULTED the new "my game list" option to FRIENDS-ONLY, so it wouldn't be public by default for anyone.
A neat side-effect was that they locked out SteamSpy with that move.
What makes me actually sad, is that no one cared enough to escalate/communicate it earlier to try and avoid it.
I only hope that you'll figure it out and restore the published content.
42nd post. I'm out.
0
I fiddled with Minecraft 1.0 RELEASE (yes!), 1.1 added: http://www.mediafire.com/folder/6ju60ilnxv81o/ClickMiningFix
Following the instructions, I figured myself out it's the zn.class for 1.0 release version, qn.class for 1.1 (it contains n == -9999 comparison and public void c() structure is the same). I worked with "Bytecode Viewer 2.9.11" - awesome tool.
You need to change 3 places in total
The first this.i occurence was --this.i; return; which I changed to this.i=0;
Then the second one was simply this.i=5; -> made 0
Last occurence before final return was also changed to Zero.
All in all, this gives a +33% mining boost (tested with 18 cbble).
The tricky part is to feed the modified .jar to the launcher:
0) Copy %appdata%/minecraft/versions/1.0 folder and name it e.g. "1.0-clickfix"
1) Replace the zn.class inside the Jar
2) Delete META-INF folder inside Jar
3) Rename 1.0.jar and 1.0.json to "1.0-clickfix" jar/json
4) Open this .json and rename "id": to 1.0-clickfix
5) and remove the "downloads: { ..... }" section at the bottom, otherwise the launcher WILL REDOWNLOAD VANILLA FILE
6) Open %appdata%\.minecraft\launcher_profiles.json and add a new profile to 1.0-clickfix, based on your 1.0 profile:
7) Should be done now. If the .jar isnt rewritten by the launcher you should see a noticable boost in mining speed.
Download link zn.class for Minecraft 1.0 "Click Mining Fix Fix" - https://www.mediafire.com/file/daa9ducvbnl9hrc/zn.class/file
If you create Click Mining Fixes for older versions, give them to me, I will upload them to a collective folder (Internet being internet purged all old versions of this mod)
0
I compiled the automatic patcher by Konchu for you to use:
https://www.syping.de/vad/game/minecraft/ClickfixPatcher.exe (32-bit)
Verify hashes:
sha1: 6e67d645f5bc7d64176272936b092edf31c57fb4 ClickfixPatcher.exe
md5: c1098ace9a9043b9657a855636787123 ClickfixPatcher.exe
Then I replaced the Vanilla minecraft.jar used by Forge with the _clickfix.jar to apply the patch to Forge Client
Tested with 1.12.2 Forge, seems to work, but please someone confirm I haven't played Minecraft for 2 years.
0
The wiki page about Electric Furnace suggests that the input slot for items to melt is the top side, but it's not working. Here's a short video I recorded:
PS: The electric furnace works fine.
0
How to reproduce:
Place one stack of items in the crafting grid, release LMB. Now you should have 1 item at your cursor. Press SHIFT, click and hold LeftMouseButton going from top to the middle slot, when you're pointing at the middle slot release the LMB >> Crash
0
ForgeMultipart crash, local world: http://pastebin.com/T4AX79rw
0
("intself" - programmer's typo
0
Quote from ModJam TS3 server: "Late Registration goo.gl/hLQStF"
0
And I'm just sitting here
mahaving no clue about Java0
Fir saplings (and probably other saplings from Extrabiomes) don't grow on Xychorium Soil blocks from XyCraft. Using bonemeal doesn't have any effect.
(Similar, but older problem on XyCraft's bugtracker: https://bitbucket.org/Soaryn/xycraft/issue/114/a-few-things-dont-grow-on-soil-blocks)