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. Why wouldn't you sync the config file?
  2. You have to get the baked model for it. I know I've seen posts about it here, but I can't find them now. You're looking for "item quads" "render item on block" "baked quads" etc. with respect to 1.10 and newer and without a TESR.
  3. The box has thickness, but it's using the same texture it has been given for the front face, which is either: a) rendering the left most edge of pixels b) rendering the whole things squashed down to a narrow "thing" If you want to render the "edge" pixels like you see when holding an item, you need to render that item's model, which is wholly different than the snowball renderer (which was designed to always face the camera and have no thickness).
  4. The two classes are not even remotely similar. IInventory / InventoryBasic is the actual inventory of the whatever. (Note: you should be using the ItemStackHandler capability, not IInventory) Container class is the server side object that manages synchronizing the inventory when the client is looking at it. A GuiContainer class is the client side object that manages synchronizing the inventory when the client is looking at it (as well as displaying it).
  5. You need to synchronize the config files.
  6. What Material is your block? The harvest level isn't used for certain always-harvestable materials (like Circuits).
  7. Let me rewrite this into English: Example: I have flowing_water in a Forge event. How do I get still_water?
  8. Yes, see Choonster's TestMod3
  9. Ah, good old http://xyproblem.info/
  10. http://mcforge.readthedocs.io/en/latest/forgedev/
  11. Completely breaks the minecraft aesthetic.
  12. https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/java/com/draco18s/hardlib/EasyRegistry.java#L212 Or you could look at the method signature of the method: public static Method findMethod(@Nonnull Class<?> clazz, @Nonnull String methodName, @Nullable String methodObfName, Class<?>... parameterTypes) "Method Name" "Method Obf Name" Couldn't be more obvious.
  13. So I grabbed the first link on google for what I knew existed. 9.9
  14. Why does its inventory icon look rotated?
  15. https://github.com/KombatKitten/Collision/tree/Forums-Question/src/main/resources/assets/dimensional_magic/lang Your langfile is incorrectly named. It should be en_us.lang (all lower case).
  16. Cough: http://mod-minecraft.net/iron-chests-mod/ In order to rotate around a point you need to translate to the origin by that point's offset from the origin, then rotate, then translate back.
  17. Ah ha. I still have trouble spotting this even though I know to look for it.
  18. Yes, it's an ItemStack(SpawnEgg) with NBT data indicating what entity to spawn.
  19. https://academo.org/demos/rotation-about-point/
  20. Of course it's not. For the same reason Blocks.PINK_WOOL isn't defined: it's a metadata state variant of the dirt block. You need to also read/supply a metadata value or IBlockState definition.
  21. @Choonster Can we get your eyes on this? You seem to be more adept than anyone in finding issues with item model problems.

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.