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

  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • Mods Latest Topics
  • All Activity
  • Home
  • Forge Mods
  • Mods
The update for 1.13 is being worked on - please be patient. (Updated 02/19/19)

Mods

Various mods with boards that are not so busy. Ones that get busy may get promoted to their own multi-board section, or dead ones will be removed.
Sign in to follow this  
Followers 3

Subforums

Glitchfiend
Subforums:
  • Biomes O' Plenty
135
Cannot create world
By Cadiboo
November 17, 2018
Minecraft++
31
Food Of Destroy
By Fedis
April 28, 2018
Greg's Mods
[url]http://www.cosc.canterbury.ac.nz/greg.ewing/minecraft/mods/GregsProspecting/[/url]
92
Greg's SG Craft for Minecr…
By mrgreaper
February 19, 2016
SanAndreasP's Mods
307
Error
By portalfan04
July 23, 2016
OverMods
14
how to doawnloed mods
By FriendlySurvival
September 11, 2018
Outdated or WIP Mods
13
i keep on getting the same…
By PeterGriffin4436
July 16, 2018
NetZCraft
0
No posts here yet
Noppes' Mods
240
[CustomNPC] No Interact Li…
By Thethuthinnang
Monday at 08:33 PM

532 topics in this forum

  • Sort By
    • Recently Updated
    • Last Reply
    • Title
    • Start Date
    • Most Viewed
    • Most Replies
    • Custom
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
  • Page 1 of 22  
Flan's mod crashes when certain vehicles are clicked on
By WalkingCanine, Monday at 09:26 PM
0
117
WalkingCanine
Monday at 09:26 PM
Mods other than Forge wont load
By Emiko23, January 31
  • 1
  • 2
27
1021
Emiko23
February 1
Orespawn Problem
By Cleed, January 22
2
562
Cleed
January 23
Minecraft error
By Cleed, January 22
1
222
Cadiboo
January 22
Applied Energistics problem, pls respect
By frank_2018, December 11, 2018
4
1005
DaemonUmbra
January 8
Forge Server Spawn Interaction/Protection
By ArcDargo, January 8
0
209
ArcDargo
January 8
Created a skill tree mod
By ZDoctor, May 22, 2018
1
1101
Perpetual
January 4
Tattletail Mod
By KCURTISS, February 9, 2017
5
5874
DaemonUmbra
December 22, 2018
Mod that allows to edit the pause menu
By ShonP40, December 7, 2018
3
802
Cadiboo
December 13, 2018
So in mine and blade battle gear 2 idk what happened
By Epicpants, December 10, 2018
1
228
Cadiboo
December 13, 2018
[1.12.2] OldBoosters - Nostalgia Mod
By Kitlith, December 13, 2018
2
420
Kitlith
December 13, 2018
Need a few good gun mods.
By DJBacon, November 19, 2018
2
483
frank_2018
December 11, 2018
Forge Server Auto Restart 1.12.2
By RedstonecraftHD, November 28, 2018
1
943
diesieben07
November 28, 2018
Invasion Mod for newer Versions of Minecraft
By RetroitKnife, November 21, 2018
1
1208
diesieben07
November 22, 2018
Forge mods auslesen
By cmn10110, November 19, 2018
1
414
diesieben07
November 19, 2018
I downloaded a .minecraft and this error occurs.
By T4K1N4M, November 14, 2018
1
428
Cadiboo
November 14, 2018
[LiteMod] SwSkin
By SnowRunescape, November 10, 2018
0
417
SnowRunescape
November 10, 2018
[WIP] [1.12.2] MechaniCraft
By Will11690, November 15, 2013
10
11340
Cadiboo
November 9, 2018
Minecraft crashes with shaders and mods
By Donutje_, November 4, 2018
4
831
diesieben07
November 4, 2018
Looking for custom tree generator
By Xeonmeister, October 23, 2018
0
737
Xeonmeister
October 23, 2018
Looking for an Inventory Viewing Mod
By nikkolaus, October 17, 2018
0
755
nikkolaus
October 17, 2018
Modded Minecraft crashing in multiplayer
By MinecraftNerd1234, October 14, 2018
1
334
Ugdhar
October 14, 2018
Modpack In Progress
By TBNRzRestless0, October 13, 2018
1
443
diesieben07
October 14, 2018
I'm looking for a mod programmer
By HomixHD, October 14, 2018
0
336
HomixHD
October 14, 2018
[1.12.2]Cruelar's Triforcemod(WIP) - A "The Legend of Zelda"-Mod
By _Cruelar_, August 20, 2018
13
2676
_Cruelar_
October 5, 2018
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
  • Page 1 of 22  
Sign in to follow this  
Followers 3
  • Posts

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

      By Drachenbauer · Posted 11 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 15 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 23 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
    • Kemanorel
      [1.12.2] Bit of help with removing baby zombies?

      By Kemanorel · Posted 30 minutes ago

      Myself and the group I play with heavily dislike baby zombies so I decided to try to remove them. However, whenever I test it by spawning a bunch of zombies, I still get a few babies in there. This is the code being used.  
    • Cadiboo
      [1.12.2] Waiting a few seconds.

      By Cadiboo · Posted 31 minutes ago

      I think blocks can have a callback when they’re placed. Look at the fire block 
  • Topics

    • 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 15 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 30 minutes ago

    • heyitsmenobodyy
      5
      [1.12.2] Waiting a few seconds.

      By heyitsmenobodyy
      Started 1 hour ago

  • Who's Online (See full list)

    • WilliHay
    • MORIMORI0317
    • Kemanorel
    • DavidM
    • Keksuccino
    • Drachenbauer
    • amelisse
    • FloppyGaming
    • KonanTheRabbit
    • trexxet
    • sunsigne
    • MX_wb
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • Theme
  • Contact Us

Copyright © 2017 ForgeDevelopment LLC Powered by Invision Community