Adding Block IDs to Forestry bags

  • 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.

R1kune

New Member
Jul 29, 2019
6
0
0
I’m trying to add the IC2 block IDs to the Forestry bag config file. When I try to do this I get a crash report giving me the first Block ID in the list that I just added to the bag. I found a forum post on minecraftforum (dot) net, can’t find it right now, telling me to add a “z” to the jar file to have it load last. I tried this and I’m still getting this crash report.

Do any of you have an idea how to fix this and add the Block IDs to Forestry?

R1kune
 

danielford167

New Member
Jul 29, 2019
19
0
0
If you show us the crash report and your config I will be able to help you.
Also:
Are you using the beta FTB Pack?
If not what version of forestry are you running?
 

R1kune

New Member
Jul 29, 2019
6
0
0
I’m at work right now so I can’t give you the crash report. I’m using the forestry that was downloaded by Bata FTB pack. I needed to move it to Multi MC so I could get OptiFine installed. Everything else came with the download. When I get home I’ll post the crash report.
 

R1kune

New Member
Jul 29, 2019
6
0
0
This is what i get when I try and start.
 

Attachments

  • error log.txt
    7.6 KB · Views: 134

danielford167

New Member
Jul 29, 2019
19
0
0
Can you send your backpack.config file in your forestry folder?

(config ----> forestry -----> backpack.config)
 

R1kune

New Member
Jul 29, 2019
6
0
0
I made a new world, and tossed out the ores and items that I thought should go into the bags and then copied down the ID numbers of items that didn't go into the bags.
 

Attachments

  • backpack.txt
    2 KB · Views: 139

danielford167

New Member
Jul 29, 2019
19
0
0
When editing this backpack.conf file I would use notepad++ and you would spot the error: http://notepad-plus-plus.org/

This area is where the mistake is. - If you look at where it says "general= 30243;" the space is causing the problem. This should be "general=30243;....."
also when adding items/blocks the lists should be: "general=30243;30244;...." there should be no spaces in the list :)
Code:
####################
# backpacks.miner.items
####################
 
backpacks.miner.items {
  # add additional blocks and items for the miner's backpack here in the format id:meta. separate blocks and items using ';'
  general= 30243; 30244; 30245; 30246; 30247; 30248; 30249; 31980;
}

Also the file needs to be in a .conf format for it to work.

I have uploaded the one that will work, you just need to change it to a .conf by: Opening it then selecting "save as" then call it "backpacks.conf" then put it in your forestry config folder. (If you have the same error check for spaces in the list)
 

Attachments

  • backpacks.txt
    1.6 KB · Views: 154
  • Like
Reactions: Alexandria

R1kune

New Member
Jul 29, 2019
6
0
0
I thought I was running the Conf file in Notepad++... What Language did you use to see the issue? When I get home I'll look this over and let you know.
 

danielford167

New Member
Jul 29, 2019
19
0
0
I opened the file in notepad ++, and loaded it as if it were a text file :) (Language=Normal Text File or the default Notepad++ uses for .conf files)
 

R1kune

New Member
Jul 29, 2019
6
0
0
Thank you for your help, that little change worked. Now I just need to add in the other IDs that I missed. :cool:
 
Status
Not open for further replies.