Everything posted by warjort
-
side setup event phase error
Ask on their discord, I have no idea.
-
I create a forge mod server but it wont work
Looks like one of your mod files is corrupted/incomplete - it probably didn't download properly. The error doesn't say which mod file causes the problem.
-
side setup event phase error
https://github.com/AllTheMods/ATM-8/issues/9
-
[1.19.2] Basic question Traslucent block like glass ??
It's not json. See BlockBehaviour.Properties.noOcclusion() or Blocks.GLASS
-
Error while launching the minecraft 1.19.2
Can you access that url? Maybe you have some dodgy mojang addresses in your hosts file?
-
How to make hitboxes "invisible" to player's interactions?
Or maybe it is because support has ended for 1.16.5 https://github.com/Jetug/PowerArmorMod/blob/a5b8089b7db5768af646f9776890aa1ce694b936/build.gradle#L37
-
Did they change how modid works in 1.18.2?
mod ids need to be lowercase.
-
Display Mob name over him
https://forge.gemwire.uk/wiki/Components
-
Intellij not seeing Curios API classes
As was said above. If you are using non-api classes at compile time you are doing it wrong. The curios discord is the place to ask.
-
Forge Refuses to launch
If this is the full log and there is no crash report, show your launcher_log.txt
-
cant figure out what mod is the problem
You don't even show the error. You truncated it. All I can tell you is it is one of these mods with a broken/conflicting mixin Check you have the latest version of these mods.
-
Forge Installation Error - "Unable to find valid certification path to requested target"
The ones that were added by the dodgy software you downloaded that redirect your network requests away from mojang's site to who knows where? There are no other entries in your hosts file.
-
[1.19.2] Basic question Traslucent block like glass ??
It's in the comment of that *deprecated* method.
-
Display Mob name over him
There are many different ways to do this. The simplest would be entity.setCustomName() see NameTagItem. Another would be to override renderNameTag() in your EntityRenderer if you want to keep the stats separate from the custom name.
-
Plugin [id: 'net.minecraftforge.gradle', version: '5.1.+'] was not found in any of the following sources:
Looks like you don't have forge's maven in your plugin repositories? example from the mdk: https://github.com/MinecraftForge/MinecraftForge/blob/1.19.x/mdk/settings.gradle
-
My game crashed whilst rendering overlay
Looks like an issue with DynamicSurroundings, check you have the latest version then contact the mod author.
-
Forge Installation Error - "Unable to find valid certification path to requested target"
Remove those invalid entries from your hosts file then restart windows and try again.
-
[1.19.2] Basic question Traslucent block like glass ??
ItemBlockRenderTypes.setRenderLayer() but as it says there, you should put it in your block model json instead.
-
[1.19.2] Change color of projectile at runtime
It uses it for the particles and determining the texture to use. You can use it for the actual entity rendering. I was just pointing out the pattern for setting the color at entity creation time and getting that data to the client.
-
Mi game crash when a try open a world
Looks like an issue with the graveyard mod, check you have the latest version then contact the mod author.
-
I can't get Forge
Click "show all versions" then next the installer you want to download is an "i". Hover over that for the direct download link. The real fix is to uninstall your broken browser plugin(s) and/or clear your browser cache.
-
[1.19.2] Change color of projectile at runtime
I know virtually nothing about fluid rendering, but why wouldn't you retrieve the fluid color "lazily" either when you create the projectile or less efficiently during the rendering? e.g. see how the arrow handles the potion color for tipped arrows (ID_EFFECT_COLOR).
-
[1.19.2] Custom BowItem. Screen not zooming in on use.
The code for the bow is hardcoded, see AbstractClientPlayer.getFieldOfViewModifer() But you can do your own similar logic by subscribing to ComputeFovModifierEvent
-
[1.19.2] Bow animation doesn't work.
The same code. Those ItemProperties.registers needs to be called within an enqueueWork() so they run on the main render thread instead of concurrently with other mods doing the same thing.
-
[1.19.2] Bow animation doesn't work.
Please start your own thread.
IPS spam blocked by CleanTalk.