GateClient-1.12.2
Gate Client: A Forge Utility Mod for Minecraft 1.12.2 (by TheF1xer)
CraftTweaker
Tweak your minecraft experience (by CraftTweaker)
GateClient-1.12.2 | CraftTweaker | |
---|---|---|
10 | 3 | |
35 | 297 | |
- | 1.7% | |
0.0 | 9.1 | |
about 2 years ago | about 1 month ago | |
Java | Java | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
GateClient-1.12.2
Posts with mentions or reviews of GateClient-1.12.2.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-02-20.
-
Gate Client version 1.6
You can find the last version of Gate Client at https://github.com/TheF1xer/GateClient/releases/tag/v1.6, to download it, just click the .jar file at the end of the page. As I said, my client is for Forge 1.12.2 only, since I mainly play anarchy. The Click GUI is bound to Right Shift, but that can be changed. You can also use commands to interact with the client using .help (the default prefix is ".", but, once again, that can be changed). My client also includes Presets; it is a way to store and access multiple configurations at once, and use them, for example, for different servers.
-
Gate Client version 1.5
The latest release can be downloaded at https://github.com/TheF1xer/GateClient/releases/latest. Keep in mind that you will need to have Forge for Minecraft 1.12.2, like for many other clients. The Click GUI is bound to Right-Shift by default, but can be easily changed. The Preset component of the Click GUI allows you to save multiple configurations and load them when you need them (useful if you want to have a config for PVP and another for exploration for example, or maybe even for different servers like I do). You can also interact with the client using commands, the default prefix is "." and you can get the full list of commands typing ".help".
-
Gate Client version 1.4 (My own client)
If you want to Try Gate Client for yourself, you can download the latest version https://github.com/TheF1xer/GateClient/releases/latest. You have to have Forge for Minecraft 1.12.2, then download the .jar file at the end of the website and put it directly into your mods folder. If you do try the client, every bit of feedback is heavily appreciated.
-
Gate Client version 1.3 (My client)
I'd love it if some of you tried my client since feedback is the thing that helps me the most. You can get the latest version of the client here: https://github.com/TheF1xer/GateClient/releases/latest. Remember that Forge for Minecraft 1.12.2 is required.
-
Gate Client version 1.2 (My client)
You can get the latest build at https://github.com/TheF1xer/GateClient/releases/tag/v1.2. Keep in mind that you will need Forge for Minecraft 1.12.2. The default keybind for the Click GUI is Right Shift like in many clients.
-
(Gate Client) Help me with my client - Forge 1.12.2
If you are interested in testing my client, you can find it here: https://github.com/TheF1xer/GateClient. If you want the latest release, you can find it in this page: https://github.com/TheF1xer/GateClient/releases/tag/v1.1 (dowload the .jar file at the end of the page). Remember that it requires Forge 1.12.2.
-
(Gate Client) Help with the Client I'm coding - 1.12.2
If you are interested, you can download the client from my release page on GitHub. Since the Client is open source you can read the source code to make sure that it's not ratted (and trust me, I wouldn't even know how to rat a client). This is the link https://github.com/TheF1xer/GateClient/releases/tag/v1.0 and you have to download the .jar file at the end of the page and put it in your mods folder. Remember it is for Forge 1.12.2.
-
More Ideas for my Client (Gate Client)
If you are interested in what my client looks like, here is the source code: https://github.com/TheF1xer/GateClient
-
Ideas for a Client
You can download it here (Make sure to download the jar file): https://github.com/TheF1xer/GateClient/releases/tag/v0.1
CraftTweaker
Posts with mentions or reviews of CraftTweaker.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Crafttweaker scripts 1.16.5 HELP
I really do need to stress, you shouldn't be spamming this subreddit with scripting questions, ask in the discord (https://discord.blamejared.com) or ask on Github Discussions (https://github.com/CraftTweaker/CraftTweaker/discussions)
-
[1.16.5] Mod for adding loot to every dungeon chest including Dungeons from Mods
Take a look at this example script: https://github.com/CraftTweaker/CraftTweaker/blob/1.16/src/main/resources/data/crafttweaker/scripts/crafttweaker_loot_modifiers.zs
-
How to prevent mobs dropping held items?
Crafttweaker does have a method in IEntityLiving to setDropChance but this is currently missing a second float arg so will not work. I have opened an issue for this here and when fixed you will be able to use that method.