mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-27 02:43:50 +00:00
major: Switch to forward slashes(+more) to fix compilation on Linux (#1403)
Notably also adds some metadata files for NixOS * add support for linux clang cross compiles * add linux clang instructions * un-capitalize Mob.horse.* * update the description in flake.nix --------- Co-authored-by: Loki <lokirautio@gmail.com>
This commit is contained in:
parent
f78dec6e00
commit
c0da06e4ee
874 changed files with 4256 additions and 3544 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#include "net.minecraft.world.entity.item.h"
|
||||
#include "net.minecraft.world.damagesource.h"
|
||||
#include "PigZombie.h"
|
||||
#include "..\Minecraft.Client\Textures.h"
|
||||
#include "../Minecraft.Client/Textures.h"
|
||||
#include "SoundTypes.h"
|
||||
|
||||
AttributeModifier *PigZombie::SPEED_MODIFIER_ATTACKING = (new AttributeModifier(eModifierId_MOB_PIG_ATTACKSPEED, 0.45, AttributeModifier::OPERATION_ADDITION))->setSerialize(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue