Mac Is this a Macerator crafting bug? it won't let me make one

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

GojisaurusPho

New Member
Jul 29, 2019
7
0
0
I have all the ingredients set up in the crafting table (checked it with several different kinds of crafting tables), and it looks like I should be able to craft my macerator (Gregtech recipe), but when I click on it to craft it, my ingredients keep jumping back into the crafting table. I tried quitting FTB and restarting it, that didn't fix the issue.

I made a quick video recording of what happens when I try to make the macerator:
if anyone can help, that'd be really awesome, thanks!
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
Does it work in the craftingtable instead of the projecttable? what recipe is enabled serverside the gregtech one or the vanilla one?
 
  • Like
Reactions: GojisaurusPho

GojisaurusPho

New Member
Jul 29, 2019
7
0
0
No, it doesn't work in any of the different kinds of crafting tables. If I use the less advanced crafting tables I can't even shift-click it into my inventory. I am not sure how to check which recipe is enabled in my server (I am hosting it for myself and a couple friends to play on)--maybe that is my problem. How does that work?
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
all the recipes from gregtech are enabled or disabled in the gregtech config file on your server, here you can check what receipe is enabled or disabled.
What recipe does NEI show when you hover over it and press R?
 

GojisaurusPho

New Member
Jul 29, 2019
7
0
0
it shows the Gregtech recipe. We've already made other things like a compressor, quarry, pulverizer, soul forge, alloy furnace, etc without any issues. We recently switched the server from the super-advanced-expensive version to the more bearable-for-few-players version by editing the Recipes.cfg file in the config/GregTech folder in my server by doing this:

####################
# usefullrecipes
####################

usefullrecipes {
B:BeryliumReflector=true
B:Compress2Storageblock=true
B:DifficultIridiumPlate=false
B:ElectricSteelTools=false
B:ExpensiveBCQuarryRecipe=false
B:ExpensiveLaser=false
B:ExpensiveMaceratorRecipe=false
B:ExpensiveNukeRecipe=false
B:ExpensiveSolarRecipe=false
B:ExpensiveWatermillRecipe=false
B:ExpensiveWindRecipe=false
B:MMIngotOnlyRollingMachine=true
B:Storageblock2Macerator=true
I:TincellsPer4Tin=8
B:TitaniumDiamondDrill=false
B:ToolAndArmorMaceration=true
B:WatermillReverseCrafting=true
}


.... everything else has worked so far, but could that have anything to do with it? I'm just doing the recipe that it says to do in my inventory when I search for macerator.

(edit: except without the smiley face obviously... it's "B: DifficultIridiumPlate=false" except without the space)
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
Did you change this false from true
Code:
B:ExpensiveMaceratorRecipe=false

after somebody placed one down on the server?

ps. that we know if you pressed the code tag you whouldn't have had that problem
 

TheSandwichMakr

New Member
Jul 29, 2019
582
0
0
Replace the server gregtech and ic2 configs with the one from your client, they're probably different. Also since you don't have the hard macerator recipe enabled you need to use the ic2 macerator recipe.
 

GojisaurusPho

New Member
Jul 29, 2019
7
0
0
Thanks guys for your help....

I see the IC2.cfg in my /config folder. But for the Gregtech config one are you talking about the /config/GregTech/GregTech.cfg one? Or the Recipes.cfg one in the Gregtech config?

I hadn't realized that the recipe I'm trying to use is the "expensive" one, since it still shows up as the recipe when I search for it in my inventory. So you mean I should be using the IndustrialCraft2 recipe as shown here http://feed-the-beast.wikia.com/wiki/Macerator instead, because I have the expensive version as "false" in my Recipes.cfg file?
 

GojisaurusPho

New Member
Jul 29, 2019
7
0
0
That fixed it! I only had to replace my client GregTech folder with my server GregTech folder (which was the edited version we had edited to make things less expensive).

Thanks so much!!
 
Status
Not open for further replies.