Skip 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.

Draco18s

Members
  • Joined

  • Last visited

Everything posted by Draco18s

  1. 1) Include more of the error 2) Include more of the log 3) I need to see more of the log and error to identify which of several possible problems you are having and to identify which class this is occurring in. 4) Why is your /blockstates and /models folders not inside /resources? You have not correctly created a workable git repository. It should look like this.
  2. You forgot to register your client proxy as an event handler: http://mcforge.readthedocs.io/en/latest/events/intro/#automatically-registering-static-event-handlers
  3. Post your log. There's always a message when the game fails to load a model or texture. Additionally, this: https://github.com/Hillage/ExtremeLlamas/blob/master/src/main/java/tech/hillage/extremellamas/ModItems.java#L15 Is silly. You can just call ModelLoader.setCustomModelResourceLocation from here, there's no reason to have the item class do it.
  4. For example, the client controls all player motion directly and as far as the server is concerned, the player basically teleports around in small increments. The server can still say "nope, you are not allowed to go there" and the client is forced to listen, but in general, the client is in control.
  5. http://mcforge.readthedocs.io/en/latest/concepts/sides/ specifically the @SidedProxy section as well as the getSide and SideOnly portion:
  6. JACKPOT You have done all of the things that Forge doesn't support. A winner is you.
  7. What? No. Christ. Build two of your cannons near each other. Do they both work? I bet not!
  8. You must acquire the TE from the world every time.
  9. Because your instance fields are not saved. Because they shouldn't exist at all.
  10. https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/java/com/draco18s/ores/block/BlockMillstone.java#L74
  11. Oh cool, a crash log. Mind providing...I don't know... any context?
  12. You can't do this easily. And your "attempt" makes no sense because a subclass of a class can't change the way other subclasses act.
  13. Its not about the proper way to register a block state mapper, my point is YOU DO NOT NEED TO DO THIS AT ALL EVER unless you are doing something like "I want to split my blockstate file into two files based on X property."1 How did I register my blocks in 1.10? Like this: https://github.com/Draco18s/ReasonableRealism/blob/master/src/main/java/com/draco18s/hardlib/client/ClientEasyRegistry.java#L33-L42 https://github.com/Draco18s/ReasonableRealism/blob/master/src/main/java/com/draco18s/hardlib/client/ClientEasyRegistry.java#L80-L83 Do you see anything about a custom block state mapper? 1 This being a thing I actually did.
  14. Sorry, I missed that. It was a little buried. Nothing in the log... https://github.com/bxz2311196368/someusefulthings/blob/1.10.2/src/main/java/com/bxzmod/someusefulthings/blocks/BlockRenderLoader.java#L18 Why are you registering state mappers at all? You're using the default state mapper, you shouldn't need to do this.
  15. You should always check the log. And then scroll down the log some more until you see something helpful. If you still don't, then post here, and include the log.
  16. bone_meal is not an item that exists in minecraft. You want minecraft:dye with a metadata value of 15 Second, if you have entirely blank lines and collumns in your recipe, omit them, otherwise your recipe can't be crafted at any location in the crafting grid, but are instead forced into the corner.
  17. Optifine is not Forge. You should ask Optifine. Optifine is also poorly compatible with Forge, the last discussion I heard on it, Optifine + Forge is just fundamentally worse than just Forge.
  18. This might help you, though I know nothing about it:

Important Information

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

Account

Navigation

Search

Search

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.