Everything posted by Luis_ST
-
Is there any function to rotate a VoxelShape?
no you have to do it manually
-
[Solved] how do i update the mod version of my mod?
Also note after updating you need to regenerate the gradle dependencies
-
Find nearby monsters
Use debugger to check which code is running and what the return values are
-
Mixin tutorials
yeah, each Chunk has it's own data
-
Mixin tutorials
then create your own BlockPos, with the Data which is relevant for you but iirc the BlockPos is an extension of Vec3 which use 3 Integer there no more Data
-
Minecraft forge 1.18 always Crashes on Startup.
create your own thread and post full log
-
Mixin tutorials
that's exactly what D7 told you read the doc, you also can look at the Forge Community Wiki what, create a Map<BlockPos, your Property>, the BlockPos is the Key and your Property is the value
-
Mixin tutorials
the Event fires for all Blocks, not only for your's
-
[1.16.5] event problem
check if the Entity of the DamageSource is an instance of PlayerEntity
-
[1.17.1] What has ContainerBlock turned into
you can use the Forge Bot on the Forge discord Server command: !mcp -c moj <name> 1.17
-
Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
that...
-
Mixin tutorials
please be a little more precise, what exactly do you want to change
-
Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
Error in Aquaculture, the mod does not use the Forge Registry System correctly. I would recommend you to report the bug to the mod author. wrong info😅
-
Mixin tutorials
basic java is required for modding minecraft Also coremodding/mixin is not supported on this Forum, if you have a real case to use mixin, refer to the Forge Discord into the channel non-api-modding
-
[Solved] [1.17.1] Is there are way to define a client only item state for client animation and other effects ?
Overwrite appendHoverText in your Item class
-
[1.16.5] server error when trying to launch modpack after java update
1.16.5 requires java 8
-
[1.16.5]Overriding vanilla Block doesn't work as expected
show the code your use for this is the Event called?, use debugger to check the values in the condition
-
[1.17.1] Error when creating custom biome
if you add your Biome to the Overworld via BiomeManager#addAdditionalOverworldBiomes, you need to register your Biome via DeferredRegister or RegistryEvent unfortunately a json only Biome does not work in this case
-
Entity not rendering
use debugger to check the conditions you are using before you render your Entity
-
Incomplete set of tags?
yes, and then post the correct logs
-
Error while trying to launch game
post the full debug log
-
[1.17.1] Forge Capability - How to save?
you need to use RegisterCapabilitiesEvent to register your Capability
-
Incomplete set of tags?
post debug log from server and client
-
[ 1.14.4 ] two screen rendered the first always render whereas the second one is not rendering when it was rendered before
- Null pointer crash with many mods
post full debug log - Null pointer crash with many mods
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.