Jump to content

KingYoshiYT

Members
  • Posts

    91
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • URL
    http://kingyoshigaming.tk
  • Location
    Leeds
  • Personal Text
    Creator of Insane Foods

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

KingYoshiYT's Achievements

Stone Miner

Stone Miner (3/8)

0

Reputation

  1. I got the same error, it is unable to transfer the mcmod.info file
  2. Now I am getting another error when running gradlew build. It is unable to move mcmod.info, but that is all I can see and I have no idea why In the pastebin, the top is running the command without debug, below is with debug: http://pastebin.com/UGQitK4N
  3. I'm using 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT' - perhaps worth trying. That created an error that appeared earlier on: http://pastebin.com/71f7carV
  4. Is there any specific Gradle and ForgeGradle that works best with 1.8.9?
  5. I have tried that, but I am still getting the same error
  6. Hello, I have recently tried updating my mod to 1.8.9 and tried to run gradle setupDecompWorkspace, however everytime, I see the same error: http://pastebin.com/2YhcyThE This is my build.gradle: http://pastebin.com/1eXsJCuE If the build.gradle is outdated, please could you let me know how to fix it? Thanks
  7. thanks, I am no longer crashing, however the crops do not render. I did a bit of research and people say that the crop stages files need to be in the blockstates folder, is this correct?
  8. Hello, I am making a tomato crop for my mod, but have received a crash when I right clicked with tomato seeds on farmland. Below are the code in my classes and .json files. (Please do not judge me, I am new at making crops). Please could someone help me figure out why the game crashes when the tomato crop is placed. TomatoCrop.java http://pastebin.com/2bHQ1rdR TomatoCrop.json http://pastebin.com/MTgt1H99 tomato_stage_x.json (I only uploaded 1 of the 8 of these, as the rest are the same with different item numbers, number replaced with x) http://pastebin.com/0H0ixkaE InsaneBlocks.java http://pastebin.com/pXhX5BPj InsaneFoodsInit.java http://pastebin.com/TSFJR3Uh Crash Log http://pastebin.com/8L0ar8X2 If you need to see any other classes or json files, please just ask and I will give you them. Thanks.
  9. If you need to see the whole class or other classes, let me know
  10. I am getting about 1000 Yoshi's spawning in about 6 chunks! Please could you tell me what to change these numbers to? I would like them to be as common as pigs! EntityRegistry.addSpawn(entityClass, 2, 1, 2, EnumCreatureType.ambient
  11. I am trying to make this blue paper crafted using paper and lapis! The part at the end of the recipe is where I am trying to add the dye! GameRegistry.addRecipe(new ItemStack(bluePaper, , new Object[]{"ppp", "plp", "ppp", 'p', Items.paper, 'l', Items.dye, 1, 4}); What have I done wrong that has resulted in the crash?
  12. This is the console: http://pastebin.com/MEdVafTE
×
×
  • Create New...

Important Information

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