Jump to content

masterlewis02

Members
  • Posts

    19
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

masterlewis02's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. i got my custom ores to spawn in the overworld but i cant get any to spawn in the nether nethergenmineable http://pastebin.com/KFnp581M worldgen http://pastebin.com/vKkk6MDv i have registered the block correctly and it is ingame just not spawning (nether diamond ore)
  2. when the time to cook is 200 it works but anything above makes the game crash when the furnace starts smelting
  3. i have 2 furnaces 1 works fine but the other doesnt and i cannot figure out whats wrong. it crashes when i try and cook something. it is rendered correctly with the other one http://pastebin.com/7ccky8i8 http://pastebin.com/fiYesBKT
  4. oh i meant the code but dw i fugured it out it was container.redstone_furnace=Redstone Furnace
  5. do u also know by any chance how to rename the container? cause it says container.redstone_furnace inside and i dont know what comes before it (.name at the end)
  6. yep u were right thanks i moved it from preinit to init. mvp
  7. last problem i promise i made a redstone furnace which works and smelts at x2 speed but when i make a crafting recipe and use it ingame it crashes my game redstonefurnace http://pastebin.com/PK5qujmc tileentityredstonefurnace http://pastebin.com/PK5qujmc what i use to render it (it is set up in proxy) http://pastebin.com/3K1p0fZJ this is the code i used to try and craft it: GameRegistry.addRecipe(new ItemStack(Item.getItemFromBlock(TutorialBlocks.redstone_furnace)), "RRR", "RFR", "RRR", 'R', Blocks.REDSTONE_BLOCK, 'F', Blocks.FURNACE ); what am i doing wrong
  8. i have a machine when right-clicked turns 5 diamond and 4 sticks in a diamond paxel http://pastebin.com/BXYvsyJV but even if the player has 1 diamond and 1 stick it will take that away and give the paxel. what should i change to make it look for 5 diamond and 4 sticks?
  9. ah thankyou but could u clarify how i can know the ordinal of a material?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.