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.

Kasi800

Members
  • Joined

  • Last visited

  1. The textures of the mod blocks do not load in the game, this is the code: The json { "forge_marker": 1, "defaults": { "model": "cube_all", "textures": { "all": "mymod:blocks/awacate_block" } } } ModBlocks package com.example.examplemod; import com.example.examplemod.awacate.AwacateBlock; import net.minecraftforge.fml.common.registry.GameRegistry; import net.minecraftforge.fml.relauncher.Side; import net.minecraftforge.fml.relauncher.SideOnly; public class ModBlocks { @GameRegistry.ObjectHolder("mymod:awacate_block") public static AwacateBlock awacateBlock; @SideOnly(Side.CLIENT) public static void initModels() { awacateBlock.initModel(); } } What is the error?
  2. I have a error with gradle, how can I solve it? * What went wrong: A problem occurred configuring root project 'mod'. > Could not resolve all files for configuration ':_compileJava_1'. > Could not find net.minecraft:client:1.12.2. Searched in the following locations: - https://maven.minecraftforge.net/net/minecraft/client/1.12.2/client-1.12.2.pom - https://maven.minecraftforge.net/net/minecraft/client/1.12.2/client-1.12.2-extra.jar - file:/C:/Users/pablo/.gradle/caches/forge_gradle/bundeled_repo/net/minecraft/client/1.12.2/client-1.12.2.pom - file:/C:/Users/pablo/.gradle/caches/forge_gradle/bundeled_repo/net/minecraft/client/1.12.2/client-1.12.2-extra.jar - https://libraries.minecraft.net/net/minecraft/client/1.12.2/client-1.12.2-extra.jar - https://repo.maven.apache.org/maven2/net/minecraft/client/1.12.2/client-1.12.2.pom - https://repo.maven.apache.org/maven2/net/minecraft/client/1.12.2/client-1.12.2-extra.jar Required by: project : * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings

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.