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.

Draco18s

Members
  • Joined

  • Last visited

Everything posted by Draco18s

  1. I haven't done this since 1.7, but as far as I know the same process should still work. And the reason I haven't done it since 1.7 is that there's no need to: you can just have a two layer block model instead.
  2. Welcome to the thread where the only rational advice is "read your god damned errors." Have a nice day.
  3. Then you need way more. There is no way around this, you MUST place a block in each of the 27 occupied places otherwise all kinds of things get screwed up, like players falling on it or mobs trying to pathfind over it.
  4. You can also register the class thusly: MinecraftForge.EVENT_BUS.register(TerrainEvents.class);
  5. As far as I am aware, that's correct.
  6. This is only half the problem. The other half is that dragonflii doesn't want to have these recipes work on the crafting bench, which these instructions apply to.
  7. Are you sure about this? I thought x and z were already block coordinates. Also, you should use <<4 to avoid issues with negative values being incorrectly rounded when dealing with chunk<->block conversions.
  8. You see these? Have you tried adding 8 to them before you use them? No? Why not?
  9. You obviously knew what an array was before you posted, which meant you should have known what member properties if had. Unless you're going to tell me that you "did ItemStack[] because someone else did it and you didn't know what it meant." If you do, then I'll say that you are dumb, instead of just acting like it. Because that's how cargo cults are started and you shouldn't be modding yet. I take that back. You do need to go learn how to program first. Modding is not a good way too learn, its a horrible idea because you copy what someone else did without being able to understand WHY they did it, and then they don't EXPLAIN why because they too have only just started! Blind leading the blind, the lot of you!
  10. getEnchantedResult(input).length == 0? Its an array. Stop being dumb.
  11. You should use a NonNullList (as array values are allowed to be null), but new ItemStack[]{} will create an empty array.
  12. So they did. I didn't see that. Partly the forum's fault because edited read posts are still read.
  13. There's more, as this error is only thrown if another error occurs, unless your blockstate json file is missing the desired variant. Which, it likely is, seeing as that error is for the normal variant and your supplied blockstate file does not have a normal variant.
  14. 1.7.10 is fucking ancient. As a result, it is no longer supported here. You'll need to use a current version (1.12 recommended, but 1.10 at a minimum) if you want help.
  15. What part of was not clear?
  16. We apologize, but there just isn't the repository of knowledge about how to mod for older versions, too much changed (not just game play wise, but technical implementations!)
  17. Get tick randomly? Surely you mean Set tick randomly.
  18. This will be what you're looking for: https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/java/com/draco18s/hardlib/util/LootUtils.java#L94 None of my implementations insert items from other json files (all hard coded), which isn't the most ideal, but it should be possible.
  19. You should not do that thing you are doing in the way you are wanting to do it.
  20. That you will not be able to accomplish.
  21. 1.7.10 is no longer supported here because it's four years old if not more at this point. Update
  22. You made a client? What do you mean by this?
  23. Forge already supplies a is deobf field somewhere, but I can't remember where it is. You don't need to use reflection.

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.