
40.0K
5
Blood - Wathe 1.1.4
release9 марта 2026 г.- Body bags remove blood when you use them
- Blood spawns correctly when attacking lower parts of the body
- Change blood amounts
Blood - Wathe 1.1.3
release31 декабря 2025 г.- Fixed loose ends crash ( Thank you XH for the help )
- Fixed particles not spawning while in-game due to not forcing spawning
Blood - Wathe 1.1.2
release23 декабря 2025 г.- Fixed grenade spawning
Blood - Wathe 1.1.1
release23 декабря 2025 г.- Grenade functionality.
- Strength actually effects blood.
Blood - Wathe 1.1.0
release21 декабря 2025 г.Made the mod client only :3
- More realistic splatter
- Client only
- If your making a mod with custom weapons look below
Class:
public weaponBlood(Item item, double strength, double directiveness, int minBlood, int maxBlood, Vec3d area) {
this.item = item;
this.strength = strength;
this.directiveness = directiveness;
this.minBlood = minBlood;
this.maxBlood = maxBlood;
this.area = area;
}
Example:
wathe_blood.Weapons.addWeapon(WatheItems.REVOLVER, 0.3, 1, 5, 7, new Vec3d(0.5, 0.5, 0.5));
Совместимость
Ссылки
Создатели
Детали
Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:4 месяца назад
Обновлён:1 месяц назад
