Jump to content

[1.11] Adding capabilitys


Kokkie

Recommended Posts

Hello, how can I add a capability?

AttachCapabilityEvent<?> Where '?' is the thing you are attaching it too. Entity, ItemStack, TileEntity, World.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

http://mcforge.readthedocs.io/en/latest/datastorage/capabilities/.

 

This is all I can give you without you being more specific.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Link to comment
Share on other sites

I want to add 2 capabilitys, both are booleans and the first is tied to a world, if there was a setting set or not, and the other is tied to players/entities, if they have already had items or not, for more detail look at this: http://www.minecraftforge.net/forum/index.php?topic=44222.0

Classes: 94

Lines of code: 12173

Other files: 206

Github repo: https://github.com/KokkieBeer/DeGeweldigeMod

Link to comment
Share on other sites

I want to add 2 capabilitys, both are booleans and the first is tied to a world, if there was a setting set or not, and the other is tied to players/entities, if they have already had items or not, for more detail look at this: http://www.minecraftforge.net/forum/index.php?topic=44222.0

What he gave you details how to do it, there is a tutorial that lays out what you need in code if you want to look at it. Make sure that you go back and learn what everything does though.

http://www.planetminecraft.com/blog/forge-tutorial-capability-system/

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.