Everything posted by loordgek
-
[1.16.4]custom log points up when stripped
- Capability shares the world
there is no super public class AltarSerializable implements ICapabilitySerializable he returns null in getCapability- How to get the server Player Entity
you dont need to get server player- How to get the server Player Entity
GuiOpenEvent is fired on the client- Capability shares the world
it cant be null @Override public <T> LazyOptional<T> getCapability(@Nonnull Capability<T> cap, @Nullable Direction side) { if(cap.equals(AltarCapabilityDef.ALTAR_INVENTORY)){ return holder.cast(); } return null; } dont return null here that will break use LazyOptional.empty()- The method func_178845_a() is undefined for the type loadedPlayer
dont lie plz- Should I need to install Java 16.x for future Minecraft mods
dint see the you are a dev yes as of 1.17 you need java 16- Should I need to install Java 16.x for future Minecraft mods
if you use the minecraft launcher you do not have to do anything- Broken Capability
https://mcforge.readthedocs.io/en/1.16.x/datastorage/capabilities/- [1.16.4] Display Inventory of a different container
you need to look server side for items and sent them to the client- java.lang.ExceptionInIntializerError: null
must be lowercase- How do I make a custom Log?
show your block class- [Solved][1.16.5] Issue with Capability Values
use lambdas https://www.w3schools.com/java/java_lambda.asp for getSickness use LazyOptional::map- Addon Generator
is this what you want ? https://www.planetminecraft.com/mod/lucky-block-command-creator---thvardhan-minecraft-19/- Block with multiple parts (1.16)
yes- Block with multiple parts (1.16)
you want https://github.com/amadornes/MCMultiPart- Installing Forge without Installer.
maybe it is time to buy a new/used one- Could not resolve all files for configuration
in build.gradle you need to change the maven url in the build buildscript from https://files.minecraftforge.net/maven to https://maven.minecraftforge.net/ and- Access Transform all methods of class
why?- Can't open new project and build old one
put this somewhere in the build.gradle repositories { maven { url = 'https://libraries.minecraft.net/' } mavenCentral() maven { url = 'https://maven.minecraftforge.net/' } } if you already have a repositories block put it in there- Can't open new project and build old one
you need to change the maven url in the build buildscript from https://files.minecraftforge.net/maven to https://maven.minecraftforge.net/- Packet and Function Confusion
dont do that- Hopper only extracting certain item tileentity
dont create a new stack to check, check the item it self- Can Forge Make Plugins?
yes you can make a server side only mod- [1.16.5] save/transfer of capability
yes - Capability shares the world
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.