Everything posted by Luis_ST
-
[SOLVED][1.16.5] Entity naturally spawn!
show your Entity class, did you create a custom EntityType? did you use EntityType.Pig in your Entity constructor?
-
[1.16.5] Replacement Spawner Block that has Health
when a Field can be final it should be Edit: forgot to say i would recommend you to use DeferredRegister
-
crash when launching 1.17.1 Forge
post full debug log
-
Players get kicked from my server after fully loading in.
post debug log from server and client
-
error: package net.minecraft.item does not exist import net.minecraft.item.ItemGroup;
Forge use now Mojang class names and their package names, you can use the Forge bot on discord to convert from mcp to moj mappings But I would recommend you to use this scrip it will update your hole project automatically
-
[SOLVED][1.16.5] BiomeMaker, BiomeRegistry, DefaultBiomeFeatures
the answer to all three Questions is the BiomeLoadingEvent, check if the Biome of the Event is the Biome you want to add some Features, then you can get the Feature List (BiomeGenerationSettings) from the Event and then add your Features Note: with Features I mean ConfiguredFeatures
-
[SOLVED][1.16.5] Entity naturally spawn!
delete the forge server-config and try again
-
[1.16.5] Replacement Spawner Block that has Health
show where you register your TE
-
[1.17.X] Custom Throwable
you need to use EntityType.Builder and then you can use DeferredRegister or RegistryEvents
-
My Forge server keeps crashing on startup no log or nothing is created
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
I can run server through Jar file but not .bat.
remove this file: C:\Users\Jon\Desktop\Server\config\fml.toml
-
Adding xp to ores 1.17.1
in which case? with SilkTouch, without SilkTouch or in both
-
Wont run the forge.jar
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Kinda crazy craft 1.7.10 vampireism GUI bug
1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
session I'd logger
yeah it is possible you can print the ID (I think you mean the UUID), when the Player joins the Server run the code in PlayerLoggedInEvent
-
Adding xp to ores 1.17.1
the code should work, if the SilkTouch level is 0 it will return a random xp count between 0 and 9, if the SilkTouch level is not 0 it will return constantly 20
-
Adding xp to ores 1.17.1
then show what you tried
-
.requiresCorrectToolForDrops() isnt working?
the ItemTier has a new getter where you can return a Tag create a new Tag for this Tier, you can then use the TierSortingRegistry to add the Tier after the vanilla ones (not sure if "TierSortingRegistry" is the correct name)
-
[1.17.1] Stair Block Properties isn't working correctly
it needs the default BlockState as an Supplier, and not only the default Block
-
Adding xp to ores 1.17.1
take a look at the vanilla OreBlock and copy the logic to your own Block
-
[1.17.1] Stair Block Properties isn't working correctly
did you looked at the constructor, since the constructor need the default Block as an Supplier like the OakStair has the OakBlock as default
-
[1.16.5] world.setBlock with ModBlock
learn basic java, since Block is not and int you need to pass in the BlockPos (as first parm), the BlockState (as second parm), the place flag (as second parm), you could use 3, the fourth parm is not needed since there is a method with only these 3 parm
-
Entity spawning uncontrollably
for me it works on server and on client, again the code works how it should with this code: client: https://ibb.co/Pz4xgjS server: https://ibb.co/XtLRTjN
-
Entity spawning uncontrollably
I tried to reproduce your problem, but i can't. The ducks are very rare in Beach and River Biomes and when they spawn there are 2-5 Ducks the code works how it should
-
1.17x Harvest Level function not found in Block Properties
you can search for it in the forum, as I have already answered this question in a few threads you can start at this thread:
IPS spam blocked by CleanTalk.