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

    Lirycs78

    Someone help me please :'(

    I have that after haver translated my mod :

    Code:
    ..  ModLoader.func_100268_RegisterBlock(field_102945_BlocUranium);
            ModLoader.func_100270_AddRecipe(new EntityList(field_102945_BlocUranium, 1), new Object[] {
                "#", Character.valueOf('#'), ItemSign.field_101131_x
            });
            ModLoader.func_100284_AddName(field_102945_BlocUranium, "Uranium");
        }
    
        public String func_102936_Version()
        {
            return "1.6.6";
        }
    
        public static final ItemSign field_102945_BlocUranium = new  BlocUranium(250, ModLoader.func_100255_addOverride("/terrain.png",  "/ockraft/uranium.png"));
    
    }
    Block is changed by ItemSign
    ItemStack is changed by EntityList
    etc..

    And I have several errors with that.
     
  3. Offline

    xeronut

    Ahh I answered my own question about the shelves - since you can't place books or bowls in the shelves, bookshelves become nonexistant. Also, since I use Bookworm 1.4 left-and right-clicking the shelves become reserved for FancyPack, and so I can't place or save the books I've written. Otherwise everything seems to work OK with exception to Iron Counters (shares a recipe with Iron Helmet) and Bone Crafts - says Invalid ID. Everything places nicely too, other than potted plants of course.

    Now just for some Coral Reef lovin' and I can leave 1.6.6 behind! :D
     
  4. Offline

    Tuttu

    You're lucky. I have big problems placing new items. :p
     
  5. Offline

    Syrome

    asdaarg likes this.
  6. Offline

    Tuttu

    Vive ItemCraft !
    [​IMG]
     
  7. Offline

    Matsche1887

    How i get the planter pot from Fancypack works in multiplayer ?
    The Details in the start post doesn't work for me.
     
  8. Offline

    Viktor

    do you mind providing the source? :)
     
  9. Offline

    bigbob85

    Was about to post source link to all the mo'creatures stuff I got up to for people to tinker with... then realized 2.12.2 of Mo'Creatures was released. >_<

    EDIT:
    http://code.google.com/p/itemcraft-mocreatures/
    Created a google code project. There is ALOT of stuff that needs to be fixed...
    If you want write access to it, PM me the required details and it shall be done... If anyone has got googlecode experience and would like to be an admin or whatever to that SVN let me know, I am quite busy with my own life :(
     
  10. Offline

    xeronut

    Dude.. are you kidding?!? I was JUST working on a Donatello flag - I already made Strawberry Shortcake, Smurfs and He-Man (I am a child of the 80's, what can I say). Nice work :D

    By the way, what problems are you having placing blocks? Maybe I can help.
     
  11. Offline

    Tuttu

    He he, thanks. Let's see them when you have finished. :)
    Which problems ? I haven't problems to place blocks. ;)
     
  12. Offline

    eoden13

    Hey do you by chance have a copy of the client side mods? they are not the latest version and Flan doesn't have say like vehicles ver 1.7.2 available to download. thanks
     
    Last edited by a moderator: Dec 14, 2016
  13. Offline

    xeronut

    This. Maybe I misunderstood?

    And yeah, I'll share them soon as I'm done :) Gunna do the full set of 16 - haven't decided what I want to fill the rest out with. Have any ideas? :D
     
  14. Offline

    Tuttu

    Sorry, I don't remember this message. Everything is fix now, I just ahd forget to apply new IDs server side. :p

    Good question ! On my server, each player will have his own flag so I have no problem with this. :p
     
  15. Offline

    xeronut

    That's a good idea too, though I have to admit - lately I put more time in doing the admin and maintenance work than I do building stuff. For as much as I harped at poor Asymetrikon for his port of Coral Reefs (which I am eternally thankful for), I've made the coral dungeon and the 5 main pillars supporting my sandcastle.. and that's it >< Had I not been piddling with textures and plugins I'd be well done by now and back to working on my Megadome. <cues the violins>

    I should let those lazy bastards make their own flags. :p
     
  16. Offline

    Polafox

    When attempting to run the 'translateMCP.bat', I get the following error:

    Code:
    field: iCodecClass|null
    Field paulscode/sound/SoundSystemConfig$Codec/iCodecClass renamed to field_101094_iCodecClass from name maker.
    func: getCodec|(Ljava/lang/String;)Lpaulscode/sound/ICodec;
    Method paulscode/sound/SoundSystemConfig/getCodec renamed to func_101095_getCodec from name maker.
    func: setStreamingBufferSize|(I)V
    Method paulscode/sound/SoundSystemConfig/setStreamingBufferSize renamed to func_101096_setStreamingBufferSize from n
    ame maker.
    func: setCodec|(Ljava/lang/String;Ljava/lang/Class;)V
    Method paulscode/sound/SoundSystemConfig/setCodec renamed to func_101097_setCodec from name maker.
    func: setSoundFilesPackage|(Ljava/lang/String;)V
    Method paulscode/sound/SoundSystemConfig/setSoundFilesPackage renamed to func_101098_setSoundFilesPackage from name
    maker.
    func: setMaxFileSize|(I)V
    Method paulscode/sound/SoundSystemConfig/setMaxFileSize renamed to func_101099_setMaxFileSize from name maker.
    func: access$000|(Ljava/lang/String;)V
    Method paulscode/sound/SoundSystemConfig/access$000 renamed to func_101100_access$000 from name maker.
    func: midiCodec|()Z
    Method paulscode/sound/SoundSystemConfig/midiCodec renamed to func_101101_midiCodec from name maker.
    func: errorMessage|(Ljava/lang/String;)V
    Method paulscode/sound/SoundSystemConfig/errorMessage renamed to func_101102_errorMessage from name maker.
    func: setDefaultAttenuation|(I)V
    Method paulscode/sound/SoundSystemConfig/setDefaultAttenuation renamed to func_101103_setDefaultAttenuation from nam
    e maker.
    func: getStreamingBufferSize|()I
    Method paulscode/sound/SoundSystemConfig/getStreamingBufferSize renamed to func_101104_getStreamingBufferSize from n
    ame maker.
    func: libraryCompatible|(Ljava/lang/Class;)Z
    Method paulscode/sound/SoundSystemConfig/libraryCompatible renamed to func_101105_libraryCompatible from name maker.
    
    func: setFileChunkSize|(I)V
    Method paulscode/sound/SoundSystemConfig/setFileChunkSize renamed to func_101106_setFileChunkSize from name maker.
    func: getLibraryDescription|(Ljava/lang/Class;)Ljava/lang/String;
    Method paulscode/sound/SoundSystemConfig/getLibraryDescription renamed to func_101107_getLibraryDescription from nam
    e maker.
    func: setDefaultFadeDistance|(F)V
    Method paulscode/sound/SoundSystemConfig/setDefaultFadeDistance renamed to func_101108_setDefaultFadeDistance from n
    ame maker.
    func: runMethod|(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;
    Method paulscode/sound/SoundSystemConfig/runMethod renamed to func_101109_runMethod from name maker.
    func: setNumberStreamingBuffers|(I)V
    Method paulscode/sound/SoundSystemConfig/setNumberStreamingBuffers renamed to func_101110_setNumberStreamingBuffers
    from name maker.
    func: setLogger|(Lpaulscode/sound/SoundSystemLogger;)V
    Method paulscode/sound/SoundSystemConfig/setLogger renamed to func_101111_setLogger from name maker.
    func: getLibraryTitle|(Ljava/lang/Class;)Ljava/lang/String;
    Method paulscode/sound/SoundSystemConfig/getLibraryTitle renamed to func_101112_getLibraryTitle from name maker.
    func: getNumberStreamingBuffers|()I
    Method paulscode/sound/SoundSystemConfig/getNumberStreamingBuffers renamed to func_101113_getNumberStreamingBuffers
    from name maker.
    func: removeLibrary|(Ljava/lang/Class;)V
    Method paulscode/sound/SoundSystemConfig/removeLibrary renamed to func_101114_removeLibrary from name maker.
    func: addLibrary|(Ljava/lang/Class;)V
    Method paulscode/sound/SoundSystemConfig/addLibrary renamed to func_101115_addLibrary from name maker.
    func: getNumberStreamingChannels|()I
    Method paulscode/sound/SoundSystemConfig/getNumberStreamingChannels renamed to func_101116_getNumberStreamingChannel
    s from name maker.
    func: setDefaultRolloff|(F)V
    Method paulscode/sound/SoundSystemConfig/setDefaultRolloff renamed to func_101117_setDefaultRolloff from name maker.
    
    func: getSoundFilesPackage|()Ljava/lang/String;
    Method paulscode/sound/SoundSystemConfig/getSoundFilesPackage renamed to func_101118_getSoundFilesPackage from name
    maker.
    func: getLibraries|()Ljava/util/LinkedList;
    Method paulscode/sound/SoundSystemConfig/getLibraries renamed to func_101119_getLibraries from name maker.
    func: getDefaultAttenuation|()I
    Method paulscode/sound/SoundSystemConfig/getDefaultAttenuation renamed to func_101120_getDefaultAttenuation from nam
    e maker.
    func: getLogger|()Lpaulscode/sound/SoundSystemLogger;
    Method paulscode/sound/SoundSystemConfig/getLogger renamed to func_101121_getLogger from name maker.
    func: setNumberNormalChannels|(I)V
    Method paulscode/sound/SoundSystemConfig/setNumberNormalChannels renamed to func_101122_setNumberNormalChannels from
     name maker.
    func: getMasterGain|()F
    Method paulscode/sound/SoundSystemConfig/getMasterGain renamed to func_101123_getMasterGain from name maker.
    func: getDefaultRolloff|()F
    Method paulscode/sound/SoundSystemConfig/getDefaultRolloff renamed to func_101124_getDefaultRolloff from name maker.
    
    func: getNumberNormalChannels|()I
    Method paulscode/sound/SoundSystemConfig/getNumberNormalChannels renamed to func_101125_getNumberNormalChannels from
     name maker.
    func: setMasterGain|(F)V
    Method paulscode/sound/SoundSystemConfig/setMasterGain renamed to func_101126_setMasterGain from name maker.
    func: getFileChunkSize|()I
    Method paulscode/sound/SoundSystemConfig/getFileChunkSize renamed to func_101127_getFileChunkSize from name maker.
    func: getDefaultFadeDistance|()F
    Method paulscode/sound/SoundSystemConfig/getDefaultFadeDistance renamed to func_101128_getDefaultFadeDistance from n
    ame maker.
    func: setNumberStreamingChannels|(I)V
    Method paulscode/sound/SoundSystemConfig/setNumberStreamingChannels renamed to func_101129_setNumberStreamingChannel
    s from name maker.
    func: getMaxFileSize|()I
    Method paulscode/sound/SoundSystemConfig/getMaxFileSize renamed to func_101130_getMaxFileSize from name maker.
    field: EXTENSION_MIDI|null
    Field paulscode/sound/SoundSystemConfig/EXTENSION_MIDI renamed to field_101131_EXTENSION_MIDI from name maker.
    field: TYPE_NORMAL|null
    Field paulscode/sound/SoundSystemConfig/TYPE_NORMAL renamed to field_101132_TYPE_NORMAL from name maker.
    field: PREFIX_URL|null
    Field paulscode/sound/SoundSystemConfig/PREFIX_URL renamed to field_101133_PREFIX_URL from name maker.
    field: ATTENUATION_ROLLOFF|null
    Field paulscode/sound/SoundSystemConfig/ATTENUATION_ROLLOFF renamed to field_101134_ATTENUATION_ROLLOFF from name ma
    ker.
    field: midiCodec|null
    Field paulscode/sound/SoundSystemConfig/midiCodec renamed to field_101135_midiCodec from name maker.
    field: streamingBufferSize|null
    Field paulscode/sound/SoundSystemConfig/streamingBufferSize renamed to field_101136_streamingBufferSize from name ma
    ker.
    field: defaultFadeDistance|null
    Field paulscode/sound/SoundSystemConfig/defaultFadeDistance renamed to field_101137_defaultFadeDistance from name ma
    ker.
    field: numberNormalChannels|null
    Field paulscode/sound/SoundSystemConfig/numberNormalChannels renamed to field_101138_numberNormalChannels from name
    maker.
    field: ATTENUATION_NONE|null
    Field paulscode/sound/SoundSystemConfig/ATTENUATION_NONE renamed to field_101139_ATTENUATION_NONE from name maker.
    field: numberStreamingBuffers|null
    Field paulscode/sound/SoundSystemConfig/numberStreamingBuffers renamed to field_101140_numberStreamingBuffers from n
    ame maker.
    field: numberStreamingChannels|null
    Field paulscode/sound/SoundSystemConfig/numberStreamingChannels renamed to field_101141_numberStreamingChannels from
     name maker.
    field: masterGain|null
    Field paulscode/sound/SoundSystemConfig/masterGain renamed to field_101142_masterGain from name maker.
    field: THREAD_SYNC|null
    Field paulscode/sound/SoundSystemConfig/THREAD_SYNC renamed to field_101143_THREAD_SYNC from name maker.
    field: codecs|null
    Field paulscode/sound/SoundSystemConfig/codecs renamed to field_101144_codecs from name maker.
    field: soundFilesPackage|null
    Field paulscode/sound/SoundSystemConfig/soundFilesPackage renamed to field_101145_soundFilesPackage from name maker.
    
    field: fileChunkSize|null
    Field paulscode/sound/SoundSystemConfig/fileChunkSize renamed to field_101146_fileChunkSize from name maker.
    field: TYPE_STREAMING|null
    Field paulscode/sound/SoundSystemConfig/TYPE_STREAMING renamed to field_101147_TYPE_STREAMING from name maker.
    field: ATTENUATION_LINEAR|null
    Field paulscode/sound/SoundSystemConfig/ATTENUATION_LINEAR renamed to field_101148_ATTENUATION_LINEAR from name make
    r.
    field: maxFileSize|null
    Field paulscode/sound/SoundSystemConfig/maxFileSize renamed to field_101149_maxFileSize from name maker.
    field: libraries|null
    Field paulscode/sound/SoundSystemConfig/libraries renamed to field_101150_libraries from name maker.
    field: logger|null
    Field paulscode/sound/SoundSystemConfig/logger renamed to field_101151_logger from name maker.
    field: defaultRolloffFactor|null
    Field paulscode/sound/SoundSystemConfig/defaultRolloffFactor renamed to field_101152_defaultRolloffFactor from name
    maker.
    field: defaultAttenuationModel|null
    Field paulscode/sound/SoundSystemConfig/defaultAttenuationModel renamed to field_101153_defaultAttenuationModel from
     name maker.
    func: setLooping|(Z)V
    Method paulscode/sound/MidiChannel/setLooping renamed to func_101154_setLooping from name maker.
    func: fadeOutIn|(Lpaulscode/sound/FilenameURL;JJ)V
    Method paulscode/sound/MidiChannel/fadeOutIn renamed to func_101155_fadeOutIn from name maker.
    func: fadeOut|(Lpaulscode/sound/FilenameURL;J)V
    Method paulscode/sound/MidiChannel/fadeOut renamed to func_101156_fadeOut from name maker.
    func: getSourcename|()Ljava/lang/String;
    Method paulscode/sound/MidiChannel/getSourcename renamed to func_101157_getSourcename from name maker.
    func: access$100|(Lpaulscode/sound/MidiChannel;)Z
    Method paulscode/sound/MidiChannel/access$100 renamed to func_101158_access$100 from name maker.
    func: toLoop|(ZZ)Z
    Method paulscode/sound/MidiChannel/toLoop renamed to func_101159_toLoop from name maker.
    func: getFilename|()Ljava/lang/String;
    Method paulscode/sound/MidiChannel/getFilename renamed to func_101160_getFilename from name maker.
    func: importantMessage|(Ljava/lang/String;)V
    Method paulscode/sound/MidiChannel/importantMessage renamed to func_101161_importantMessage from name maker.
    func: setSourcename|(Ljava/lang/String;)V
    Method paulscode/sound/MidiChannel/setSourcename renamed to func_101162_setSourcename from name maker.
    func: message|(Ljava/lang/String;)V
    Method paulscode/sound/MidiChannel/message renamed to func_101163_message from name maker.
    func: setVolume|(F)V
    Method paulscode/sound/MidiChannel/setVolume renamed to func_101164_setVolume from name maker.
    func: play|()V
    Method paulscode/sound/MidiChannel/play renamed to func_101165_play from name maker.
    func: dequeueSound|(Ljava/lang/String;)V
    Method paulscode/sound/MidiChannel/dequeueSound renamed to func_101166_dequeueSound from name maker.
    func: resetGain|()V
    Method paulscode/sound/MidiChannel/resetGain renamed to func_101167_resetGain from name maker.
    func: errorMessage|(Ljava/lang/String;)V
    Method paulscode/sound/MidiChannel/errorMessage renamed to func_101168_errorMessage from name maker.
    func: loading|(ZZ)Z
    Method paulscode/sound/MidiChannel/loading renamed to func_101169_loading from name maker.
    func: openMidiDevice|(Ljava/lang/String;)Ljavax/sound/midi/MidiDevice;
    Method paulscode/sound/MidiChannel/openMidiDevice renamed to func_101170_openMidiDevice from name maker.
    func: switchSource|(ZLjava/lang/String;Lpaulscode/sound/FilenameURL;)V
    Method paulscode/sound/MidiChannel/switchSource renamed to func_101171_switchSource from name maker.
    func: setFilenameURL|(Lpaulscode/sound/FilenameURL;)V
    Method paulscode/sound/MidiChannel/setFilenameURL renamed to func_101172_setFilenameURL from name maker.
    func: switchSource|(ZLjava/lang/String;Ljava/lang/String;)V
    Method paulscode/sound/MidiChannel/switchSource renamed to func_101173_switchSource from name maker.
    func: pause|()V
    Method paulscode/sound/MidiChannel/pause renamed to func_101174_pause from name maker.
    func: getFilenameURL|()Lpaulscode/sound/FilenameURL;
    Method paulscode/sound/MidiChannel/getFilenameURL renamed to func_101175_getFilenameURL from name maker.
    func: cleanup|()V
    Method paulscode/sound/MidiChannel/cleanup renamed to func_101176_cleanup from name maker.
    func: queueSound|(Lpaulscode/sound/FilenameURL;)V
    Method paulscode/sound/MidiChannel/queueSound renamed to func_101177_queueSound from name maker.
    func: sourcename|(ZLjava/lang/String;)Ljava/lang/String;
    Method paulscode/sound/MidiChannel/sourcename renamed to func_101178_sourcename from name maker.
    func: getSynthesizer|()V
    Method paulscode/sound/MidiChannel/getSynthesizer renamed to func_101179_getSynthesizer from name maker.
    func: getVolume|()F
    Method paulscode/sound/MidiChannel/getVolume renamed to func_101180_getVolume from name maker.
    func: reset|()V
    Method paulscode/sound/MidiChannel/reset renamed to func_101181_reset from name maker.
    func: filenameURL|(ZLpaulscode/sound/FilenameURL;)Lpaulscode/sound/FilenameURL;
    Method paulscode/sound/MidiChannel/filenameURL renamed to func_101182_filenameURL from name maker.
    func: checkFadeOut|()Z
    Method paulscode/sound/MidiChannel/checkFadeOut renamed to func_101183_checkFadeOut from name maker.
    func: getSequencer|()V
    Method paulscode/sound/MidiChannel/getSequencer renamed to func_101184_getSequencer from name maker.
    func: setSequence|(Ljava/net/URL;)V
    Method paulscode/sound/MidiChannel/setSequence renamed to func_101185_setSequence from name maker.
    func: getLooping|()Z
    Method paulscode/sound/MidiChannel/getLooping renamed to func_101186_getLooping from name maker.
    Method paulscode/sound/MidiChannel/meta renamed to meta because of super class.
    func: errorCheck|(ZLjava/lang/String;)Z
    Method paulscode/sound/MidiChannel/errorCheck renamed to func_101187_errorCheck from name maker.
    func: openSequencer|(Ljava/lang/String;)Ljavax/sound/midi/Sequencer;
    Method paulscode/sound/MidiChannel/openSequencer renamed to func_101188_openSequencer from name maker.
    func: stop|()V
    Method paulscode/sound/MidiChannel/stop renamed to func_101189_stop from name maker.
    func: printStackTrace|(Ljava/lang/Exception;)V
    Method paulscode/sound/MidiChannel/printStackTrace renamed to func_101190_printStackTrace from name maker.
    func: switchSource|(ZLjava/lang/String;Ljava/net/URL;Ljava/lang/String;)V
    Method paulscode/sound/MidiChannel/switchSource renamed to func_101191_switchSource from name maker.
    func: incrementSequence|()Z
    Method paulscode/sound/MidiChannel/incrementSequence renamed to func_101192_incrementSequence from name maker.
    func: loading|()Z
    Method paulscode/sound/MidiChannel/loading renamed to func_101193_loading from name maker.
    func: init|()V
    Method paulscode/sound/MidiChannel/init renamed to func_101194_init from name maker.
    func: rewind|()V
    Method paulscode/sound/MidiChannel/rewind renamed to func_101195_rewind from name maker.
    field: synthesizer|null
    Field paulscode/sound/MidiChannel/synthesizer renamed to field_101196_synthesizer from name maker.
    field: sequenceQueueLock|null
    Field paulscode/sound/MidiChannel/sequenceQueueLock renamed to field_101197_sequenceQueueLock from name maker.
    field: fadeInGain|null
    Field paulscode/sound/MidiChannel/fadeInGain renamed to field_101198_fadeInGain from name maker.
    field: loading|null
    Field paulscode/sound/MidiChannel/loading renamed to field_101199_loading from name maker.
    field: sequenceQueue|null
    Field paulscode/sound/MidiChannel/sequenceQueue renamed to field_101200_sequenceQueue from name maker.
    field: sequencer|null
    Field paulscode/sound/MidiChannel/sequencer renamed to field_101201_sequencer from name maker.
    field: fadeInMilis|null
    Field paulscode/sound/MidiChannel/fadeInMilis renamed to field_101202_fadeInMilis from name maker.
    field: synthDevice|null
    Field paulscode/sound/MidiChannel/synthDevice renamed to field_101203_synthDevice from name maker.
    field: filenameURL|null
    Field paulscode/sound/MidiChannel/filenameURL renamed to field_101204_filenameURL from name maker.
    field: fadeThread|null
    Field paulscode/sound/MidiChannel/fadeThread renamed to field_101205_fadeThread from name maker.
    field: gain|null
    Field paulscode/sound/MidiChannel/gain renamed to field_101206_gain from name maker.
    field: sequence|null
    Field paulscode/sound/MidiChannel/sequence renamed to field_101207_sequence from name maker.
    field: CHANGE_VOLUME|null
    Field paulscode/sound/MidiChannel/CHANGE_VOLUME renamed to field_101208_CHANGE_VOLUME from name maker.
    field: lastFadeCheck|null
    Field paulscode/sound/MidiChannel/lastFadeCheck renamed to field_101209_lastFadeCheck from name maker.
    field: fadeOutMilis|null
    Field paulscode/sound/MidiChannel/fadeOutMilis renamed to field_101210_fadeOutMilis from name maker.
    field: SET|null
    Field paulscode/sound/MidiChannel/SET renamed to field_101211_SET from name maker.
    field: XXX|null
    Field paulscode/sound/MidiChannel/XXX renamed to field_101212_XXX from name maker.
    field: fadeOutGain|null
    Field paulscode/sound/MidiChannel/fadeOutGain renamed to field_101213_fadeOutGain from name maker.
    field: toLoop|null
    Field paulscode/sound/MidiChannel/toLoop renamed to field_101214_toLoop from name maker.
    field: sourcename|null
    Field paulscode/sound/MidiChannel/sourcename renamed to field_101215_sourcename from name maker.
    field: GET|null
    Field paulscode/sound/MidiChannel/GET renamed to field_101216_GET from name maker.
    field: logger|null
    Field paulscode/sound/MidiChannel/logger renamed to field_101217_logger from name maker.
    field: END_OF_TRACK|null
    Field paulscode/sound/MidiChannel/END_OF_TRACK renamed to field_101218_END_OF_TRACK from name maker.
    func: func_158_a|(LEntityBeams_Kaevator;DDDFF)V
    Method RenderBeams_Kaevator/func_158_a renamed to func_101219_func_158_a from name maker.
    func: func_160_a|(LEntityBeams_Kaevator;III)V
    Method RenderBeams_Kaevator/func_160_a renamed to func_101220_func_160_a from name maker.
    Method RenderBeams_Kaevator/a renamed to func_147_a because of super class.
    func: func_159_a|(LEntityBeams_Kaevator;LEnumBeams_Kaevator;)V
    Method RenderBeams_Kaevator/func_159_a renamed to func_101221_func_159_a from name maker.
    field: rand|null
    Field RenderBeams_Kaevator/rand renamed to field_101222_rand from name maker.
    Unrecoverable error during obfuscation, see log file for details.
    RetroGuard error: java.lang.ClassNotFoundException: BaseMod
    java.io.FileNotFoundException: minecraft_rg.jar (The system cannot find the file specified)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:120)
            at java.io.FileInputStream.<init>(FileInputStream.java:79)
            at sun.tools.jar.Main.run(Main.java:238)
            at sun.tools.jar.Main.main(Main.java:1149)
    The system cannot find the file specified.
    No matching files found
    No matching files found
    Press any key to continue . . .
    The 'minecraft.jar' file I am extracting is fresh apart from the plugin I'm attempting to ports files (Kaevator Timber Framing V1.2).
     
  17. Offline

    wiiNinjaOne

    Thanks for your work. I tried to remap the IDs like so in plugins.ic:

    "allocator_ID" 204 setID
    "chesttrap_ID" 203 setID
    "fanon_ID" 206 setID
    "fanoff_ID" 207 setID
    "jumppad_ID" 205 setID

    I've also changed these IDs on the client side using the file pfaeff/mod.properties. But seems that on the server side, these changes in plugins.ic just don't take effect because I see these lines when I run the Bukkit server (with IC):

    11:35:14 [INFO] ItemCraft: Problem initializing ICFancyPack 0.3
    11:35:14 [INFO] java.lang.IllegalArgumentException: Slot 105 is already occupied

    These are repeated for all the items (103-107). Am I doing it wrong? Or is this just not supported at this time?
     
  18. The one thing about a 'TEST' server, is that its under 'TEST', which means I'm testing what works and what doesn't. If you want a server that will run just planes, guns and vehicles, then download HERE - just client on the minecraf6.bat file to start (assuming Windows).
    For the client - start with a clean unmodded 1.7-3 minecraft.jar. Download from this link HERE. Inside this zip are all the mods you will need. All these need putting into your minecraft.jar file - and these are all you'll need to put in the minecraft.jar. The mods are numbered, so that's the order you put them into your minecraft.jar
    Now, finally, download from HERE. Inside this zip, put the files in the mods directory in your .minecraft/mods, put the folder in the resources directory in your .minecraft/resources, and put the text files and property files into your .minecraft folder. Job done - and please, I'm not here to set up custom servers for everyone. The files you need are out there somewhere. Flans site DOES still have a link to the 1.7.2 vehicles. All you need is out there somewhere you just need to look a little harder.

    You would be better looking at this post HERE and changing the Fancypack ID numbers - because that does work - I've tried it.

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

    djfishy

    Can you make it for 1.7.2? i really like the mod. :)
     
  20. Make what for 1.7-2 ?
     
  21. Offline

    Syrome

    I've updated all mods to version 0.2. This should fix your problem. The download links are the same.

    Please tell me, if it works for you.
     
  22. By update, do you mean you've changed the ID's internally inside the mod to the ones in @wiiNinjaOne post, or will the ID changes that @wiiNinjaOne tried putting into the plugins.ic will now work so that users can customise them to what they want ?
     
  23. Offline

    eoden13

    Hey Thanks man I am sorry but I did find the spoiler link on flans site for the older versions. I just kept skipping over it.
     
  24. No problem - however it is included in the download link in my last post, so no problems. Hope it works for you. :)
     
  25. Offline

    wiiNinjaOne

    With your version 0.2 of these mods, I was able to remap the blockIDs, and I was able to craft these items. Thanks a bunch. One problem I see so far is that the JumpPad behaves differently when played in single player mode vs in server mode. When playing in a server, it only pushes a player up a very short distance. Have you seen this issue or is it only me?
     
  26. Offline

    Lirycs78

    Hi,

    When ItemCraft loads my mod, I have this error :

    18:52:06 [INFO] Error executing script file: plugin: threw java.lang.IllegalAcce
    ssError: tried to access method net.minecraft.server.BlockStairs.<init>(ILnet/mi
    necraft/server/Block;)V from class net.minecraft.server.mod_Ockraft:[net.minecra
    ft.server.mod_Ockraft.<clinit>(mod_mymod.java:77)

    And line 77 there is that :

    Pield_100138_escalier_enBrick = (new BlockStairs(200, Block.BRICK/*brick*/)).a/*setBlockName*/("stairsBrick");

    Someone can help me please ?
     
  27. Offline

    Syrome

    @icephantom Changing the IDs in the .ic files work now.

    @wiiNinjaOne
    I've the same problem and Items on the jumppad seems to disappear. I don't know why...
     
    icephantom likes this.
  28. Offline

    QwertyPower

    I did use MCP42 to build the mappings. 1.7.3 came out while I was working on them, and opted to keep on 1.7.2 at the time.
    They seemed to still be mostly correct for 1.7.3, and therefore have yet to update them.
     
  29. Offline

    elburbo

    I've been trying to get this working, but I'm a moron at this... What am I doing wrong here? I thought I followed all the instructions, and yet:

    Code:
    C:\Users\Uli\Games\Minecraft>java -Xmx1024M -Xms1024M -cp ItemCraft.jar;craftbuk
    kit-0.0.1-SNAPSHOT.jar org.bukkit.craftbukkit.Main
    151 recipes
    16 achievements
    18:32:39 [INFO] Starting minecraft server version Beta 1.7.2
    18:32:39 [INFO] Loading properties
    18:32:39 [INFO] Starting Minecraft server on *:25565
    18:32:39 [INFO] This server is running Craftbukkit version null (MC: 1.7.3)
    18:32:39 [INFO] ModLoader Server Beta 1.6.6v4 Initializing...
    18:32:39 [INFO] ModLoader Server Beta 1.6.6v4 Initializing...
    18:32:39 [INFO] Done.
    18:32:39 [INFO] ItemCraft 1.6.3
    18:32:39 [INFO] Preparing level "world"
    18:32:39 [INFO] Preparing start region for level 0 (Seed: 8093556593803393814)
    18:32:39 [INFO] ModLoaderMP Beta 1.6.6v4 Initialized
    18:32:39 [INFO] ModLoaderMP Beta 1.6.6v4 Initialized
    18:32:40 [INFO] Preparing start region for level 1 (Seed: 8093556593803393814)
    18:32:40 [INFO] Preparing spawn area: 12%
    18:32:41 [INFO] TorchLight version 1.0 is enabled!
    18:32:41 [INFO] Server permissions file permissions.yml is empty, ignoring it
    18:32:41 [INFO] Done (0.159s)! For help, type "help" or "?"
    18:32:41 [SEVERE] java.lang.NoSuchMethodError: net.minecraft.server.Entity.d(DDD
    )D
    18:32:41 [SEVERE]       at net.minecraft.server.EntityTrackerEntry.track(EntityT
    rackerEntry.java:54)
    18:32:41 [SEVERE]       at net.minecraft.server.EntityTracker.updatePlayers(Enti
    tyTracker.java:117)
    18:32:41 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:467)
    18:32:41 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:372)
    18:32:41 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    18:32:41 [SEVERE] Unexpected exception
    java.lang.NoSuchMethodError: net.minecraft.server.Entity.d(DDD)D
            at net.minecraft.server.EntityTrackerEntry.track(EntityTrackerEntry.java
    :54)
            at net.minecraft.server.EntityTracker.updatePlayers(EntityTracker.java:1
    17)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:467)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    >
    What is all that SEVERE stuff about?
     
  30. Offline

    Grimshad

    Slopes doesn't work with:
    minecraft 1.7.3
    craftbukkit build 1000
    itemcraft version 1.6.3
    super slopes version 2.2


    You put the recipe in the crafting table and the item shows up and then disappears before you can click it.

     
  31. Offline

    eoden13

    Hey curious question. I noticed in the server side pile of files you have put up for download includes a SDK 1.7.2 guns mod. where did you get that? I went looking for the client side but all I can find on minecraft forum is 1.6.6v5. Thanks again!
     
    Last edited by a moderator: Dec 14, 2016

Share This Page