
Posts posted by Cadiboo
-
-
-
1 minute ago, Daeruin said:
I've heard this a few times, but never with any reason given. What's so horrific about using static initializers?
What draco18s said as well as
You can’t control the order of when they are instantiated. This poses a problem for items with creative tabs, and creative tabs with item icons, either the item will have a null creative tab, or the creative tab will have a null item, and you can’t control which one it is.
Also, you should use @ObjectHolder so people can override your objects
-
-
-
-
-
-
3 hours ago, Animefan8888 said:
If it is not being manually kept loaded, ie spawn chunks or chunk loader. Then once they are a distance away from the player they unload, in singleplayer it is the render distance (I believe) in multiplayer it's a "render distance" that is specified in the server.properties file.
I believe it’s the “render distance” + 2, I could be wrong as I can’t remember where I got this information from though
-
12 hours ago, Draco18s said:
You can also exclude multiple locations or include something as well.
Can you explain what those two tasks do? I have very minimal gradle experience
-
-
-
Sorry we don't support 1.7.10 on this forum anymore due to its age (4+ years old). We simply don't know how to help you anymore. You can go to the Minecraft Forum where I think that they still still support older versions, or update to a modern version of Minecraft (the latest version or the one before it) to receive support on this forum.
-
Thanks @V0idWa1k3r, that helped a bit!
The solution was to add to my build.gradle file
//exclude class jar { sourceSets { main { java { exclude '**/ModWritingUtil.java' } } } } //exclude debug folder/package jar { sourceSets { main { java { exclude '**/debug/**' } } } manifest { attributes 'FMLAT': 'renderchunkrebuildchunkhooks_at.cfg' attributes 'FMLCorePlugin': 'cadiboo.renderchunkrebuildchunkhooks.loadingplugin.RenderChunkRebuildChunkHooksLoadingPlugin1_12' attributes 'FMLCorePlugin': 'cadiboo.renderchunkrebuildchunkhooks.loadingplugin.RenderChunkRebuildChunkHooksLoadingPlugin1_12_1' attributes 'FMLCorePlugin': 'cadiboo.renderchunkrebuildchunkhooks.loadingplugin.RenderChunkRebuildChunkHooksLoadingPlugin1_12_2' attributes 'FMLCorePluginContainsMod': 'true' } }
-
BetterFoliage just released a new version https://minecraft.curseforge.com/projects/better-foliage/files/2631951
-
Edited by Cadiboo
You might want to try the DNS tech pack from the ATLauncher, its a massive tech based modpack that existed for ages (6+ years) and is always updated to the latest minecraft version. I don't think it has Galacticraft, but you could easily add it
-
-
Edited by Cadiboo
The people in the video were playing a big (private, custom) modpack and you've only installed 3 of those mods
From that video someone suggests this:
QuoteI know you guys already started this pack, but based simply on the fact that the copper is not unified, you are in for a pretty bad and disjointed experience. Lack of unification is indicative of a pack that just had mods thrown together, with little to no configuration done, this is something Ryan could have done in not much time, and created a better experience, without overlapping ores and mods you won't use. I think it would be best to use a pack like "All the Mods 3: Lite" or "FTB Presents Direwolf20 1.12" and add galacticraft to it, if it isn't already there. You will have a much better experience as a whole, and it will be much closer to your experience with Sky Factory. I understand that you've probably already filmed a few episodes of this pack, but I don't think anyone would mind if you "Fast forwarded" a house and the stuff you already had.
Click this link and that comment will be the top post if you want to read more
-
4 minutes ago, Timmy17x said:
how?
Your logs are found in your .minecraft/logs/ folder, please post them in a spoiler (click the eye icon while posting) or using PasteBin or GitHub Gist
https://minecraft.gamepedia.com/.minecraft#Locating_.minecraft
-
https://www.youtube.com/watch?v=2SJ3HoJ823Y
I understand what your trying to do, I'm trying to establish what the problem is.
So, can you can /give yourself items AND they appear in the creative tab?
Does the mod show up in both the mods button on the Main Menu and in the Mods button in the Ingame Menu?
What happens when you press the "o" key when playing?
What happens when you press Control and "o" while playing?
Can you please post your logs?
-
-
Edited by Cadiboo
You might want to read this, it might be helpful if you get another crash in the future.
Edit: Wrong link but I’ve forgotten what it’s meant to be. Still a useful link tho
-
-
-
17 hours ago, Frontear said:
I'd like to perform some options on exit, such as check for an updated mod version by comparing to a website and such.
Why would you do this on exit. Hey, the game just fatally crashed - seems like a good time to send a request over the internet and wait for a response...
[1.10.2] Render the players arm with an item in their hand
in Modder Support
There are many many mods written for the latest version AND you have people who know how to (and will) help you with any problems you may run into