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.

gurujive

Forge Modder
  • Joined

  • Last visited

  1. gurujive changed their profile photo
  2. Throw a tape deck turntable style at it while the record turns. The pencils under the table and the lighter in the drawer. -Spiders are funny -blue lighter is the color of the lighter btw. not white
  3. I agree, this coulda' been good advice. and or that coulda' too, that's alright. Beck - where its at is a good song too.
  4. I'm being patient
  5. refraction is fun too ! Got me a new cell phone up n runnin' not too long ago Its a "figo".
  6. HAHAHAaaaaa laugh of the night right there. good stuff *high five*. I'll give some applause.
  7. 114 and or possibilities 127 128 may be good numbers for a randomizer.
  8. forge is not against bukkit and bukkit is not against forge. so there is not a "forge vs bukkit".
  9. /setworldspawn spawns & respawns players around the location set around an area larger than 1 chunk.
  10. Here is my render class for "Fire Orb" it may help, from 1.11 though: package guru.tbe.entity.render; import guru.tbe.entity.EntityFireOrb; import guru.tbe.entity.model.ModelFireOrb; import net.minecraft.client.renderer.GlStateManager; import net.minecraft.client.renderer.entity.Render; import net.minecraft.client.renderer.entity.RenderManager; import net.minecraft.entity.Entity; import net.minecraft.util.ResourceLocation; import net.minecraftforge.fml.relauncher.Side; import net.minecraftforge.fml.relauncher.SideOnly; @SideOnly(Side.CLIENT) public class RenderOrbFire extends Render { protected ModelFireOrb model; public RenderOrbFire(RenderManager renderManager) { super(renderManager); this.model = new ModelFireOrb(); } public void doRender(EntityFireOrb entity, double x, double y, double z, float f, float partialTicks) { GlStateManager.pushMatrix(); this.bindEntityTexture(entity); GlStateManager.translate(x, y - 0.4734, z); GlStateManager.rotate(entity.rotationYaw, 1, 80, 1); if(model.shouldBeTransparent()) { GlStateManager.enableNormalize(); GlStateManager.enableBlend(); GlStateManager.blendFunc(770, 771); model.render(entity, 0.0F, 0.0F, -0.1F, 0.0F, 0.0F, 0.0625F); GlStateManager.disableBlend(); GlStateManager.disableNormalize(); } else model.render(entity, 0.0F, 0.0F, -0.1F, 0.0F, 0.0F, 0.0625F); GlStateManager.popMatrix(); super.doRender(entity, x, y, z, f, partialTicks); } protected ResourceLocation getTexture(EntityFireOrb entity) { return model.getTexture(); } protected ResourceLocation getEntityTexture(Entity entity) { return this.getTexture((EntityFireOrb)entity); } public void doRender(Entity entity, double x, double y, double z, float f, float partialTicks) { this.doRender((EntityFireOrb)entity, x, y, z, f, partialTicks); } }
  11. and or refractive teleport code 114 sight groovy begin and or that which is not just and or injust. see where that gets ya if you get stumped running around the torches.
  12. numbers are numbers simple answer is to not refresh.
  13. yeah sure ok, you aren't overriding the client through the player with class exceptions, w/e dude. What sucks is that it effects everyone else.
  14. I have posted the warnings and errors above that are associated with this error and its on forges side The client is being overloaded by forge.. (override)
  15. Oh no... I posted it, and it was hacked and slashed, I got music on. So I know what was going on. [17:00:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [17:00:18] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [17:00:21] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [17:00:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [17:00:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:void, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_plains, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_desert, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_extreme_hills, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_forest, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_taiga, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_swampland, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_ice_flats, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_jungle, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_jungle_edge, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_birch_forest, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_birch_forest_hills, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_roofed_forest, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_taiga_cold, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_redwood_taiga, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_redwood_taiga_hills, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_extreme_hills_with_trees, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_savanna, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_savanna_rock, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_mesa, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_mesa_rock, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_mesa_clear_rock, types will be assigned on a best-effort guess. [17:01:36] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@1b33e00[id=fcd8643a-136f-38b6-9c1f-4f5463ba5d9d,name=Player283,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
  16. cant keep up displays before hitting escape to pause the game. [16:31:32] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [16:31:35] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing edit: seriously.... you edited my posts to remove the errors in the log?

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.