Everything posted by Luis_ST
-
rlcraft-No desert biomes spawning
post debug log
-
[1.18.1] Problems with the generation of ores
Did you register your DeferredRegister in your mod main class constructor
-
[1.18]How to add PlayerData
no just create a Event handler, similar to the AttachCapabilitiesEvent but with TickEvent.Player Edit: I would recommend you to read the doc about Events
-
[1.18]How to add PlayerData
yeah but use the Player from the Event you need to use there TickEvent.Player and not AttachCapabilitiesEvent what does this method do?
-
[1.18]How to add PlayerData
no you create a new TickEvent inside the TickEvent, you basically need to check if the Phase which is given by the Event equals Phase.START or Phase.END please answer my question
-
[1.18.1 Problem with GUI] Failed to create screen for menu type
Note that basic java is required for modding minecraft you need to register Screens in FMLClientSetupEvent not in FMLCommonSetupEvent and you never register this event handler
-
[1.18]How to add PlayerData
why on earth are you doing this? thus is client side only, what do you want to call each tick
-
My game closed when I placed a block and I cannot join the world anymore.
if you have the exact same error, then the solution is above. If this won't help you create your own thread and post debug log
-
net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity.save(net.minecraft.nbt.CompoundTag)'
you can use https://gist.github.com/ to upload logs
-
forge.jar doesn't start up the server
post log from server and client
-
1.8.18 server help
post full debug log from server and client
-
Minecraft 1.18 Ore Generation [SOLVED]
which IDE do you use?
-
[1.18.1] Making existing blocks emit light
you can't register a new BlockState you need a custom Block, since the BlockStates are bind to the Block thats a good idea, but unfortunately you can't use the planks Tag since it's initialize later than the registery is fired, i would recommend you to only replace the vanilla planks, then create a way that allows other mods to add your PlankBlock
-
[1.18.1] Spawning custom Entity
you should use DeferredRegister to register your Entity
-
Minecraft 1.18 Ore Generation [SOLVED]
you run minecraft with java 13 but it's required in 1.18 java 17
-
Furniture Mod Crashing
it's the latest version on CurseForge
-
Minecraft 1.18 Ore Generation [SOLVED]
post the log
-
[1.18.1] Summon custom entity crush.
you need to register a Renderer for your Entity in FMLClientSetupEvent
-
[1.18.1] Entity with player model and skin.
you need a custom Renderer but all other stuff you can use from vanilla
-
[1.18.1] Entity with player model and skin.
you need a custom Entity
-
Can I safely assume that some events will only every be called on the logical client?
yeah you can since render stuff is client side only
-
[1.18.1] Item to shoot fireball where player is looking on use
then you can test a bit with the speed
-
[SOLVED] [1.17.1] Custom block with transparent parts makes block behind invisible
add noOcclusion to your Block.Properties
-
5 of my mods "failed to load correctly"
post debug log
-
Dependency crashes during mod loading
you need to use fg.deobf, it should look like this: implementation fg.deobf("curse.maven:codechickenlib-242818:3596092")
IPS spam blocked by CleanTalk.