-
Notifications
You must be signed in to change notification settings - Fork 191
Adding GregTech to CraftingGuide #320
Comments
Hello @RedNicStone! I have often considered adding GregTech, but have been daunted by the sheer number of new items and recipes (not to mention changes to other mods). I'd recommend you read through the various pages of the wiki on this repo to see how the various file formats work for Crafting Guide. I think you'll find that there are answers to all the specific questions you're asking in there. Unfortunately, there's really no automated way to extract the recipes (yet), so it's been rather too daunting for me to tackle. |
Thanks for your help, @andrewminer! I will try to implement GregTech as soon as possible. |
I wrote the mentioned Python programm, but now had jet another issue: How the hell do I get OreDicts to work? I know this sounds really stupid, but there are more than 2 500 recipes for a hammer, 6 250 000 for a file and 15 625 000 000 recipes for a simple screwdriver ??? What this makes a problem is that there a so many ingots (about 2500) from GT and other mods, which all make a separate hammer / file / wrench / wirecutters / saw, which can be used to make more machines / pipes / wires / blocks. Puh that was a grind of a programm for nothing 😰 Specs:
I would really appreciate a little help in this rather more annoying problem 😉
|
I've never implemented any oredict support in Crafting Guide, so I'm afraid there's no simple answer here. What I chose to do was to just pick one entry from the ore dictionary for each recipe, and just stick with that (e.g., I only use oak wood planks wherever any kind of planks are called for). You could certainly adjust your program to do the same. |
Sorry for hijacking ... I read the stuff in the wiki but couldn't understand how to implement ModPack altered recopies. |
I'm curious if you got this to work RedNic? |
Sooo, this is a looong Story... After I new the Oredict isn't gonna work, I began messing around with the Core a bit, working on implementing Oredicts and that kind of stuff. The project came to a point, where it was just a mess and I didn't really care of throwing away my old code. Sill left to do:
Thanks for future support! |
I'm curious if this will work for any pack using GregTech? I played GregTech New Horizons which is a big community where the recipes from GT are tweaked for progression, questing and tiers in a hardcore pack. Does it still work in website format like this original project? |
GTNH was exactly why I joined the project 😉. I wanted some help crafting the HV stage thingies (The programm is a bit late then, since im Inf. Tier now 😭). To your Question: |
I still would like to have some kind of application for your computer, but I know hard it is to implement. |
So in theory how does this work? You have an exe tool you can use to calculate recipes. But first you must run the program for several+ hours on the current version of GTNH to produce the database? I guess it only calculates upto 9 items? |
Actually it's kinda simple:
A good reference of this top-down tree structure, generated by a net, is in the book "The Art of Computer Programming - Sorting and Searching - Volume 3" by Donald E. Knuth The search deph of this Algorithm is limited to 256 Layers, which, since creating the net takes the most time (Only done once), would be practical impossible to reach. |
There will be an Alpha like next month, but I shurly want to add better processing - like secondary (by-)products - before release. Also I want to improve the algorithm a bit. I tied different recipes and benchmarked them;
|
Hi @RedNicStone, did you have any luck with this program? I'd be interested in seeing if its possible to use for one of the modpacks |
I do have problems adding NEI/JEI comparability, since I only got the API working prior to 1.8 . I would really appreciate some help since im not a Java programmer (Python + C only 😥 ). I used jyphon, but since Minecraft changed the class system by 1.8, Forge won't detect me as a class (as jyphon has not the same classpath). Of course this is not required to run the new core, but I haven't got time to do the web UI yet... |
Actually, which MC version is your modpack on? GTNH? |
1.7 |
Hi @RedNicStone , as you can see there is interest in this from our community. Did you get this working on 1.7 at least? And if so, is there anything you can provide to get us going? A working version that breaks out the recipes would be an awesome start. We'd probably want to tweak it to ignore particular recipes |
@RedNicStone are you still active? how can I contact you to discuss this further? |
Sorry that I let you wait for so long. |
I tried to add you on discord but I can't find you - my discord is Highbeam#0584. |
Change the recipe of other mods/Vanilla
Howdy,
I want to add GregTech to the Crafting Guide site.
I had to Problems:
First off,
GregTech modifies other mods recipes.
And here comes the question:
Do I have to add the recipies it changes just as the normal recipies?
Second,
there are 6 different Versions of GregTech, who differ DRAMATICALLY from each other. Some people like to install GT4, some enjoy GT5, and People like me are playing GT6. How do I manage that?
It would be great if you help me out. 😁
Good mining,
RedNicStone
The text was updated successfully, but these errors were encountered: