promotional bannermobile promotional banner

MOC3DImporter

Import .obj files into the Minecraft world

File Details

MOC3DImporter Beta 1.2

  • B
  • Jul 22, 2012
  • 99.56 KB
  • 568
  • CB 1.2.5-R4.0

File Name

MOC3DImporter.jar

Supported Versions

  • CB 1.2.5-R4.0

Model is now centered on player's location.

Added few new commands
/3di setid - Sets default block type Id
/3di setdata - Sets default blocks data value. Use this for wool colors etc
By default ... default block is pink wool :)

/3di reload - reloads the config.yml

config.yml info:
Settings:
BlocksPerQueue: 10000 - How many blocks will be built in the world per each queue call. Adjust this to suit your server.
QueueDelay: 5000 - Minimum delay between each queue call to continue building the model
StepDONTCHANGE: 0.2 - This is a part of the line parsing done to actually generate the blocks matrix, can try changing if want, but anything around 1 or higher will cause holes to appear in the models so just leave it in most cases, unless matrix generation takes too long, kick it up to 0.5. Also this has to add up to 1 in some way (0.2 * 5 = 1, 0.5 * 2 = 1 etc., 0.3 will likely just break things , as will 0.4)
Block:
TypeId: 101 - default block typeId
Data: 0 - default block's data value