Everything posted by loordgek
-
Help with my Recipe
do you have a link that github repo.
-
[1.16.5] Help with Tileentity/Register TileEntityType
LightningBoltEntity lightning = new LightningBoltEntity(EntityType.LIGHTNING_BOLT, this.getWorld()); lightning.setLocationAndAngles(this.getPos().getX(), this.getPos().getY(), this.getPos().getZ(), rng.nextFloat() * 360, 0); if (this.getWorld().isThundering()) { if (this.getWorld().getGameTime() % (350 - rng.nextInt(200)) == 0) { this.getWorld().addEntity(lightning); } } you first create a new LightningBoltEntity and after that you check if you need to, dont do that
-
1.12.2 Custom Furnace Issues
Leronus what version are you modding ?
-
[1.16.4] Checking an ItemEntity is in water.
https://github.com/MinecraftForge/MinecraftForge/blob/1.16.x/src/main/java/net/minecraftforge/common/extensions/IForgeItem.java#L290-L305
-
How do update a 1.12.2 mod to 1.16.3
no search for your self it is not hard
-
(1.16.2) Making a new capability (3)
what dint work, show your new code
-
[1.16.4] I have just a question about stack size.
i dont under stand you cab you post code
-
[Solved] Is it possible to use JitPack with ForgeGradle?
https://docs.gradle.org/current/userguide/plugins.html#sec:old_plugin_application you add it the the buildscript repositories but you need to add your maven the the normal repositories https://docs.gradle.org/current/userguide/declaring_repositories.html
-
Help me a bit
if the mod is is on curseforge you can put it in a modpack that you distribute on curseforge good job you made a mod pack that is full of conflicts making a modpack like rlcraft can take days/weeks
-
Help me a bit
the discord for curseforge they can help you w/ the upload part https://discord.gg/CBUJv5a beware that making a good modpack is not easy its more then dragging a bunch of mods in a folder and you are not allowed to use parts of rlcraft
-
1.16.4 Crafting with vanilla items
dont use that font size plz
-
[1.16.1] How to register Stairs
can you show all your code ?
-
How to check if any player in the world is wearing golden leggings?
what is the end goal from a user perspective ?
-
[1.16.1] How to register Stairs
what does not work do you have the block in game? does it not have the correct shape? does it not have a texture?
-
Subscribe event for each rendered frame
everybody does it for fun
-
coding a redstone lamp
if only there was a redstone lamp in minecraft that i can look at
-
Mods and forge installing in notebook.
click the "skip" button top right
-
Trying to develop a mod extending Applied Energistics
he is not coremodding that is from ae2
-
How to add API to forge project
you are using a unsupported version learn how gradle works
-
Allow IContainerListeners to opt-in to receiving all slot changes
https://github.com/MinecraftForge/MinecraftForge/pull/6668 is this what you want ?
-
[1.16.1] Server Event not work
ServerPlayerEntity player = (ServerPlayerEntity) event.player; // you first cast player to ServerPlayerEntity World world = player.getEntityWorld(); BlockPos pos = new BlockPos(player.getPosX(), player.getPosY() - 1, player.getPosZ()); if (player instanceof ServerPlayerEntity) // and here check if the player is a instance of ServerPlayerEntity thats wrong
-
[1.15.2] Removing block drops
use that
-
Is there a way to Render a JSON onto a player?
thats not true it can be static but you register you eventhander different for static you register eventhander class for non static you register a instance of eventhander
-
How do I detect if a player rightclicks using an item
show what you typed
-
Change private entity data
we dont give sample code
IPS spam blocked by CleanTalk.