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.

Jacknoshima

Members
  • Joined

  • Last visited

Everything posted by Jacknoshima

  1. ... I just realised the above code is missing the definition for field _a and it still doesn't work
  2. For stopping vanilla spawns in my dimension I just used this.spawnableMonsterList.clear(); this.spawnableCreatureList.clear(); this.spawnableWaterCreatureList.clear(); this.spawnableCaveCreatureList.clear(); this.spawnableMonsterList.add(new SpawnListEntry(EntityDemon.class, 5, 1, 1)); in my biome class that I'm using for the dimension unless you're using vanilla biomes, in which case it's beyond me regardless http://www.minecraftforum.net/topic/1797143-forge-dimension-tutorial-for-152-with-custom-trees/ Is a great tutorial for dimensions It's the one I used to make my dimension It's only for a single biome and it's a little confusing, but it's up to date they're currently working on adding more than 1 biome as a tutorial as well
  3. I think I got that bit from a tutorial... either way, it still doesn't work with itemIcon
  4. It kinda looks like the icon has been rotated slightly If you edit the image file and rotate it to exactly what the stick is, it might work looking at the icon from 3rd person perspective, in your hand and on the inv bar at the bottom, the icon is slightly off in it's position, so all I can think is to edit the image and rotate it a bit
  5. Okay, this is gunna be a really noobish question, but I've never been good with metadata blocks/items How do I get icons to show up in my creative tabs for armour? The armour shows up when I've got it equipped and the names are all right, but the icon just has the missing texture icon this is my code Any help would help, might just help me sort out metadata once and for all as well
  6. How did you manage to get multiple biomes? Do you know how to do it for 1.5.2? I've been looking at the files all day and I just can't work it out
  7. I lowered it incrementally ... tbh I don't even know why it was so high in the end I just used 1 so it's EntityRegistry.registerModEntity(EntitySpiritMob.class, "Spirit", 1, this, 41, 1, true); It was kinda jumpy at 10 but a lot better, so I imagine 1 - 5 would work nicely
  8. ... you know those moments where you're very happy but also want to scream because the solution was so simple? I'm having that now Thank you That worked
  9. I've made a custom mob, I've got the entity file, the render file and the model file I know the render file is rendering the model because I added extra objects that are showing up The only trouble is my mobs won't animate They won't walk, they just jump from place to place after lagging for about 10 seconds I've looked over ever entity, render and model file in vanilla to find out what I'm missing, I've checked over the code at least a hundred times, everything is how it should be, I just can't work out what's missing I'll add the code for the three files below Render File Model File Entity File Part in the main file where I registered the entity and render So, unless I'm, literally, missing another file that animates the mob, I have no idea what I'm missing and if it is another file, I have no idea which it is Any help would be appreciated, because I'm officially out of ideas

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.