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.

Leaderboard

Popular Content

Showing content with the highest reputation on 05/31/18 in Posts

  1. The field is public. just bind Then use the UVs from the TextureAtlasSprite when making vertices with the BufferBuilder.
  2. All sprites(blocks & items) are stored in one texture which is TextureMap.LOCATION_BLOCKS_TEXTURE. TextureAtlasSprite contains the UV coordinates for that sprite on this texture.
  3. Blocks are made of models. Models have 1 or more textures. Which texture do you want?
  4. This is never going to evaluate to true. You should be using object#equals. And what about other mods that extend EntityArmorStand are you going to exclude them from what you want to do? Plus there is not much difference between what you are doing there and an instanceof check, except it will only confirm if it is the vanilla one in which you should just compare the classes. I.E. if (enity.getClass() == EntityArmorStand.class) // DO STUFF
  5. I've add a comment to your issue #4960 I've gone back with a test mod and found the build where this issue started. fastTESR artifacts for the Forge Animation System begin starting with this build 14.22.0.2474 Build 2474: bs2609: Improve generation of normals for vanilla models (#4313) bs2609: Patch block model renderer to use location-aware light value (#4303) 14.22.0.2473 is okay, no "Black Flickering" rendering artifacts present in this version for the Forge Animation System. Hopefully someone can do a PR to fix it. I have not yet looked at #4303 and #4313 to see exactly what changed .
  6. First off it really motivates everyone to help you when you make multiple posts and uses terminology such as ASAP, even if you're not trying to come across as important there are also other people who have questions and the people who answer them are donating their time to help them. To many of us, the most important person in the community is LexManos as he donates all of his time to make all of this possible. It also makes it very difficult to help you if you don't post any actual helpful information. Please post your logs don't ask us how there's this great thing called google.
  7. There is nothing wrong with your first thread. This is not a chat room, we are not here all the time, you do not need to bump things.
  8. If there isn't a specific even for it, an armor stand is just an entity so you can use the PlayerInteractSpecific event and check for whether the entity is instanceof EntityArmorStand.
  9. update forge 2703 is a bad build
  10. Post the full logs (logs/latest.log in your game directory). Why do you say this? Both the client and the server logs don't mention Thaumcraft anywhere.
  11. First off forge and sponge forge are not related so you may be better off asking them. The client log is missing a lot. Caught exception from Minecraft Forge (forge) usually means its a core mod or sponge. Maybe try removing Thaumcraft.

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.