Disabling chunk loading and portalgun recipe

  • 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

shakey2

New Member
Jul 29, 2019
39
0
0
How would I go about disabling chunk loading throughout all the mods in FTB. I don't want any chunk loaders to protect my server from lag machines.

Also I would like to know how to disable the portalgun recipe, I couldn't find a way in the config. I don't want anyone but the server admins using it.
 

Mercury

New Member
Jul 29, 2019
40
0
1
I don't want anyone but the server admins using it.
I don't want anyone but the server admins using it.
No fair :(

Anyway, you can block recipes with RecipeRemover http://www.minecraftforum.net/topic...v111-and-recipe-remover-v11-updated-11152012/

You can grab this config here:

Code:
general {[/S][/S]
[S][S]  removedIDs=46,975:5,19762,1053,622,239,7766,7759,1054:10,29998:6[/S][/S]
[S][S]}[/S][/S]
 
[S][S]#TNT, CrystalChest, WorldAnchor, Nuke, ITNT, TNTCart, AnchorCart, AnchorSentinel,[/S][/S]
[S][S]#30215,30214 dynamite, mining laser blocked in IC2.cfg
http://forum.feed-the-beast.com/thr...loading-and-portalgun-recipe.2892/#post-30471
 

Mercury

New Member
Jul 29, 2019
40
0
1
Also do not block Anchors via RecipeRemover. Doing this way blocks other essentials stuff like rolling machine and rock crusher. The real way to block is: config/railcraft/modules.cfg --> chunk.loading=false
dynamite and mining laser can be blocked in IC2.cfg