Help installing Biomes O Plenty

  • 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

FocalFury

New Member
Jul 29, 2019
25
0
0
Good afternoon everyone.
I'm having some trouble adding Biomes O Plenty to the latest DW20 pack 5.3.2

I edit the mod pack and disable XL Biomes and add Biomes O Plenty .5.5
http://www.minecraftforum.net/topic/1495041-152-forge-biomes-o-plenty-v055-biome-specific-gemstones/

upon launch I receive this crash report
http://pastebin.com/fM34Zbt1
Line 186 is where the first error starts, I've pasted the beginning of the error portion...it eventually just repeates itself
I've tried using older packs of the DW20 FTB with no success.
Disabling BoP results in successful boot of FTB
The goal I'm looking for is to be able to run FTB DW20 pack with Biomes O Plenty (bonus points for Mo'Creatures but I'm having a similar problem there)
Thanks everyone for taking the time to help, I really appreciate it.

  1. 2013-06-23 12:04:08 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: net/minecraft/creativetab/CreativeTabs
  2. 2013-06-23 12:04:08 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
  3. 2013-06-23 12:04:08 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
  4. 2013-06-23 12:04:08 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:418)
  5. 2013-06-23 12:04:08 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6. 2013-06-23 12:04:08 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  7. 2013-06-23 12:04:08 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  8. 2013-06-23 12:04:08 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
  9. 2013-06-23 12:04:08 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69
 

Ryiah

New Member
Jul 29, 2019
102
0
0
Direwolf20's pack is still using Minecraft 1.4.7. The version of Biomes O' Plenty you tried to add requires Minecraft 1.5.2. You will need to use an older version of BoP (specifically 0.4.6 as found under the "Old Downloads" spoiler).
 

FocalFury

New Member
Jul 29, 2019
25
0
0
OOH ok, I guess that could be the answer to my Mo'Creatures problem as wel
THIS DID IT
It looks like I have some Biome and item ID conflicts...I gotta figure out where to adjust that....seems to be only Twilight Forest...but I think I remember reading about that somewhere.
Mo Creatures is good now that I'm on the right version.
Thanks for your help
 

buggirlexpres

Relatable Gamer
Trusted User
Retired Staff
Nov 24, 2012
3,937
7,362
663
she/her
twitter.com
OOH ok, I guess that could be the answer to my Mo'Creatures problem as wel
THIS DID IT
It looks like I have some Biome and item ID conflicts...I gotta figure out where to adjust that....seems to be only Twilight Forest...but I think I remember reading about that somewhere.
Mo Creatures is good now that I'm on the right version.
Thanks for your help
Also remember that to get the BOP biomes, you need to select the Biomes O' Plenty world type. It took me a while to figure that out.
 

FocalFury

New Member
Jul 29, 2019
25
0
0
Thanks
I got it on single player no problem
I'm having a ton of trouble enabling it on my creeperhost server
I added the proper version zip to the mods folder
went into the config and enabled "Add Biomes To Default World"=true (was defaulted to false)
I went into my server.properties and set level-type=BIOMESOP

However when I force my server to start a new map with these settings, I fly around and do not see any Biomes O Plenty
I originally had an ID conflict with twilight forest biome numbers...so I went in and only changed the twilight forest biome ID's haven't touched the ones in the BoP config

Do I need to start a map in singleplayer FTB and upload it to my server? I know my singleplayer has it working
Do I need to change generator-settings in server properties.
Any other ideas??

Thanks again


---edit---
So I did try launching a BoP map in Single Player...which loaded some ice tree biome right in front of me
So I took the map uploaded it to my server, and had the server properties file call it by that map name.
I also for the record just in case did the generator-settings=BIOMESOP just in case as well.

When I loaded into the server, it had the ice tree biome right there....so I flew around and that was it, no other BoP as I loaded chunks.

I'm clearly doing something probably silly wrong....but I don't know what
 

Golrith

Over-Achiever
Trusted User
Nov 11, 2012
3,834
2,137
248
Here's my server properties file:
#Minecraft server properties
#Tue Jun 18 14:06:39 BST 2013
generator-settings=
allow-nether=true
level-name=Stu's World
enable-query=false
allow-flight=false
server-port=************
level-type=BIOMESOP
enable-rcon=false
force-gamemode=false
level-seed=
server-ip=
max-build-height=256
spawn-npcs=true
white-list=false
spawn-animals=true
texture-pack=
snooper-enabled=true
hardcore=false
online-mode=true
pvp=false
difficulty=1
gamemode=0
max-players=10
spawn-monsters=true
view-distance=10
generate-structures=true
spawn-protection=16
motd=Stu's Minecraft Server
Looks like you are changing generator-settings, and not level-type.
Sounds like my server is the same as the one you are trying to setup (minus Mo'Creatures) :D
 

FocalFury

New Member
Jul 29, 2019
25
0
0
I will use that thank you.

I did have the level-type=BIOMESOP set

but I also did it for generator in case that helped.
I'll just copy your file see if that works.

Keep people posted when I get home from work tonight.