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.

RubyEmerald

Members
  • Joined

  • Last visited

Everything posted by RubyEmerald

  1. it crashed /: Last login: Sun Jul 11 10:29:09 on ttys000 cd /Users/iMac/.nvm/versions/io.js/v3.3.1/lib/node_modules/npm/bin/npm-cli.js:85 let notifier = require('update-notifier')({pkg}) ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:413:25) at Object.Module._extensions..js (module.js:448:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Function.Module.runMain (module.js:471:10) at startup (node.js:117:18) at node.js:951:3 nvm is not compatible with the npm config "prefix" option: currently set to "" Run `npm config delete prefix` or `nvm use --delete-prefix iojs-v3.3.1 --silent` to unset it. iMacs-iMac:~ iMac$ cd desktop iMacs-iMac:desktop iMac$ cd codakid iMacs-iMac:codakid iMac$ cd "Codakid mod creation 1" iMacs-iMac:Codakid mod creation 1 iMac$ cd projects iMacs-iMac:projects iMac$ cd "Emerald tools and combat" iMacs-iMac:Emerald tools and combat iMac$ ./gradlew build FAILURE: Build failed with an exception. * Where: Build file '/Users/iMac/Desktop/Codakid/Codakid Mod Creation 1/projects/Emerald Tools And combat/build.gradle' line: 8 * What went wrong: Could not compile build file '/Users/iMac/Desktop/Codakid/Codakid Mod Creation 1/projects/Emerald Tools And combat/build.gradle'. > startup failed: build file '/Users/iMac/Desktop/Codakid/Codakid Mod Creation 1/projects/Emerald Tools And combat/build.gradle': 8: unexpected token: } @ line 8, column 1. } ^ 1 error * 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: 3.396 secs iMacs-iMac:Emerald tools and combat iMac$
  2. okay thx so much!
  3. will this work? build.gradle
  4. my gradlew build.gradle
  5. btw i forgot it was 1.16.5 lol
  6. this is the gradle idk what went wrong. Last login: Sun Jul 11 10:00:41 on ttys000 cd desktop cd codakid cd/Users/iMac/.nvm/versions/io.js/v3.3.1/lib/node_modules/npm/bin/npm-cli.js:85 let notifier = require('update-notifier')({pkg}) ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:413:25) at Object.Module._extensions..js (module.js:448:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Function.Module.runMain (module.js:471:10) at startup (node.js:117:18) at node.js:951:3 nvm is not compatible with the npm config "prefix" option: currently set to "" Run `npm config delete prefix` or `nvm use --delete-prefix iojs-v3.3.1 --silent` to unset it. iMacs-iMac:~ iMac$ cd desktop iMacs-iMac:desktop iMac$ cd codakid iMacs-iMac:codakid iMac$ cd "COdakid mod creation 1" iMacs-iMac:COdakid mod creation 1 iMac$ cd projects iMacs-iMac:projects iMac$ cd "Emera;d tools and combat" -bash: cd: Emera;d tools and combat: No such file or directory iMacs-iMac:projects iMac$ cd "Emerald tools and combat" ^[[AiMacs-iMac:Emerald tools and combat iMac$ cd "Emerald tools and combat" -bash: cd: Emerald tools and combat: No such file or directory iMacs-iMac:Emerald tools and combat iMac$ ./gradlew build This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril. WARNING: You are using an unsupported version of ForgeGradle. Please consider upgrading to ForgeGradle 4 and helping in the efforts to get old versions working on the modern toolchain. See https://gist.github.com/TheCurle/fe7ad3ede188cbdd15c235cc75d52d4a for more info on contributing. ################################################# ForgeGradle 2.3.2-g62f3756 https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP http://modcoderpack.com by: Searge, ProfMobius, R4wk, ZeuX Fesh0r, IngisKahn, bspkrs, LexManos ################################################# :deobfCompileDummyTask :getVersionJson :extractUserdev Download https://maven.minecraftforge.net/net/minecraftforge/forge/1.16.5-36.1.0/forge-1.16.5-36.1.0.pom Download https://maven.minecraftforge.net/net/minecraftforge/forge/1.16.5-36.1.0/forge-1.16.5-36.1.0-userdev.jar :downloadClient :downloadServer :splitServerJar :mergeJars :applyBinaryPatches FAILED FAILURE: Build failed with an exception. * What went wrong: A problem was found with the configuration of task ':applyBinaryPatches'. > File '/Users/iMac/.gradle/caches/minecraft/net/minecraftforge/forge/1.16.5-36.1.0/userdev/devbinpatches.pack.lzma' specified for property 'patches' does not exist. * 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: 43.369 secs iMacs-iMac:Emerald tools and combat iMac$
  7. maybe hover next to implements then press enter then add a () with two curly brackets inside worked for me for some reason idk
  8. i am a 1.12.2 forge mod maker and when i try to build the mod it says build fail or somethin heres my code. Last login: Sat Jul 10 21:13:27 on ttys000 cd desktop cd codakid cd ""^[[D/Users/iMac/.nvm/versions/io.js/v3.3.1/lib/node_modules/npm/bin/npm-cli.js:85 let notifier = require('update-notifier')({pkg}) ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:413:25) at Object.Module._extensions..js (module.js:448:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Function.Module.runMain (module.js:471:10) at startup (node.js:117:18) at node.js:951:3 nvm is not compatible with the npm config "prefix" option: currently set to "" Run `npm config delete prefix` or `nvm use --delete-prefix iojs-v3.3.1 --silent` to unset it. iMacs-iMac:~ iMac$ cd desktop iMacs-iMac:desktop iMac$ cd codakid iMacs-iMac:codakid iMac$ cd "COdakid mod creation 1" iMacs-iMac:COdakid mod creation 1 iMac$ cd "emerald tools and combat" -bash: cd: emerald tools and combat: No such file or directory iMacs-iMac:COdakid mod creation 1 iMac$ cd project -bash: cd: project: No such file or directory iMacs-iMac:COdakid mod creation 1 iMac$ cd projects iMacs-iMac:projects iMac$ cd "emerald tools and combat" iMacs-iMac:emerald tools and combat iMac$ ./gradlew build To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html. FAILURE: Build failed with an exception. * Where: Build file '/Users/iMac/Desktop/Codakid/Codakid Mod Creation 1/projects/Emerald Tools And combat/build.gradle' line: 25 * What went wrong: A problem occurred evaluating root project 'Emerald Tools And combat'. > Could not set unknown property 'runDir' for root project 'Emerald Tools And combat' of type org.gradle.api.Project. * 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: 5.268 secs iMacs-iMac:emerald tools and combat iMac$ ./gradlew build FAILURE: Build failed with an exception. * Where: Build file '/Users/iMac/Desktop/Codakid/Codakid Mod Creation 1/projects/Emerald Tools And combat/build.gradle' line: 25 * What went wrong: A problem occurred evaluating root project 'Emerald Tools And combat'. > Could not set unknown property 'runDir' for root project 'Emerald Tools And combat' of type org.gradle.api.Project. * 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: 4.973 secs iMacs-iMac:emerald tools and combat iMac$

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.