Jump to content

raydeur

Members
  • Posts

    12
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

raydeur's Achievements

Tree Puncher

Tree Puncher (2/8)

1

Reputation

  1. Hi everybody ! I just finished my custom crafting table with 5x5 slots, and I want to know if different things are possible 1) There is the texture of my crafting table, and there is the gui So I want to know if it's possible to display the lava on my bloc only if there is the four items in the corners in the crafting table, so, that the crafting table recalls what there are inside 2) I also want to know is it's possible to make the crafting table acting as a furnace, it's mean that the crafting table burn all the items of a shaped craft
  2. Okay thanks, now I know that's possible, but now, I must to find how, but first, I will make the texture of the furnace
  3. Hi everybody ! I just want to know if it's possible to make a furnace with the shape of a crafting table, for doing a craft which need to be smelt, please help me
  4. Well ... why I didn't wrote it ? I learned that and used it so many time ! I'm so stupid or it's bescause I'm coding for 9 hours x) but thank you so much
  5. Hi every body, I made a mod which make a silver ore, so I have to generate it, but it doesn't work, eclipse display me that there is an error there : //Block Generation public static SilverGenerationClass SilverWorldGen = SilverGenerationClass(); Eclipse underline "SilverGenerationClass", it tell me that "The method SilverGenerationClass() is undefined for the type MoneyMod" (MoneyMod is the name of my main code) When I go on the error, it show me "Create method 'SilverGenerationClass()', but when I do it, I can launch minecraft but when I want to go in a new world, it crash, does someone can help me please ?
  6. Thank to both of you I made it, I found the error, it was a little space put by mistake now my hammer work correctly thanks a million
  7. This item turn me mad ... even when I trying your tips it doesn't work ...
  8. I don't really understand what to do
  9. It's still not working, there's still an error : public ItemDamageCrafting() Eclipse tell me " Return for the method is missing "
  10. Thanks, but what must I put instead "rand" ? 'cause it's underline it as an error
  11. Hi, I am actually trying to make a mod including the money with a special hammer which stamps coins and taking damage, when I do the craft it's work, the hammer come back in my inventory and the durability decreased, but, it work only one time, can somebody help me ? There's my hammer class : And there's my main code:
×
×
  • Create New...

Important Information

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