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.

Megabaum

Members
  • Joined

  • Last visited

Everything posted by Megabaum

  1. How could I make a custom colormap, that changes dynamically, for example, if I add seasons, that the grass and leave color changes to white in winter? (The mod should be client side only)
  2. I know 1.8 is veeeeeerrrrrryyyy old, but I wanted to make only a little mod, that coul'd use on public servers. I want to change the item model based on the displayName, so I tried to add a customMeshDefinition to a diamond_sword, but this doesn't work, so I also added a customMeshDefinition to a custom Item (what I don't want), but this works. Now I wan't to know why I can't add a customMeshDefinition to a vanilla item. And If it is yet possible, pls tell me how And sory that I still use 1.8 Megabaum
  3. I started a few days ago with Forge modding. (I've got some Java experience). So I decidet to make a little mod, which could change the model of items, based on their name. (example: I rename a diamondsword to legendary sword and then it would change the model). And I would like that the mod also runs on vanilla servers, so it must be client based. ( --> It can't add new items) I had success when I tried to replace the model completly, but that isn't that what I want. ModelLoader.setCustomModelResourceLocation(diamondSword.getItem(), 0, new ModelResourceLocation(MODID + ":aspect_dragon_sword", "inventory")); Now I have some questions: 1.How could I switch between different models? 2.Where should I put the code? (I'm a noob) Thank you guys! Lg Megabaum

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.