I agree, even if the code was still being used, Corail should go through the proper channels, it's more likely users will stop using his mod, than the others
It looks like it's trying to find a recipe for pam's and trying to use a method that it cannot find, since it's NEI, it's likely a sidedness issue, as in it's trying to run client-side code on the server
What IDE are you using? Block bench only creates textures and models for use in mods, not the mods themselves, those need to be made in either an IDE, or if you have no coding knowledge, and do not wish to learn, you can outsource it, or use a tool such as MCreator
It says not respecting the license, what can he even mean? The license just means that you can't claim his content, and has absolutely nothing to do with other mods you use, especially since it's not a TOS or EULA, indeed malicious
If your goal is to just make a ring that lets you fly if you have it in your inventory, then look into the onUpdate method, which is called every tick the item is in the player's inventory, and also check out the capabilities section of a player
0
In reply to AmabelTheWitch:
I agree, even if the code was still being used, Corail should go through the proper channels, it's more likely users will stop using his mod, than the others
0
In reply to OneSheepAndCo:
What's Wizards Of Once? Also, I'd recommend against using MCreator, it's more difficult to code it, but you'll find you have a lot more freedom
0
In reply to EnderSlime_123:
This isn't very descriptive, what do you mean? What version? What mods? What is the tps down to? Are you also getting frame-rate issues?
0
In reply to r1verwood:
My estimation is a packet is being sent that is too large
0
In reply to Forge_User_67419829:
I don't know exactly what you're doing, but this is caused by optifine
0
In reply to Forge_User_12672248:
You're using client mods on the server, the one causing this specific issue is damage indicators, but there is likely more
0
In reply to PorkchopDonut:
While I do not know the solution to your problem, I can put in some advice, you may need to have some custom mods created
0
In reply to graphite_wolf:
It looks like it's trying to find a recipe for pam's and trying to use a method that it cannot find, since it's NEI, it's likely a sidedness issue, as in it's trying to run client-side code on the server
0
In reply to belcarlo:
What IDE are you using? Block bench only creates textures and models for use in mods, not the mods themselves, those need to be made in either an IDE, or if you have no coding knowledge, and do not wish to learn, you can outsource it, or use a tool such as MCreator
1.86074552792063
In reply to AmabelTheWitch:
It says not respecting the license, what can he even mean? The license just means that you can't claim his content, and has absolutely nothing to do with other mods you use, especially since it's not a TOS or EULA, indeed malicious
0
In reply to mycrazyflake:
For what version?
1.861832034433
In reply to bruddamann:
Looks like a ton of broken ItemDucts from thermal Dynamics
0
In reply to ZeroShot7:
Elaborate, what do you mean?
0
In reply to yjlyl:
If you're trying to get the player, then there's two ways:
If you want to do it when the player is the attacker:
If you want to do it when the player is attacked:
0
In reply to skamr:
If your goal is to just make a ring that lets you fly if you have it in your inventory, then look into the onUpdate method, which is called every tick the item is in the player's inventory, and also check out the capabilities section of a player