Inactive [MECH/DEV] ItemCraft 1.6.6 - Support for client mods in Bukkit [1060/1000]

Discussion in 'Inactive/Unsupported Plugins' started by asdaarg, May 3, 2011.

  1. Offline

    asdaarg

    ItemCraft
    Version:1.6.6
    [​IMG]

    Description:

    ItemCraft is a Bukkit mod that allows adding new item and block types, crafting and furnace recipes, and custom tree generators and more. Using a Modloader and SettingsGUI interface it allows subplugins known as ICPlugins to be loaded to support client mods. ICPlugins can be created by translating a client mod using the ICTranslator ICplugin. Using a ModloaderMP interface (ported by krnlyng/liar) it allows porting multiplayer mods to bukkit.

    Features:
    • Add more Block types
    • Add more Item types
    • Add more Entity types
    • Add more TileEntity types
    • Add more Crafting recipes
    • Add more Smelting recipes
    • Add more Tree generators
    • Ported ModLoader interface
    • Ported ModLoaderMP interface
    • Fake GUIAPI Settings interface
    • Startup file for configuring plugins and making simple blocks and items

    Installation & Usage:
    • Back up your world(s). Just in case.
    • ItemCraft.jar goes in same folder as craftbukkit
    • IC plugins go into ItemCraft/ICPlugins folder under craftbukkit. (folder is autocreated the first time)
    • uncomment (remove #) in front of all plugins you want to use in plugins.ics (autocreated in ItemCraft/ICScript)
    • Make sure you have the recommended version of craftbukkit in the title - since this is a mod of that version in particular.
    • Delete/rename the META-INF folder inside craftbukkit-0.0.1-SNAPSHOT.jar (Use some decent zip program (e.g. 7zip) that can do it.)
    • All players on the server needs to have the client mods installed
    • If you use the 16 bit entity id packet mod (in case you use new entites (only ICMCreatures need it)), All players need (flan's unofficial) ModLoaderMP client mod
    • All players also need the 16 bit entity id packet mod (overwrites a ModLoaderMP's class so make sure ModLoaderMP is installed first) in case you use new entites (only ICMCreatures need it) If decide not to use the packet mod, you can turn it off putting this in your startup file: false setEntityIDPacketMod
    • Sometimes you get block/item ID conflicts, between plugins. You then need to set the conflicting ids in the startup script using setID command: example. They have to be set before the plugin that uses them is loaded. Note also that there is typically a props file on the clientside you have to edit the ids on to be the same as well.
    • To start:
      • Windows:
        Code:
        java -Xmx1024M -Xms1024M -cp ItemCraft.jar;craftbukkit-0.0.1-SNAPSHOT.jar org.bukkit.craftbukkit.Main
      • Others:
        Code:
        java -Xmx1024M -Xms1024M -cp ItemCraft.jar:craftbukkit-0.0.1-SNAPSHOT.jar org.bukkit.craftbukkit.Main
      IF You do not understand how to install this follow THIS link! Also Try:

      ItemCraft Forum
      ItemCraft Wiki


      Downloads:

      Installation instructions changed since 1.5

      For Minecraft 1.7.3

      Inofficial ItemCraft update by Syrome1.6.6 (#1060)
      ItemCraft 1.6.5 (#1000)
      QwertyPower files (ICSGlass, ICFancyPack addons and more...)
      o4kapuk 16 bit packet mod Does not work without (flan's unofficial) ModLoaderMP client mod.
      ICKSlopes - support for Kaevator SuperSlopes
      ICNTrees - support for Nandonalt's Trees mod. Details regarding use Ignore ScotTools or you will have problems breaking various blocks
      ICFancyPack - support for ChocolateySyrup's FancyPack unofficial update for 1.7.3 mod Details regarding use of potted plants IDs and settings
      User ported mods list maintained by icephantom

      For Minecraft 1.6.6

      ItemCraft 1.4.5
      ItemCraft 1.5.1 (for use with planes)

      ItemCraft 1.3.5 (for CB #818)
      ICSGlass - support for ChocolateySyrup's Stained Glass unofficial update for 1.6.6 mod
      ICFancyPack - support for ChocolateySyrup's FancyPack unofficial update for 1.6.6 mod Details regarding use of potted plants Also be sure to read: Release notes Does not work well and not at all with the newest FancyPack update(v6) Wait until client is stable.
      ICKSlopes - support for Kaevator SuperSlopes
      Usage notes
      ICNTrees - support for Nandonalt's Trees mod. Details regarding use
      ICMCreatures - Support for DrZhark's Mo's Creatures
      16 bit entity id packet mod
      User ported mods list maintained by Asymetrikon


      Dev tools:
      ICJanino
      ICJode
      ICTranslator - How to use

      Other
      Source and old versions


      ICScript documentation

      Frequently Asked Questions

      Tutorial on how to make your own blocks also list of block and item IDs in most popular mods.


      Suggestions of mods to port
      Vote here not in this thread anymore (it gets lost in all the other stuff)

      Reporting errors:
      • Read known issues - don't report those.
      • State the version of CB, ItemCraft and ICPlugin(s) you have problems with
      • If your client crashes, start the client from command line so that you get the error report.
      • Make sure the mod(s) works in SSP First before you report any errors here.
      • You are more likely to get a response if you describe the problem in more detail and do some testing yourself first of under what circumstances it occurs
      • Do not ask for uploads of minecraft.jar.
      • Do not pm me.
      • If you have problems installing, you are likely doing something wrong. Make sure you've followed the instructions exactly, read the FAQ and Wiki. If that doesn't work you can always ask in the thread, while I will likely not reply, there are others who can help you with your problem. But at least try to get it working yourself first.

      That said, I want to thank all who have helped users with their problems. In particular special thanks to icephantom and Asymetrikon for their big efforts in this. Also a special thanks to xeronut for being generally helpful.

      Changelog: (open)

      ItemCraft:
      v1.6.6
      • Inofficial update by Syrome to support CB #1060 and ModloaderMp v1.7.3v4.
      v1.6.5
      • Added changes by krnlyng/liar to support buildcraft
      v1.6.4
      • Inofficial updated by Qwertypower to support CB #1000
      v1.6.3
      • Fixed Generators not working since ModLoaderMP merged.
      v1.6.2
      • Added option to turn off packet230 being sent to clients: false setPacket230OnLogin
      v1.6.0,1.6.1
      • @QwertyPower's unofficial update to 1.7.2 and 1.7.3.
      v1.5.1
      • Fixed issues with ICPlugins not being able to use ModLoader methods obtained through relection.
      v1.5
      • Merge with @krnlyng/liar's translated vesion of SDK's ModLoaderMP
      v1.4.5
      • Added dummy method RegisterTileEntity to fake modloader.
      v1.4.4
      • Added dummy methods AddArmor and getUniqueSpriteIndex to fake modloader.
      v1.4.3
      • ItemCraft commands are now loaded automatically and can be used in init.ic
      v1.4.2
      • Fixed nonesense message when parsing a string and EOF is found after escape character.
      • Platform independent line breaks of autocreated files
      • added some stuff in the autocreated file
      v1.4.1
      • Fixed unupdated materials.java mod causing problems for other plugins accessing the enum's constants for new block ids 1.6.
      v1.4
      • Removed spam on use command
      • Fixed java method invocation
      • Added javamethod invocation of declared methods
      • Fixed pop removing 2 elements off stack
      • putsetting command, allowing editing settings using new script
      • putvar and getvar commands allowing use of variables in scripts
      • added if command, conditional execution of closures
      • ishidden, isCustomType and getCustomType commands
      • exec command, allowing execution of closures. Acts as function calls.
      • while command, for while-loops, execution of closures.
      • Annotation of non-standard methods allowing correction of semantics during parsing with methods that manually alter type info. (needed for for loops, and various stack commands (such as popall, push, pull,dup, casting, getvar, all that do not have a static type signature) to have any usefulness beyond execution using GUI.
      • added casts
      v1.3.8
      • Fixed setEntityIDPacketMod demanding a this pointer.
      v1.3.7
      • Fixed boolean constants missing.
      v1.3.6
      • Updated to CB #860
      • GUI is now off by default
      v1.3.5
      • Fixed illegal access of Item constructor and other methods
      v1.3.4
      • 16 bit Entity Id Packet mod can now be turned off
      • Added file loading functions that use filename rather than file class for Fileman, for use with Janino
      v1.3.3
      v1.3.2
      • Fixed intellisense being screwy, showing previous context
      • Fixed castability test of primitive types to primitive types being screwy
      • Fixed selected method in context view not being visible (scrolled down/up to).
      v1.3.1
      • Fixed array bounds error
      v1.3
      • added intellisense (context box showing sorted list of all applicable methods in context at cursor position, as well as selecting the one closest matching)
      • added tooltips showing documentation both in command box and in the context (list) box
      • added getmaterial method to get Minecraft's materials
      • added documentation to most methods.
      • removed some obsolete methods
      • renamed some methods
      v1.2.2
      • remove NAME: spam on classloaderlclass, 1,2,3 4.. spam and vs: spam
      • fixed classloaderlclass leaving junk on stack
      • fixed getconstructor (?)
      • fixed right square bracket without left square bracket not resulting in parse error
      • fixed parse to fail due to right bracket not yielding an array type
      v1.2.1
      • removed autocreate double spam
      • ics extension changed to ic (conflicting with korganizer and iCalendar)
      • moved plugins into plugins.ic (since it now doesn't execute "use" until it parsed the whole file, it doesn't
      • recognize ItemCraft functions in init.ic)
      • added setID
      • added back support for old file format using includeold
      • fixed execution of abstract script calling providing arguments in wrong order
      v1.2
      • ICScript is now completely converted into postfix
      • Completely rewritten script parsing and execution code
      • Math functions should work now
      • Scripts Are not executed until fully parsed
      • ICS now support direct invokation of java functions when no ICS function matches a call
      • ICS now support arrays
      • ICS now support closures (for later support for menus, functions, loops, conditionals)
      • Parser produces Abstract code that runs much faster, than when having to parse each time to execute code.
      • Pre 1.0-style startupfile scripts are no longer supported (for now)
      • Warning of Block loss with prompt to quit CB on any error during parsing
      • Warning of Block loss with prompt to quit CB if startup script file was not found and was autocreated. This way you can have it autocreate it safely without having to worry about loss of blocks during upgrade.
      • Detailed error reports during both parsing with line number and column and during execution.
      v1.1
      • added simple math functions
      • added basic string and character functions
      • fixed methods popping more than one element
      v1.0.3
      • fixed dup not duplicating
      • added primitive classes
      • added parsing of primitives as primary commands
      • added parsing of strings as primary commands
      v1.0.2
      • fixed identifier after a string being misparsed
      v1.0.1
      • fixed popup menus not working in windows
      • added methods to get icplugins and their classloaders
      • added methods to get constructors and invoke them
      v1.0
      • Implemented new functional script language ICScript
      • Implemented GUI
      • inclusion of files (so you can split up startupfile in smaller files)
      • loading plugins on the fly
      • executing any script commands on the fly using GUI
      • exploring variables and functions of objects in GUI
      • invoke any functions, private or public, on any class loaded in IC/ICPlugins/minecraft/CB/any bukkit plugins
      • Built in text editor (was going to be for editing java code)
      • Removal of blocks, entities and items, even on the fly
      • Adding new blocks, entities and items on the fly
      • Specify what entities spawn in what biomes and how frequently.
      • Customizable programmable menus per node type in GUI
      • IC now retrieves version number both for plugins and itself automatically and reports it when plugins are loaded
      v0.8.5
      • fixed mimic having target object mimic itself.
      v0.8.4
      • fixed invokation on wrong object when interacting with mimiced block
      v0.8.3
      • fixed setint setting a string and not an int
      v0.8.2
      • fixed case sensitivity of block parameters
      • fixed some other bugs related to block parameters
      • no more commas assigning multiple values in block parameters (because I'm lazy)
      v0.8.1
      • Mobs that are unspawnable don't crash the server anymore
      v0.8
      • Added new startupfile commands: blocks and entites
      • Added new startupfile commands: setbool, setint, setfloat, setdouble, that allows changing the settings of mods that use GUIAPI (nandonalt trees and mo's creatures)
      v0.7.5
      • fixed various bugs with craft command in startup script
      v0.7.4
      • removed debug spam on id command
      • fixed comments causing "unknown commands" in startup file
      • cleaned up unnecessary stuff from error report
      • fixed skip skipping over the next line too
      v0.7.3
      • Implemented modloader removespawn (could that have anything to do with the watermob problem?)
      • fixed unknown command spam on empty lines
      • fixed some bugs with craft command in startup file manager.
      v0.7.2
      • Fixed kicked when horse throws you off because of accessing protected field
      v0.7.1
      • Fixed problems adding recipes, tile entites, entites using API.
      • added items command for debug purposes
      • added a copy of spawncreatures to the mod, no idea if that will solve the issue with sharks crashing server.
      v0.7
      • Mimic feature of block allows block to mimic other blocks, fully or in some respect (useful to customize blocks beyond the fixed values from startup file)
      • back to start from craftbukkit folder; its no longer a plugin
      • IC plugins go into ICPlugin folder now in craftbukkit folder. These are to avoid problems caused by plugins being reloaded by CB
      • usedefaults on by default
      • fix item 0 is not valid item spam
      • implemented Modloader getUniqueEntityId,RegisterEntityID,setPrivateValue
      • implemented various SettingsGUI widgets facades, and SettingFloat, SettingsMulti
      • script pauses when error occurs to avoid startup with wrong settings
      v0.6.1
      • Items are also registered as dummy, to avoid error spam by other plugins
      v0.6
      • Modloader world generator interface for normal type worlds implemented
      • Barebones fake GUIAPI interface that loads default settings (might add ability to modify options through startup later)
      • Added fix for blocks not having dummy material in ICFancyPack that inherit the Block class directly
      • Dummy id changed to 255
      v0.5
      • Added support for Entities in API
      • Added support for adding mobs to biome spawnlist in API
      • Added support for adding tilentities in API
      • Added fake modloader for to interface with translated mod plugins
      v0.4.4
      • Added more detailed output when plugin loading fails.
      v0.4.3
      • Backward incompatible update to 766
      v0.4.2
      • Added ability to set data on input items in crafting recipe
      • Added ability to comment in startup file with #
      • Added more error handling.
      v0.4.1
      • Fixed unable to craft out of nonblocks
      • Added more error handling
      • Partial support for GUIs
      v0.4.0
      • Mod for custom tree generation
      • Custom Tree generation API
      • Custom Tree generation startup file instructions:tree,treebiome and biometreedensity
      v0.3.5
      • Added mod of org.bukkit.Material to accomodate new block types, should reduce at least some errors other plugins have.
      v0.3.3
      • Fixed Item id being offset by 256
      • Fixed startup script created Blocks not being added to item list
      • Added more error handling
      v0.3.2
      • Fixed ItemCraft not starting because of spaces in the path on windows machines
      v0.3.1
      • Fixed regexp error on windows when starting as plugin
      • More error handling added
      • Fixed freeze when adding new block properties using startup script
      v0.3
      • Now doubles as plugin, so you can start it as a plugin rather than a mod
      • Startup file autocreation
      • loud startup file instruction- prints out more info at startup
      • a whole lot more error handling
      • fixed bug not being able to load any other plugin that KSlopes.jar (what am I thinking)
      v0.2
      • Most if not all simple constant Block properties now definable from the startup file.
      • Better error handling
      • More complete Block API
      • Syntax correction
      v0.1
      • Initial Release
      KSlopes:
      v0.1.3
      • Made compatible with IC 1.0
      v0.1.2
      • Syntax correction
      • More information on startup
      v0.1.1
      • Fixed slopes and corners dropped having wrong data.
      v0.1
      • Initial Release
      ICFancyPack:
      v0.3.2
      • Introduced options to change settings and IDs
      v0.3.1
      • Disabled new bookshelves
      v0.3
      • Updated for 1.7.3
      v0.2.5
      • Fixed another NPE on startup
      v0.2.4
      • Fixed NPE on startup
      v0.2.3
      • Updated to unofficial version of 1.6.6
      v0.2.2
      • changed class path for flower, cactus and reed
      v0.2.1
      • Fixed not able to place in potted plants
      • Fixed blockcycler interaction
      v0.2
      • Added potted plants
      v0.1
      • Initial Release
      ICNTrees
      v0.1.4
      • Updated to 1.7.3
      v0.1.3
      • Fixed static construction of objects problem
      • Fixed no tree generation
      v0.1.2
      • updated to 1.6.6
      v0.1.1
      • fixed clicking on bananacake blocks, fruit leaves
      • fixed using fertilizing
      • fixed activating banana cake
      v0.1
      • Initial Release
      ICMCreatures
      v0.1.2
      • Updated to 1.6.6
      v0.1.1
      • Made everything public and even added a public ()V constructor in water mob class (no idea if that will solve it though)
      • Says its loaded on startup when its loaded
      v0.1
      • Initial Release
      16 Bit Entity ID Packet Mod
      v0.2
      • Supports both 16 bit and 8 bit servers
      v0.1
      • Initial Release
      ICSGlass
      v0.1.1
      • Fixed conflict with glass bug
      v0.1
      • Initial Release
      ICTranslator
      v0.1.4
      • Fixed no output on windows machines.
      v0.1.3
      • More informative about files to translate not being found.
      v0.1.2
      • Made it tolerate there being no file separator at the end of retroSource.
      • Removed some spam.
      v0.1.1
      • Added checks that make sure you have all the necessary maps specified, when you translate.
      v0.1
      • Initial Release
      KSlopes:
      v0.1.1
      • Update to 1.7.3
      v0.1
      • Initial Release

      Donate (Not necessary but appreciated)
     
  2. Offline

    (AVE(N)GER)

    genius .. ;p sorry
     
  3. Offline

    okami35

    Noboby knows how to port a mod and help us?

    When I run translate.bat, this a screen.
     

    Attached Files:

  4. Offline

    Pro457

    Plz update ICMCreatures I need it.
     
  5. Offline

    vaule

    Code:
    Starting Minecraft server on 5.54.17.108:25565
     [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
     [FINE] ModLoader Server Beta 1.6.6v4 Initializing...
     [INFO] ModLoader Server Beta 1.6.6v4 Initializing...
     ModLoader Server Beta 1.6.6v4 Initializing...
     [FINER] Adding mods from D:\Server\Modloader Server\Basic Server 2 alfa\ICServer164\craftbukkit1000.jar
     [FINER] Zip found.
     [INFO] Done.
     [INFO] ItemCraft 1.6.4
     [INFO] ICKSlopes <-- Unknown Identifier "ICKSlopes" @ Line 61 Col 9
     [INFO] Press Ctrl+C to quit
     [INFO] Press any other key to start CB anyway. Warning: This may remove blocks supported by plugins that were not loaded!
     [INFO] Preparing level "world"
     [INFO] Preparing start region for level 0 (Seed: 8625841089279093142)
     [INFO] ModLoaderMP Beta 1.6.6v4 Initialized
     [FINE] ModLoaderMP Beta 1.6.6v4 Initialized
     [INFO] ModLoaderMP Beta 1.6.6v4 Initialized
     [INFO] Preparing start region for level 1 (Seed: 8625841089279093142)
     [INFO] Preparing spawn area: 16%
     [INFO] Server permissions file permissions.yml is empty, ignoring it
    [INFO] Done (0,191s)! For help, type "help" or "?"
    Server worked fine till i tried to enable Sloopes. Singleplayer version works fine, but in multiplayer i get this. Now i can get online and playe, and craft the block but they dissapear when crafted... any idea?
     
  6. Offline

    D3C

    Hey, can someone help me with Mo' Creatures intsallation, I've done everything right and the server says that Mo Creatures is running etc, but when i join it says something along the lines "Bad ID 230" As in the block ID/item ID.

    Does anyone know the list to Mo Creatures ID list or can someone help me with that? :\
     
  7. Offline

    alfskan

    this is my fancy pack config.

    Code:
    ChimneyID=104
    Fence1ID=121
    CraftBoneID=119
    BarstoolID=124
    UseNewFences=1
    CraftClayItemID=1783
    DecCageID=116
    Chair0ID=106
    FlagID=126
    Chair2ID=108
    Wall1ID=111
    CraftClayID=118
    DecChainID=115
    Fence0ID=117
    DecLanternID=114
    Wall3ID=113
    RoadID=123
    UseCustomFlagTextures=1
    CraftPotItemID=1784
    CounterID=125
    UseNewShelves=1
    TableID=105
    FancyID=122
    CraftPotID=120
    Chair1ID=107
    Wall0ID=110
    Chair3ID=109
    UseLegacyFences=0
    Wall2ID=112
    
    and this is my industrial mod config.
    Code:
    IDblockAdvFurnaceOff=250
    IDblockAdvFurnaceOn=249
    IDblockElecFurnaceOff=248
    IDblockElecFurnaceOn=247
    IDoreTin=229
    #Lolz, while coding i forgot to assign a new ID to tin... now it gets an unfitting on ^^'
    IDoreCopper=246
    IDblockCompressorOff=245
    IDblockCompressorOn=244
    IDblockMaceratorOff=243
    IDblockMaceratorOn=242
    IDblockMachine=241
    IDcopperWire=240
    #Uhm, i probably should have added a "block" in front of it while coding... meh, now it's too late
    IDblockExtractorOff=239
    IDblockExtractorOn=238
    IDblockGenOff=237
    IDblockGenOn=236
    IDblockWaterGenOff=235
    IDblockWaterGenOn=234
    IDblockLavaGenOff=233
    IDblockLavaGenOn=232
    IDblockSolarGenOff=231
    IDblockSolarGenOn=230
    #ID 229 can be found above, oreTin
    IDblockCannerOff=228
    IDblockCannerOn=227
    IDblockAlloy=226
    IDglassAlloy=225
    IDblockRecyclerOff=224
    IDblockRecyclerOn=223
    IDoreUran=222
    IDblockReactorOff=221
    IDblockReactorOn=220
    IDblockItnt=219
    IDblockNtnt=218
    IDblockMinerOff=217
    IDblockMinerOn=216
    IDblockPipe=215
    IDblockCryGenOff=214
    IDblockCryGenOn=213
    IDblockTerraOff=212
    IDblockTerraOn=211
    IDblockAdvMachine=210
    IDblockTransmitOff=209
    IDblockTransmitOn=208
    IDcopperWireRed=207
    IDblockWindGenOff=206
    IDblockWindGenOn=205
    IDblockLight0=204
    IDblockLight1=203
    IDblockLight2=202
    IDblockLight3=201
    IDblockdoorStone=200
    IDblockTransformer=199
    IDblockTesla=198
    IDblockBoomPipe=197
    IDblockDPipe=196
    IDblockWaterPipe=195
    IDblockStorage=194
    IDblockKeyChest=193
    IDblockItemomat=192
    IDblockSellomat=191
    IDblockEnergyomat=190
    IDblockEnergyomatR=189
    IDblockMatterGen=188
    IDblockForceField=187
    IDblockShield=186
    IDblockRelay=185
    IDblockTele=184
    #
    #ITEM ID's
    #As there are 32000 different numbers for items, compatibility errors due to item-ID matches will be rare...
    #I'll add the irridicolous long list of item IDs here, though.
    IDingotAdvIron=30000
    IDakkuFull=29999
    IDakkuEmpty=29998
    IDingotTin=29997
    IDingotCopper=29996
    IDdustTin=29995
    IDdustCopper=29994
    IDdustIron=29993
    IDdustGold=29992
    IDdustCoal=29991
    IDpartElecCircuit=29990
    IDcopperCable=29953
    #Same as with the oreTin here
    IDpartRubber=29989
    #Uhm... I think i can't count from 29989 to 29987 *faceclaw*
    IDitemTreetap=29987
    IDpartPlantball=29986
    IDitemUFuel=29985
    IDitemFuel=29984
    IDitemPlantFuel=29983
    IDitemUPlantFuel=29982
    IDwetdustCoal=29981
    IDpartComPlants=29980
    IDpartComCoal=29979
    IDpickaxeDrill=29978
    IDpickaxeDrillUncharged=29977
    IDitemCharger=29976
    IDpickaxeDDrill=29975
    IDpickaxeDDrillUncharged=29974
    IDpickaxeDrill=29978
    IDpickaxeDrillUncharged=29977
    IDaxeSaw=29973
    IDaxeSawUncharged=29972
    IDitemSuperFuel=29971
    IDdustBronze=29970
    IDingotBronze=29969
    IDshovelBronze=29968
    IDpickaxeBronze=29967
    IDaxeBronze=29966
    IDswordBronze=29965
    IDhoeBronze=29964
    IDhelmetBronze=29963
    IDplateBronze=29962
    IDlegsBronze=29961
    IDbootsBronze=29960
    IDtincan=29959
    IDtincanNew=29958
    IDtincanMeal=29957
    IDcoalball=29956
    IDcoalblock=29955
    IDcoaldiamond=29954
    #29953 is occupied by copperCable
    IDfakediamond=29952
    IDhelmetNano=29951
    IDplateNano=29950
    IDlegsNano=29949
    IDbootsNano=29948
    IDhelmetNanoE=29947
    IDplateNanoE=29946
    IDlegsNanoE=29945
    IDbootsNanoE=29944
    IDhelmetNanoA=29943
    IDplateNanoA=29942
    IDlegsNanoA=29941
    IDbootsNanoA=29940
    IDhelmetNanoAE=29939
    IDplateNanoAE=29938
    IDlegsNanoAE=29937
    IDbootsNanoAE=29936
    IDcarbonForm=29935
    IDcarbon=29934
    IDpartMixPlate=29933
    IDpartAlloy=29932
    IDarmorAlloy=29931
    IDitemBatteryBox=29930
    IDitemOneBattery=29929
    IDpartScrap=29928
    IDitemScrapBox=29927
    IDarmorJetpackFull=29926
    IDarmorJetpackEmpty=29925
    IDitemUran=29924
    IDingotUran=29923
    IDitemMiningLaser=29922
    IDitemMiningLaserE=29921
    IDitemCrystal=29920
    IDitemCrystalCharged=29919
    IDitemScanner=29918
    IDitemScannerE=29917
    IDprintEmpty=29916
    IDprintPlant=29915
    IDprintDry=29914
    IDprintHumid=29913
    IDprintSnow=29912
    IDprintCompress=29911
    IDprintHollow=29910
    IDpartAdvCircuit=29909
    IDcarbonForm2=29908
    IDitemCounter=29907
    IDdustIronsmall=29906
    IDprintFlat=29905
    IDdoorStone=29904
    IDitemWrench=29903
    IDitemCablePaint=29902
    IDarmorBatPackFull=29901
    IDarmorBatPackEmpty=29900
    IDitemElectroCart=29899
    IDadminWrench=29898
    IDcoin=29897
    IDcoinstack=29896
    IDpartMatter=29895
    IDitemFieldTransmit=29894
    IDakkuCrystal=29893
    IDakkuCrystalCharged=29892
    there is any ID conflicts.

    but crashed and modloader said

    Code:
    java.lang.Exception: No more empty terrain sprite indices left!
        at ModLoader.getUniqueTerrainSpriteIndex(ModLoader.java:662)
        at ModLoader.getUniqueSpriteIndex(ModLoader.java:645)
        at ModLoader.addOverride(ModLoader.java:326)
        at mod_IndustrialCraft.<clinit>(mod_IndustrialCraft.java:919)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at java.lang.Class.newInstance0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at ModLoader.addMod(ModLoader.java:272)
        at ModLoader.readFromModFolder(ModLoader.java:1169)
        at ModLoader.init(ModLoader.java:811)
        at ModLoader.AddAllRenderers(ModLoader.java:183)
        at th.<init>(th.java:60)
        at th.<clinit>(th.java:9)
        at net.minecraft.client.Minecraft.a(SourceFile:318)
        at net.minecraft.client.Minecraft.run(SourceFile:716)
        at java.lang.Thread.run(Unknown Source)
    please help me...I dont know what to do..:'(
     
  8. Offline

    Polafox

    I have the same issue. I response would be greatly appreciated.
     
  9. Offline

    Tuttu

    Everything is in this line. You have reached the available blocks limit. You have to use less mods or mods that consume less blocks.
     
  10. Offline

    alfskan

    I just using Industrial mod and fancy pack.

    Is it impossible use both by change IDs?:'(
     
  11. Offline

    Dyllon

    Is ICM Creatures coming to 1.7.3 soon? :D :S
     
  12. Offline

    okami35

    translation is ok now, so i moved my class files (retro/java) in a new folder.
    In Gui, I put "C:\\ic_translation\\mod\\" file "C:\\ic_translation\\translate\\" file translate1
    But i have : mcpmet is set to nonexisting file.
    this is my plugin.ic:

    "mcpmet" "C:\ic_translation\maps\methods.csv" putSetting
    "mcpfie" "C:\ic_translation\maps\fields.csv" putSetting
    "classmap" "C:\ic_translation\maps\classmap.csv" putSetting
    "kedamet" "C:\ic_translation\maps\kedamet.csv" putSetting
    "kedafie" "C:\ic_translation\maps\kedafie.csv" putSetting
    "retroSource" "C:\ic_translation\retro\java" putSetting


    ## Uncomment Plugins you want to use:
    "ICKSlopes.jar" plugin
    #"ICFancyPack.jar" plugin
    #"ICMCreatures.jar" plugin
    #"ICNTrees.jar" plugin
    #"ICSGlass.jar" plugin
    #"ICJanino.jar" plugin
    #"ICJode.jar" plugin
    "ICTranslator.jar" plugin
    ## If you wish to change settings and ids, put those commands before the plugin is loaded
     
  13. Offline

    eoden13

    Have you checked the user ported mod section of the OP? :)

    For Minecraft 1.7.2,1.7.3

    QwertyPower's ItemCraft update 1.6.4 (#1000)
    ItemCraft 1.6.3 (#953)
    QwertyPower files (ICSGlass, ICFancyPack addons and more...)
    o4kapuk 16 bit packet mod Does not work without (flan's unofficial) ModLoaderMP client mod.
    ICKSlopes - support for Kaevator SuperSlopes
    ICNTrees - support for Nandonalt's Trees mod. Details regarding use Ignore ScotTools or you will have problems breaking various blocks
    ICFancyPack - support for ChocolateySyrup's FancyPack unofficial update for 1.7.3 mod Details regarding use of potted plants IDs and settings
    User ported mods list maintained by Asymetrikon

    Go there and you will find everything you need to run mocreatures on bukkit 1000 and Itemcraft 1.6.4. :) Client downloads, etc.
     
  14. This combination is not possible. Industrialcraft uses around 64 sprite indices Fancypack uses 23 there are only around 80 left since the Minecraft game itself uses the rest.

    If you are using Itemcraft 1.6.3 or 1.6.4, edit the file 'init.ic' which is in your server folder in the Itemcraft folder and add the line :


    false setPacket230OnLogin

    Restart your server.

    This is showing that you have made an error in your edit of the 'plugins.ic file when you enabled Slopes. The line should read :

    "ICKSlopes.jar" plugin

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 14, 2016
  15. Offline

    Kenshin

    So, I'm trying to port a mod for ItemCraft. I copy this command on the GUI console:
    "C:\IC\mod" file "C:\IC\translate" file translate1 and this error appear. If someone could help me a little plz.
    Thanks

    Code:
    C:\IC>echo off
    151 recipes
    16 achievements
    13:42:37 [INFO] Starting minecraft server version Beta 1.7.3
    13:42:37 [INFO] Loading properties
    13:42:37 [INFO] Starting Minecraft server on *:25565
    13:42:37 [ATTENTION] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    13:42:37 [ATTENTION] The server will make no attempt to authenticate usernames.
    Beware.
    13:42:37 [ATTENTION] While this makes the game possible to play without internet
     access, it also opens up the ability for hackers to connect with any username t
    hey choose.
    13:42:37 [ATTENTION] To change this, set "online-mode" to "true" in the server.s
    ettings file.
    13:42:37 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    13:42:38 [INFO] ModLoader Server Beta 1.6.6v4 Initializing...
    13:42:38 [INFO] ModLoader Server Beta 1.6.6v4 Initializing...
    13:42:38 [INFO] Done.
    13:42:38 [INFO] ItemCraft 1.6.4
    13:42:38 [INFO] ItemCraft: ICKSlopes 0.1.1 Loaded.
    13:42:38 [INFO] ItemCraft: ICTranslator 0.1.4 Loaded.
    13:42:38 [INFO] ItemCraft: ICTranslator 0.1.4 Loaded.
    13:42:38 [INFO] Preparing level "world"
    13:42:38 [INFO] Preparing start region for level 0 (Seed: 5224767087161269014)
    13:42:38 [INFO] ModLoaderMP Beta 1.6.6v4 Initialized
    13:42:38 [INFO] ModLoaderMP Beta 1.6.6v4 Initialized
    13:42:39 [INFO] Preparing start region for level 1 (Seed: 5224767087161269014)
    13:42:39 [INFO] ChargÚ Essentials version 2.4.2 par Zenexer, ementalo, Aelux, Br
    ettflan, KimKandor, snowleo, ceulemans and Xeology
    13:42:39 [INFO] ChargÚ EssentialsChat version 2.4.2 par Zenexer, ementalo, Aelux
    , Brettflan, KimKandor, snowleo, ceulemans and Xeology
    13:42:39 [INFO] ChargÚ EssentialsGeoIP version 2.4.2 par Zenexer, ementalo, Aelu
    x, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    13:42:39 [INFO] This product includes GeoLite data created by MaxMind, available
     from http://www.maxmind.com/.
    13:42:39 [INFO] ChargÚ EssentialsProtect version 2.4.2 par Zenexer, ementalo, Ae
    lux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    13:42:39 [INFO] ChargÚ EssentialsSpawn version 2.4.2 par Zenexer, ementalo, Aelu
    x, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    13:42:39 [INFO] Server permissions file permissions.yml is empty, ignoring it
    13:42:39 [INFO] Done (0,125s)! For help, type "help" or "?"
    13:42:45 [INFO] translate1: threw java.lang.NullPointerException:[ictranslator.I
    CTranslator.translate1(ICTranslator.java:87)
     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     java.lang.reflect.Method.invoke(Unknown Source)
     com.asdaarg.bukkit.itemcraft.ScriptMan$cmdMetSV.exec(ScriptMan.java:173)
     com.asdaarg.bukkit.itemcraft.ScriptMan$cmdList.exec(ScriptMan.java:100)
     com.asdaarg.bukkit.itemcraft.GUIFrame.consoleKeyPressed(GUIFrame.java:463)
     com.asdaarg.bukkit.itemcraft.GUIFrame.access$1(GUIFrame.java:454)
     com.asdaarg.bukkit.itemcraft.GUIFrame$7.keyPressed(GUIFrame.java:412)
     java.awt.Component.processKeyEvent(Unknown Source)
     javax.swing.JComponent.processKeyEvent(Unknown Source)
     java.awt.Component.processEvent(Unknown Source)
     java.awt.Container.processEvent(Unknown Source)
     java.awt.Component.dispatchEventImpl(Unknown Source)
     java.awt.Container.dispatchEventImpl(Unknown Source)
     java.awt.Component.dispatchEvent(Unknown Source)
     java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
     java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
     java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
     java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
     java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
     java.awt.Component.dispatchEventImpl(Unknown Source)
     java.awt.Container.dispatchEventImpl(Unknown Source)
     java.awt.Window.dispatchEventImpl(Unknown Source)
     java.awt.Component.dispatchEvent(Unknown Source)
     java.awt.EventQueue.dispatchEventImpl(Unknown Source)
     java.awt.EventQueue.access$000(Unknown Source)
     java.awt.EventQueue$1.run(Unknown Source)
     java.awt.EventQueue$1.run(Unknown Source)
     java.security.AccessController.doPrivileged(Native Method)
     java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
     java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
     java.awt.EventQueue$2.run(Unknown Source)
     java.awt.EventQueue$2.run(Unknown Source)
     java.security.AccessController.doPrivileged(Native Method)
     java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
     java.awt.EventQueue.dispatchEvent(Unknown Source)
     java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
     java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
     java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
     java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     java.awt.EventDispatchThread.run(Unknown Source)]
    >
    
     
  16. I haven't yet tried this combination - you may have installed everything correct, but one or two of the plugins do not seem to work correctly together in bukkit #1000, but when you try them seperately, they do.
    Try reducing your serverside plugins and then re-introduce them one at a time and see if you can narrow down which one is causing the issue.

    Looks OK, have you tried enabling the GUI (in the init.ic file, remove the '#' infront of GUI) and type the line into this instead of putting it into your script file ? - remember everything is case sensitive - including the filename.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 14, 2016
  17. Offline

    Kenshin

    Yep, I tape the command in the GUI but I also try in init.ic. thanks
     
  18. Offline

    vaule

    thank you very much, everything works great now... tnx again
     
  19. Offline

    Shaduy

    Yeah! Working!

    [​IMG]

    Full Server Log:
    Show Spoiler

    Code:
    2011-07-20 13:59:10 [INFO] Starting minecraft server version Beta 1.7.3
    2011-07-20 13:59:10 [INFO] Loading properties
    2011-07-20 13:59:10 [INFO] Starting Minecraft server on *:25565
    2011-07-20 13:59:11 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-20 13:59:11 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-20 13:59:11 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-07-20 13:59:11 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-20 13:59:11 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-07-20 13:59:11 [INFO] [ItemCraft 1.6.4] initialized
    2011-07-20 13:59:11 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-20 13:59:11 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-20 13:59:11 [INFO] Entities enhanced[0] subclassed[2]
    2011-07-20 13:59:11 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-20 13:59:11 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-20 13:59:12 [INFO] Entities enhanced[0] subclassed[2]
    2011-07-20 13:59:12 [INFO] DataSourcePool [Self-Closing Doors] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-20 13:59:12 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-20 13:59:12 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-20 13:59:12 [INFO] [ItemCraft 1.6.4] initialized
    2011-07-20 13:59:12 [INFO] ControllerBlock: 1.18 by Hell_Fire
    2011-07-20 13:59:12 [INFO] ControllerBlock: Using IRON_BLOCK (42) as ControllerBlock, loaded 0 disallowed types from config
    2011-07-20 13:59:12 [FINE] ModLoader Server Beta 1.6.6v4 Initializing...
    2011-07-20 13:59:12 [INFO] ModLoader Server Beta 1.6.6v4 Initializing...
    2011-07-20 13:59:12 [INFO] ModLoader Server Beta 1.6.6v4 Initializing...
    2011-07-20 13:59:12 [FINER] Adding mods from C:\Users\Shaduy\Desktop\Itemcraft_Server\craftbukkit1000.jar
    2011-07-20 13:59:12 [FINER] Zip found.
    2011-07-20 13:59:13 [INFO] Done.
    2011-07-20 13:59:13 [INFO] ItemCraft 1.6.4
    2011-07-20 13:59:13 [FINER] addOverride(/gui/items.png,/mob/horsesaddle.png,38). 131 left.
    2011-07-20 13:59:13 [FINER] addOverride(/gui/items.png,/mob/haystack.png,46). 130 left.
    2011-07-20 13:59:13 [FINER] addOverride(/gui/items.png,/mob/sugarlump.png,61). 129 left.
    2011-07-20 13:59:13 [FINER] addOverride(/gui/items.png,/mob/sharkteeth.png,62). 128 left.
    2011-07-20 13:59:13 [FINER] addOverride(/gui/items.png,/mob/sharkegg.png,85). 127 left.
    2011-07-20 13:59:13 [FINER] addOverride(/gui/items.png,/mob/fishyegg.png,91). 126 left.
    2011-07-20 13:59:13 [FINER] addOverride(/gui/items.png,/mob/bigcatclaw.png,93). 125 left.
    2011-07-20 13:59:13 [INFO] ItemCraft: ICMCreatures 0.1.2 Loaded.
    2011-07-20 13:59:13 [INFO] Preparing level "world"
    2011-07-20 13:59:13 [INFO] Preparing start region for level 0 (Seed: 10110101)
    2011-07-20 13:59:13 [INFO] ModLoaderMP Beta 1.6.6v4 Initialized
    2011-07-20 13:59:13 [FINE] ModLoaderMP Beta 1.6.6v4 Initialized
    2011-07-20 13:59:13 [INFO] ModLoaderMP Beta 1.6.6v4 Initialized
    2011-07-20 13:59:14 [INFO] Preparing start region for level 1 (Seed: 10110101)
    2011-07-20 13:59:14 [INFO] Preparing spawn area: 0%
    2011-07-20 13:59:15 [INFO] [BedHeal]: starting...
    2011-07-20 13:59:15 [INFO] [Bedheal]: started!
    2011-07-20 13:59:15 [INFO] BlockDoor loaded:
    2011-07-20 13:59:15 [INFO] 0 Door(s) 0 Trigger(s)
    2011-07-20 13:59:15 [INFO] 0 Zone(s) 0 Redstone Trigger(s)
    2011-07-20 13:59:15 [INFO] BlockDoor config file finished loading...
    2011-07-20 13:59:15 [INFO] BlockDoor Item Database finished loading...
    2011-07-20 13:59:15 [INFO] Permissions not detected, BlockDoor in OPs mode...
    2011-07-20 13:59:15 [INFO] BlockDoor version 0.05f is enabled!
    2011-07-20 13:59:15 [INFO] BlocksOnGlass version 0.35 is enabled!
    2011-07-20 13:59:15 [INFO] [BlocksOnGlass] Permission system not detected. Everybody can place everything on glass.
    2011-07-20 13:59:15 [INFO] ChairCraft 1.2.4 is enabled.
    2011-07-20 13:59:15 [INFO] [ChopTree] Permissions not detected, defaulting to ops.
    2011-07-20 13:59:15 [INFO] ChopTree 1.23 enabled!
    2011-07-20 13:59:15 [INFO] ControllerBlock: Enabling full redstone check
    2011-07-20 13:59:15 [INFO] ControllerBlock: Events registered
    2011-07-20 13:59:15 [INFO] [CreativeGates v1.1.2] ===== ENABLE START
    2011-07-20 13:59:15 [INFO] [CreativeGates v1.1.2] Loading conf.txt ...
    2011-07-20 13:59:15 [INFO] [CreativeGates v1.1.2] Wand: Watch
    2011-07-20 13:59:15 [INFO] [CreativeGates v1.1.2] Block: Diamond block
    2011-07-20 13:59:15 [INFO] [CreativeGates v1.1.2] Permission system not detected, defaulting to OP
    2011-07-20 13:59:15 [INFO] [CreativeGates v1.1.2] ===== ENABLE END
    2011-07-20 13:59:15 [INFO] Elevators version 1.4.3 is enabled! 1 elevator in worlds "world", "world_nether" loaded.
    2011-07-20 13:59:15 [INFO] [Giant Trees] version 0.3.2 is enabled
    2011-07-20 13:59:15 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-07-20 13:59:15 [INFO] [Landmarks] Loading C:\Users\Shaduy\Desktop\Itemcraft_Server\plugins\Landmarks\..\dynmap\web\markers.json
    2011-07-20 13:59:15 [INFO] [Landmarks] Successfully loaded 1 markers.
    2011-07-20 13:59:15 [INFO] [Landmarks] Permission system not detected, no checks
    2011-07-20 13:59:15 [INFO] [Landmarks] Landmarks 0.2 enabled.
    2011-07-20 13:59:15 [INFO] [ItemCraft 1.6.4] Server version compatibility check succeeded
    2011-07-20 13:59:15 [INFO] [ItemCraft 1.6.4] enabled
    2011-07-20 13:59:15 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    2011-07-20 13:59:15 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-07-20 13:59:15 [INFO] [MagicCarpet] Anyone can use the Magic Carpet.
    2011-07-20 13:59:15 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-07-20 13:59:15 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is enabled!
    2011-07-20 13:59:15 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.2.8 is enabled!
    2011-07-20 13:59:15 [INFO] [Minecart Mania] MinecartManiaStation version 1.2.5 is enabled!
    2011-07-20 13:59:15 [INFO] NoExplode version 1.5 is enabled!
    2011-07-20 13:59:15 [INFO] Enabled NoMelt!
    2011-07-20 13:59:15 [INFO] PickBoat version 0.3.5 is enabled!
    2011-07-20 13:59:15 [INFO] PlgEssentials version 4.6 is enabled!
    2011-07-20 13:59:15 [INFO] [Quantum Connectors] version 0.3.4 ENABLED
    2011-07-20 13:59:15 [INFO] [Scavenger] Starting: v1.4.0
    2011-07-20 13:59:15 [INFO] Self-Closing Doors v0.24 enabled.
    2011-07-20 13:59:15 [INFO] [SCD] Permission system not detected, defaulting to OP.
    2011-07-20 13:59:15 [INFO] [SCD] LWC not detected.
    2011-07-20 13:59:15 [INFO] [SpawnMob] Permission system not detected! Please go into the SpawnMob.properties and set use-permissions to false.
    2011-07-20 13:59:15 [INFO] [SpawnMob] Please go into the SpawnMob.properties and set use-permissions to false.
    2011-07-20 13:59:15 [INFO] [SpawnMob] Using ops.txt!
    2011-07-20 13:59:15 [INFO] Stackable: Configuration file loaded.
    2011-07-20 13:59:15 [INFO] Stackable: Version 0.5.1 enable.
    2011-07-20 13:59:15 [INFO] SupplySign: ShowErrorsInClient=true
    2011-07-20 13:59:15 [INFO] SupplySign: FixSignOnSignGlitch=SupplySignOnly
    2011-07-20 13:59:15 [INFO] SupplySign: AllowNonOpAccess=false
    2011-07-20 13:59:15 [INFO] SupplySign loaded 1123 items.
    2011-07-20 13:59:15 [INFO] SupplySign loaded 13 kits from kits.yml.
    2011-07-20 13:59:15 [INFO] SupplySign version 1.7.0 is enabled!
    2011-07-20 13:59:15 [INFO] UnderwaterTorch Enabled
    2011-07-20 13:59:15 [INFO] [WeatherGod] Permission system not detected. Defaulting to Op.
    2011-07-20 13:59:15 [INFO] WeatherGod version 0.31 is enabled!
    2011-07-20 13:59:15 [INFO] WorldEdit 4.6 enabled.
    2011-07-20 13:59:15 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-07-20 13:59:15 [INFO] [XcraftGate v0.7.2] by Engelier loaded.
    2011-07-20 13:59:15 [INFO] [XcraftGate v0.7.2] loading world area51 (NORMAL)
    2011-07-20 13:59:15 [INFO] Preparing start region for level 2 (Seed: 1969951277)
    2011-07-20 13:59:16 [INFO] 0 elevators in world "area51" loaded.
    2011-07-20 13:59:16 [INFO] [XcraftGate v0.7.2] loading world world_nether (NETHER)
    2011-07-20 13:59:16 [INFO] [XcraftGate v0.7.2] loading world world (NORMAL)
    2011-07-20 13:59:16 [INFO] [XcraftGate v0.7.2] loaded 6 gates
    2011-07-20 13:59:16 [INFO] [Minecart Mania] Permissions not found. Using OP for admin commands.
    2011-07-20 13:59:16 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.2.7 is enabled!
    2011-07-20 13:59:16 [INFO] [Minecart Mania] MinecartManiaAutocart version 1.2.2 is enabled!
    2011-07-20 13:59:16 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.2.3 is enabled!
    2011-07-20 13:59:16 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.2.5 is enabled!
    2011-07-20 13:59:16 [INFO] [ItemCraft 1.6.4] Server version compatibility check succeeded
    2011-07-20 13:59:16 [INFO] [dynmap] Using environment as template: normal
    2011-07-20 13:59:16 [INFO] [dynmap] Configuration of world world
    2011-07-20 13:59:16 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@102b51
    2011-07-20 13:59:16 [INFO] [dynmap] enabled: true
    2011-07-20 13:59:16 [INFO] [dynmap] title: world
    2011-07-20 13:59:16 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-20 13:59:16 [INFO] [dynmap] name: world
    2011-07-20 13:59:16 [INFO] [dynmap] Loading maps of world 'world'...
    2011-07-20 13:59:16 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-20 13:59:16 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-20 13:59:16 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    2011-07-20 13:59:16 [INFO] [dynmap] Using environment as template: nether
    2011-07-20 13:59:16 [INFO] [dynmap] Configuration of world world_nether
    2011-07-20 13:59:16 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@9f498c
    2011-07-20 13:59:16 [INFO] [dynmap] enabled: true
    2011-07-20 13:59:16 [INFO] [dynmap] title: world_nether
    2011-07-20 13:59:16 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, background=#300806, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=nether, title=Surface, prefix=nt, maximumheight=127, colorscheme=default, background=#300806}]}]
    2011-07-20 13:59:16 [INFO] [dynmap] name: world_nether
    2011-07-20 13:59:16 [INFO] [dynmap] Loading maps of world 'world_nether'...
    2011-07-20 13:59:16 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-20 13:59:16 [INFO] [dynmap] Loaded 1 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-20 13:59:16 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    2011-07-20 13:59:16 [INFO] [dynmap] Using environment as template: normal
    2011-07-20 13:59:16 [INFO] [dynmap] Configuration of world area51
    2011-07-20 13:59:16 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@195b8e9
    2011-07-20 13:59:16 [INFO] [dynmap] enabled: true
    2011-07-20 13:59:16 [INFO] [dynmap] title: area51
    2011-07-20 13:59:16 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-20 13:59:16 [INFO] [dynmap] name: area51
    2011-07-20 13:59:16 [INFO] [dynmap] Loading maps of world 'area51'...
    2011-07-20 13:59:16 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-20 13:59:16 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-20 13:59:16 [INFO] [dynmap] Loaded 2 maps of world 'area51'.
    2011-07-20 13:59:16 [INFO] [dynmap] Web server is permitting symbolic links
    2011-07-20 13:59:16 [INFO] [dynmap] Loaded 9 components.
    2011-07-20 13:59:16 [INFO] [dynmap] Dynmap WebServer started on null:8123
    2011-07-20 13:59:16 [INFO] [dynmap] version 0.19.2 is enabled
    2011-07-20 13:59:16 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-07-20 13:59:16 [INFO] Done (0,377s)! For help, type "help" or "?"
    2011-07-20 13:59:17 [INFO] ControllerBlock: Loaded v4 data - 41 ControllerBlocks loaded
    2011-07-20 13:59:35 [INFO] Shaduy [/127.0.0.1:49866] logged in with entity id 122 at ([world] -7.309279564309655, 70.0, 185.48781558910764)
    
     
  20. Offline

    Kenshin

    I replaced
    Code:
    "C:\IC\mod" file "C:\IC\translate" file translate1 
    by
    Code:
     "C:\\IC\\mod" file "C:\\IC\\translate" file translate1
    and now I have "mcpmet is set to noexisting file;"
    Any idea ?
     
  21. Offline

    D3C

    Since im not currently at my Main computer of which i run the server, is that all i would have to do?
    Or would i have to set each Item ID Manually like as of what other people have done?
     
  22. Can someone make a tutorial how to install ModLoaderMP Mods like PLanes IndustrialCraft BuildCraft....
    This would be very helpful.
    Didnt find anything in the Wiki.

    THANK YOU VERY MUCH :)
     
  23. I can re-point you at this post HERE.
    It would seem when setting up your pointers to the .csv files, you may have got one wrong.

    May I suggest a read of this post HERE - it should assist with your querey.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 14, 2016
  24. Offline

    Kenshin

    I already follow this tuto exept this part:
    Overwrite reg.reg from retro with the new one from the qwertypower maps
    (not written on the wiki)
    what is it ?
     
  25. The reg.reg file has been updated by qwertypower, so if you are using an old version of reg.reg you need to download the newer version and overwrite the old version.
    I don't think this is your problem - I think the problem is in your .csv path setup - try resetting all your .csv file paths again.
     
  26. Offline

    Kenshin

    My translator.ic:
    Code:
    "mcpmet" "C:\\IC\\maps\\methods.csv" putSetting
    "mcpfie" "C:\\IC\\maps\\fields.csv" putSetting
    "classmap" "C:\\IC\maps\\classmap.csv" putSetting
    "kedamet" "C:\\IC\\maps\\kedamet.csv" putSetting
    "kedafie" "C:\\IC\maps\\kedafie.csv" putSetting
    "retroSource" "C:\\IC\\java" putSetting
    My init.ic:

    Code:
    "com.asdaarg.bukkit.itemcraft" package use
    "net.minecraft.server" package use
    "ItemCraft" class use
    "plugins.ic" include
    "translator.ic" include
    "ICTranslator.jar" plugin
    ## Comment to turn off GUI:
    
    false setPacket230OnLogin
    "ItemCraft" class
    "ICS" class
    GUI
    
    
     
  27. Although this looks OK, this is the issue, and I'm not sure why - the IC translator is saying that mcpmet is pointing to a non-existant file. So either the 'methods.csv' file is not in your c:\ic\maps directory, or try changing all your path lines to :

    "mcpmet" "c:\\ic\\maps\\methods.csv" putSetting
    "mcpfie" "c:\\ic\\maps\\fields.csv" putSetting
    "classmap" "c:\\ic\maps\\classmap.csv" putSetting
    "kedamet" "c:\\ic\\kedamet.csv" putSetting
    "kedafie" "c:\\ic\maps\\kedafie.csv" putSetting
    "retroSource" "c:\\ic\\java" putSetting

    and see if that assists ?
     
  28. Offline

    Kenshin

    Same. I double check, the path is C://IC/maps
    Thanks for your assistance
     
  29. Yes, but have you replaced your path lines with mine please in your 'ic' file please ? They look the same, but they're not.
     
  30. Thank you that works. But how can i make This mods compatible with Kslopes .... ?
    That would be nice.
    With this version i can only use planes verhicles... Not together with KSlopes FancyPack....
     
  31. Offline

    Brenth

    Hey just wanted to let everyone know there is a way to kind of "glitch" some features to work in ICM Creatures. If you make the recipe for a saddle/whip/medallion etc. the item flashes and then disappears. If you make the item in the workbench and then pick up one item, place it and quickly click+shift the item it will go into your inventory and then back into the output box. Then quickly shift click it it out of the output box and then quickly leave your inventory. The materials will drop and the item you made will be in your hand. The item disappears when you do certain things but you can right click with it. Also I was able to: * Do the whip+sign to kill rabbits. * Name a BigCat(it showed health etc) and use the whip to make it sit/stand-however it killed me soon after. *use the rope on it. Also converting a normal saddle to a horse saddle works perfectly, hay and sugar lumps work aswell. -Sorry for long post and hope this isn't a repeat :) - Item has to go into the quickslot you are currently on (1-9)
     

Share This Page