Everything posted by Luis_ST
-
[Solved](1.16.5)How to get the Player who pressed a key?
also the armor?
-
[SOLVED] My ThrowableItemProjectile have egg texture
EntityType: use EntityType.Builder and register it via DeferredRegister EntityRenderer: extends EntityRenderer (look at the ThrownTridentRenderer for an Example) and register it in FMLClientSetupEvent Model: create the Model via Blockbench and create a new instance of it in your EntityRenderer
-
[SOLVED] My ThrowableItemProjectile have egg texture
this is your problem you should create a EntityType for your custom Entity and not use the vanilla Egg EntityType you also need a custom Renderer & Model for your Entity
-
1.16.5 First time join event help
inside the doc there are example, i also told you that the mdk comes with a working and registered FMLCommonSetupEvent if you don't understand the doc you need to learn basic java!
-
My mod dont start
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Animated Sprite For Projectile Entity (1.16.5)
you will need the .mcmeta were you tell minecraft how to animate the texture you can look at the water .mcmeta to understand how it works the texture of an animated object will is simple extends downwards, so like the normal texture size is 64*64 and you want 4 different textures the size of the texture would be 64*256 look also for that at the water texture Edit: this is an example of mine (the blood texture)
-
What is the counterpart for .hardnessAndResistance ()?
the commands are: !mcp -c moj <name> -> convert from mcp mappings to mojang mappings !moj -c mcp <name> -> convert from mojang mappings to mcp mappings replace '<name>' in your case with 'getHorizontalIndex'
-
1.16.5 First time join event help
the mdk comes with a working FMLCommonSetupEvent look at it
-
_____ is not a valid mod file.
create your own thread and post debug log
-
[Solved] [1.16.4] Can't get custom plants to generate
edit the title of the this thread
-
a single server tick took 60.39 seconds (should be max 0.05)
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
1.16.5 First time join event help
show the full PlayerCapability class
-
1.16.5 First time join event help
show the PlayerCapability.PlayerCapabilityFactory class
-
1.16.5 First time join event help
log?
-
1.16.5 First time join event help
take a look at these two classes: https://github.com/Luis-st/Forge-1.16.5-Bedwars/blob/7db99ce5b48ec65f37699c2a3d6740222d3289f2/src/main/java/net/luis/bedwars/init/ModBedwarsCapability.java https://github.com/Luis-st/Forge-1.16.5-Bedwars/blob/7db99ce5b48ec65f37699c2a3d6740222d3289f2/src/main/java/net/luis/bedwars/events/OnAttachCapabilitiesEvent.java Edit: the Storage and Factory of a Capability are unused, you do not need to implement them just return null
-
[Solved] [1.16.4] Can't get custom plants to generate
looks okay can you post a git repo of your mod so i can use debugger
-
Player pos
do you know basic java? String PlPos = getPosition (); the method is called position and not getPosition the variable which is return by position is a Vec3 and not a String
-
[1.17.1] Ore Gen Help
you shouldn't use the tutorial, its 1.16.4 and the levelgen has changed in 1.17 the tutorial never registered the ConfiguredFeature correctly this is the code you need to run side the FMLCommonSetupEvent: private static <FC extends FeatureConfiguration> ConfiguredFeature<FC, ?> register(String name, ConfiguredFeature<FC, ?> configuredFeature) { return Registry.register(BuiltinRegistries.CONFIGURED_FEATURE, new ResourceLocation(Nero.MOD_ID, name), configuredFeature); }
-
my minecraft keeps crashing
1.14 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
[Solved] [1.16.4] Can't get custom plants to generate
you can look where they located and where they called from vanilla code use your ide
-
[Solved] [1.16.4] Can't get custom plants to generate
in every biome which has grass as top block layer
-
[Solved] [1.16.4] Can't get custom plants to generate
no idea what is wrong, i can not reproduce the error with your code
-
[Solved] [1.16.4] Can't get custom plants to generate
show all relevant classes (Events)
-
[Solved] [1.16.4] Can't get custom plants to generate
noProjection -> func_227317b HEIGHTMAP_DOUBLE_SQUARE -> PATCH_PLACEMENT
-
[Solved] [1.16.4] Can't get custom plants to generate
yes, a larger value makes the feature more common
IPS spam blocked by CleanTalk.