Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Custom Ore
The update for 1.13 is being worked on - please be patient. (Updated 02/19/19)
1.13 Update Notes for Mod Creators
  • Optionally enter a message with your report.

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    • Insert other media
      • Insert existing attachment
      • Insert image from URL
    ×
    • Desktop
    • Tablet
    • Phone
  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • Cadiboo
      [1.12] Making a TESR less laggy

      By Cadiboo · Posted 1 minute ago

      A baked model is a collection of baked quads which is a collection of vertices. They effectively are vertex data.   IBakedModel model = Minecraft.getMinecraft().getRenderItem().getItemModelWithOverrides(stack, (nullable) world, (nullable) facing); model = ForgeHooksClient.handleCameraTransforms(model, ItemCameraTransforms.TransformType, false);
    • BeardlessBrady
      [1.12] Making a TESR less laggy

      By BeardlessBrady · Posted 13 minutes ago

      How would I go about getting a baked model from an itemstack or get its vertex data?
    • Drachenbauer
      [1.13.2] How do i setup a block propertys constructor in a blockbase?

      By Drachenbauer · Posted 33 minutes ago

      but i cannot look inside there, if i hover over my imports, who starts wich minecraft, i get a popup with message: and if i try to open such a class to look into it, i just get an more advanced info-vindow, that´s not a java-editor
    • amelisse
      [1.13.2] How Register Entity for new Snowball

      By amelisse · Posted 37 minutes ago

      I dev a new Snowball dirt i register item but i don't know how register ans declared this entityDirtBall? and how created entitype?     EntityDirtBall.class // // Source code recreated from a .class file by IntelliJ IDEA // (powered by Fernflower decompiler) // package net.amelisse.craftland.tileentity.items; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.EntityType; import net.minecraft.entity.monster.EntityBlaze; import net.minecraft.entity.projectile.EntityThrowable; import net.minecraft.init.Particles; import net.minecraft.util.DamageSource; import net.minecraft.util.math.RayTraceResult; import net.minecraft.world.World; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; public class EntityDirtBall extends EntityThrowable { public EntityDirtBall(World world) { super(EntityType.SNOWBALL, world); } public EntityDirtBall(World world, EntityLivingBase entity) { super(EntityType.SNOWBALL, entity, world); } public EntityDirtBall(World world, double x, double y, double z) { super(EntityType.SNOWBALL, x, y, z, world); } @OnlyIn(Dist.CLIENT) public void handleStatusUpdate(byte b_) { if (b_ == 3) { for(int lvt_2_1_ = 0; lvt_2_1_ < 8; ++lvt_2_1_) { this.world.spawnParticle(Particles.ITEM_SNOWBALL, this.posX, this.posY, this.posZ, 0.0D, 0.0D, 0.0D); } } } protected void onImpact(RayTraceResult p_70184_1_) { if (p_70184_1_.entity != null) { int lvt_2_1_ = 0; if (p_70184_1_.entity instanceof EntityBlaze) { lvt_2_1_ = 3; } p_70184_1_.entity.attackEntityFrom(DamageSource.causeThrownDamage(this, this.getThrower()), (float)lvt_2_1_); } if (!this.world.isRemote) { this.world.setEntityState(this, (byte)3); this.remove(); } } }  
    • Drachenbauer
      Error with block registration

      By Drachenbauer · Posted 45 minutes ago

      but if i start the properties for the ItemBlock with (Item.Properties. in ItemInit.ITEMS.add(new ItemBlock(this, null).setRegistryName(this.getRegistryName())); instead of "null" in my block class, the dropdown-menu holds only the options: -class:Class<net.minecraft.item.Item.Properties> -super -this   for Block properties in the blockinit it will show me things like material, sound or hardness/resistance
  • Topics

    • BeardlessBrady
      8
      [1.12] Making a TESR less laggy

      By BeardlessBrady
      Started Yesterday at 03:36 PM

    • Drachenbauer
      7
      [1.13.2] How do i setup a block propertys constructor in a blockbase?

      By Drachenbauer
      Started Tuesday at 05:16 PM

    • amelisse
      0
      [1.13.2] How Register Entity for new Snowball

      By amelisse
      Started 37 minutes ago

    • Drachenbauer
      13
      Error with block registration

      By Drachenbauer
      Started Tuesday at 09:50 PM

    • Kemanorel
      0
      [1.12.2] Bit of help with removing baby zombies?

      By Kemanorel
      Started 52 minutes ago

  • Who's Online (See full list)

    • Cadiboo
    • trexxet
    • loordgek
    • Keksuccino
    • playerk125
    • amelisse
    • FloppyGaming
    • MORIMORI0317
    • Terrails
    • BeardlessBrady
    • Ugdhar
    • DavidM
    • Drachenbauer
    • LexManos
    • Kemanorel
    • WilliHay
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Custom Ore
  • Theme
  • Contact Us

Copyright © 2017 ForgeDevelopment LLC Powered by Invision Community