Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Nzkiwi

Members
  • Joined

  • Last visited

Everything posted by Nzkiwi

  1. It fired!!! found out by ls /usr/lib/jvm export JAVA_HOME='/usr/lib/jvm/java-1.6.0-openjdk-i386/' Closing topic
  2. kiwi@kiwi-gigabyte:~/Desktop/forge-1.7.10-10.13.0.1180-src$ export $JAVA_HOME '/usr/lib/jvm/java-7-openjdk-i386/bin' bash: export: `/usr/lib/jvm/java-7-openjdk-i386': invalid identifier bash: export: `/usr/lib/jvm/java-7-openjdk-i386/bin': invalid identifier
  3. TL;DR : Having problems with java location. It's correct, but gradlew thinks it's not and refuses to work Hello, I have problems with setting up forge SDK kiwi@kiwi-gigabyte:~$ echo $JAVA_HOME /usr/lib/jvm/java-7-openjdk-i386 kiwi@kiwi-gigabyte:~/Desktop/forge-1.7.10-10.13.0.1180-src$ ./gradlew ERROR: JAVA_HOME is set to an invalid directory: /usr/lib/jvm/java-7-openjdk-i386 Please set the JAVA_HOME variable in your environment to match the location of your Java installation. The java home dir is set correctly - that's where the java files are. What's wrong with gradle?
  4. ---TOPIC CLOSED--- Found! Need to execute: export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-i386/
  5. Hello, I'm trying to start back modding, I'm on linux, and i have the following problem: kiwi@kiwi-gigabyte:~/Desktop/forge-1.7.10-10.13.0.1180-src$ ./gradlew setupDecompWorkspace ERROR: JAVA_HOME is set to an invalid directory: /usr/lib/jvm/java-6-openjdk-i386/bin/ Please set the JAVA_HOME variable in your environment to match the location of your Java installation. My java installation is in the dir listed there (/usr/lib/jvm/...) How can i fix this? I use ubuntu 13.04, if this information helps A note to lexmanos: Thanks for the help then, it still doesn't work, but i'm glad you tried There's no /usr/java directory on my system.
  6. Perhaps you should follow its directions and setup your JAVA_HOME variable correctly, or add the JDK's bin folder to your PATH. My JAVA_HOME var i set correctly (echo $JAVA_HOME prints /usr/lib/jvm/jdk1.6.0_27) How do i add JDK's bin folder to PATH?
  7. I wanted to post it there burt i got afraid of http://www.minecraftforge.net/forum/index.php/topic,15196.0.html Trying the commands you've posted: gradlew clean OK gradlew cleanCache OK gradlew setupDecompWorkspace --refresh-dependencies Failed at :makeStart Here's log: kiwi@kiwi:/media/home/forge-modding/forge-1.7.10-10.13.0.1189-src$ ./gradlew setupDecompWorkspace --refresh-dependencies The assetDir is deprecated! Use runDir instead! runDir set to eclipse/assets/.. **************************** Powered By MCP: http://mcp.ocean-labs.de/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn MCP Data version : unknown **************************** :extractUserDev :extractNatives :genSrgs :getAssetsIndex :getAssets Current status: 1/686 0% Current status: 35/686 5% Current status: 66/686 9% Current status: 109/686 15% Current status: 189/686 27% Current status: 260/686 37% Current status: 266/686 38% Current status: 301/686 43% Current status: 349/686 50% Current status: 413/686 60% Current status: 432/686 62% Current status: 476/686 69% Current status: 546/686 79% Current status: 549/686 80% Current status: 620/686 90% :makeStart FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':makeStart'. > Cannot find System Java Compiler. Ensure that you have installed a JDK (not just a JRE) and configured your JAVA_HOME system variable to point to the according directory. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 1 mins 51.649 secs
  8. Sorry for posting here if it's wrong place, i couldn't find anywhere else to post! Hello, I tried to start modding again with forge, and i have problems with setting up forge gradle. Here's the stack trace: http://db.orangedox.com/FK3BvxEoqO5Lm0uAHZ/gradleerr.txt And here's the command: ./gradlew setupDecompWorkspace --debug --stacktrace
  9. http://www.minecraftforge.net/forum/index.php/topic,15275.0.html this should help. I tried to connect to #minecraftforge on irc, but it answered "* #minecraftforge :Cannot join channel (+r) - you need to be identified with services". Im a total noob in IRC, if someone could explain what should i do to conect And MCPBot on #mcp-modding seems to be not yet updated.
  10. When you enter the texture name as "testmod:copperOre", the loaction should be I put my texture in forge\src\main\resources\assets\testmod\textures\blocks
  11. Okay, good idea, i wanted to post it here first so many people can see and help me deobfuscate this stuff. Creating a wiki page. EDIT: Just came out, i don't know how to and where create a wiki page
  12. Doesn't work in eclipse gives the following error: "Syntax error on tokens, ConstructorHeaderName expected instead"
  13. Material field_151589_v... what can it be? public static final Material field_151589_v = (new Material(MapColor.field_151669_i)).setNoPushMobility(); It seems it's something unpushable, Maybe Bedrock? Or furnance.
  14. Hello, In this post I'd like to start an unofficial [de]obfuscated names list, because many people can't find for example material names and Block class methods. I hope this isssue will disappear fastly, because it's a huge problem. So here it goes, what i have guessed after analysis of basic Minecraft source: I hope this helps, I'll be adding more deobfuscated names. Thank you for all the names! Now we can start easy modding! The list: Creative tabs Nice, this one isn't obfuscated. Material Found by WorldsEnder field_151579_a : MaterialAir field_151579_b : MaterialGrass field_151578_c : MaterialDirt field_151575_d : MaterialWood (like bookshelf, etc.) field_151576_e : MaterialStone field_151576_e : MaterialMachine (hopper, cauldron and brewingStand) field_151574_g : MaterialAnvil field_151586_h : MaterialWater field_151587_i : MaterialLava field_151584_j : MaterialLeaves field_151585_k : MaterialPlant (+cocaoBeans) (can not be replaced and doesn't burn) field_151582_l : MaterialGrass (can be replaced and burns) field_151583_m : MaterialSponge field_151580_n : MaterialBed field_151581_o : MaterialFire field_151595_p : MaterialSoulSand field_151594_q : MaterialLogic (redstone, rails and flowerpots, lever, torches and tripwire) field_151593_r : MaterialCarpet field_151592_s : MaterialBeacon (+stainedGlass) field_151591_t : MaterialRedstoneLight field_151590_u : MaterialTNT field_151589_v : MaterialCoral //Yes, the old coral [Thanks to clashthegame for making a research ] field_151588_w : MaterialIce field_151598_x : MaterialPackedIce field_151597_y : MaterialSnow field_151596_z : MaterialSnowBlock field_151570_A : MaterialCactus field_151571_B : MaterialClay (+silverfish) field_151572_C : MaterialMelon field_151566_D : MaterialDragonEgg field_151567_E : MaterialPortal field_151568_F : MaterialCake field_151569_G : MaterialWeb func_151565_r(): returns the color on the map World Found by PlatonCraft func_147437_c(int, int, int) : isAirBlock(posX, posY, posZ) //Checks whether block on coords is air or not func_147439_a(int, int, int) : getBlock(posX, posY, posZ) //What block is on coords func_147449_b(int, int, int, Block) : setBlock(posX, posY, posZ, Blocks.block) //Spawns block block to coords func_149664_b(WorldClient, int, int, int, int): onBlockDestroyed(worldClient, posX, posY, posZ, metadata) Block Found by PlatonCraft and Me func_149647_a(CreativeTabs) - sets the creative tab field_149770_b - returns the name of the block (eg. "diamond_ore") field_149788_p = Block.SoundType("anvil", 0.3F, 1.0F) func_149671_p() - it seems this is an init() method of block namespaces func_149672_a() - gets the sound type func_149682_b(Block) - returns the ID of Block func_149688_o() - returns the block's material func_149688_o() : getBlockMaterial() //gets block material func_149730_j() - if true, the block can't be replaced by leaves func_149732_F() : getLocalizedName() //gets localized name of block func_149733_h() - returns block's IIcon func_149739_a() : getUnlocalizedName() //gets tile.unlocalizedname func_150495_a() - return stone dig sound id ("dig.stone") func_150496_b() - returns anvil land sound id ("random.anvil_land") KeyBidings Found by WorldEnder field_151471_f: Category field_151472_e: keyCode2 ?duplicate? this one is never changed func_151462_b(int p_151462_1_): setKeyCode(int newCode) func_151464_g(): description func_151466_e(): category func_151469_h(): keyCode2, never changed func_151470_d(): return isPressed KeyBinding(String p_i45001_1_, int p_i45001_2_, String p_i45001_3_): KeyBinding(description, keyCode, category) ChatStye found by mercrutio ChatStyle.func_150227_a(boolean) : setIsBold(boolean) ChatStyle.func_150217_b(boolean) : setIsItalic(boolean) ChatStyle.func_150225_c(boolean) : setIsStruckout(boolean) ChatStyle.func_150228_d(boolean) : setIsUnderlined(boolean)

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.