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.

deathkazu

Members
  • Joined

  • Last visited

  1. Yes, you're correct i changed the pink_sword.json for handheld I feel stupid, the whole problem was the comments in the .json files Thank you, now is working.
  2. pink_sword.json what is incorrect? Also, i have changed the item/pinkguy_block.json as you said but keeps with the same problem. I attach the console log log.txt
  3. Hi, i recently have updated my code adding two new items: "pinkguy_block" and "pink_sword" and they doesn't show any texture when i open minecraft, But the most strange is that other items like "tula" or "taurine" are showing properly. I manage to make some changes but unfortunately is not working. Here is the link to my code: https://github.com/deathkazu/ExampleMod
  4. Now, I used this code and all now is working as expected, just only i have changed the TextComponentTranslation for TextComponentString because after investigating I understood that the Translation component it was for other types of purposes. so thank you guys, also to @Differentiation, now i managed how sendMessage method works.
  5. Hi, i'm new at this universe of modding with Forge. Recently while i'm working on my mod, i tried to implement a way to send a message from player when him breaks a block, and i was done by using the TextComponentString method, but now i'm trying to implement the same but adding color to the message. I'm tried using Text Formatting, but i don't know if my code wasn't properly written or if this method is not compatible with TextComponentString. public class ChatMessageSend { @SubscribeEvent public void sendMessage(BreakEvent event) { event.getPlayer().sendMessage(new TextComponentString("text").getStyle().setColor(TextFormatting.RED)); } } Any solution is appreciated.
  6. Yes you're right. I checked my dns adapter and i have found the issue, now i have properly internet connection the installer started to downloaded the libraries. Thank you.
  7. deathkazu changed their profile photo
  8. Hi, i've trying to install forge for minecraft 1.14.4 but says the error mentioned on the title of this thread. I have downloaded the forge latest version (28.0.55), Java is updated with firewall allowed and i'm connected to internet. Also, i tried opening the cmd console and use the command "java -Djava.net.preferIPv4Stack=true -jar forge-1.14.4-28.0.55-installer.jar" but still not working. I attached the screenshot of the error given and also the installer log. Please someone help, it's kind of frustrating me. installer.log

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.