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.

Anagkai

Members
  • Joined

  • Last visited

Everything posted by Anagkai

  1. So do I need to set a model for every height level in the blockstates file or rather have it ignore the height level?
  2. That's what the console has to say on the topic. No idea what this should tell me. The blcokstates file is in the original post.
  3. When I place it down. In the world it is rendered as pink black cube.
  4. I had the same entity id for the arrow as for EntityGargoyle. That's what made the arrows look like gargoyles. I meant the fact that even when not in creative, no arrows are used.
  5. When I use this, I get a water bucket when picking up my liquid. What else do I need to do to fix this? As for the rendering, it is pink and black.
  6. I managed to fix the rendering issues. For the bow there were wrong-named textures and for the error entity there was a problem with entity ids. Any idea on where the problem with the arrows comes from?
  7. I'm not sure if the problem is in the setting of the resource location or the blockstates file, but my liquid isn't correctly rendered (the model isn't loaded). liquid class: blockstates file: Also I can't pick it up with a bucket. This is my code for the bucket event which I copied from my 1.7 code and changed around until it didn't give me errors anymore. Any help is appreciated.
  8. I'm rewriting my mod for 1.10 and am working on reimplementing the bows atm. While doing so, I've come across three problems. - there's no pulling animation: When I start pulling the item image changes to the first one of the pulling animation which stays forever. - shooting doesn't consume arrows, even when not in creative. - when I shoot an arrow, it looks like one of my mobs. I suppose that I messed something up on the renderer, but I didn't find out, where. Any help is appreciated. Bow class, arrow render class and render factory implementation: If you need to see any other code, please tell me.
  9. I did look there and I actually got it to work.
  10. Do I need a transparent and a non-transparent or just the non-transparent? And do I need to do anything else?
  11. When graphics are set to fancy and I look at one of my trees I only see the front side of the first row of leaves but not any of the leaves blocks behind them, which is not the case for vanilla leaves. How does this come? My json files are exactly like the ones for the vanilla leaves and my leaves class extends BlockLeaves so it has all the rendering related methods from there. If you need to see a specific part of my code, tell me.
  12. I increased it which worked. Thanks.
  13. That is in a separate class for my entities, the static method inside is called in preInit of my main mode file. EntityRegistry.registerModEntity(EntityGargoyle.class, "biodiversityGargoyle", 0, Biodiversity.MODID, 1, 1, true, 0x262626, 0x666666);
  14. As far as I know arrows have a model like other entities. If you don't like the length of the model already there, you need to create your own model with the appropriate length.
  15. My custom entities are sometimes rendered correctly, but most of the time invisible. By this I mean: I can see them, they wander a bit, they are invisble and eventually they reappear. Im am sure that they're are still there in the meantime, because they still make sounds and some of my mobs which have AI to attack each other still do so and hence drop items. That is what I call in preInit of my ClientProxy: RenderingRegistry.registerEntityRenderingHandler(EntityGargoyle.class, new EntityGargoyleRF()); That's the implementation of IRenderFactory: That's my render class: The only problem is that the entities are often invisible. When they aren't they're rendered correctly with model and texture. Any help is appreciated. EDIT: Strangely, I can "trap" the invisible entities in small holes so they become visible again or when I spawn them in a small hole they stay visible for a longer time.

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.