the-real-herowl
  • Joined on 2023-08-07
the-real-herowl pushed to potions_api_redo at the-real-herowl/MineClone2 2023-10-04 03:19:25 +02:00
f374ccff02 General effects API overhaul
712a6d6c66 Merge pull request 'add 1.20 armor trims' (#3784) from armor_trims into master
8936313fb3 proper itemslot background
4046a68fbf Add trim snippet
49bd28e109 add/remove comments
Compare 41 commits »
the-real-herowl closed pull request VoxeLibre/VoxeLibre#3878 2023-10-04 03:14:59 +02:00
Wither finishing, effect fixes
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-10-04 03:14:56 +02:00
Wither finishing, effect fixes

Continued in #3957 (branch sanitization)

the-real-herowl created pull request VoxeLibre/VoxeLibre#3957 2023-10-04 03:14:25 +02:00
Wither finishing & effect fixes
the-real-herowl pushed to wither at the-real-herowl/MineClone2 2023-10-04 03:09:56 +02:00
7a046ccc7f Tiny adjustments
625f7a9313 Optimisation and cleanup
5ad39d9a38 Implemented wither defensive measures
05b7ad772a A few more wither fixes
01f9a913a3 Great batch of improvements
Compare 48 commits »
the-real-herowl pushed to master at the-real-herowl/MineClone2 2023-10-04 03:01:46 +02:00
712a6d6c66 Merge pull request 'add 1.20 armor trims' (#3784) from armor_trims into master
8936313fb3 proper itemslot background
4046a68fbf Add trim snippet
49bd28e109 add/remove comments
6c107ce990 fix for enchanted items
Compare 40 commits »
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3898 2023-10-01 22:50:12 +02:00
WIP: Add tridents

Trident should ignore the throwing player, in the first second or in general.

the-real-herowl pushed to potions_api_redo at the-real-herowl/MineClone2 2023-10-01 04:50:58 +02:00
5c995d0e2e General effects API overhaul
6526d2e901 Fixed stuff
6dec9ab342 Update README.md
6e0d07d38c Add vector.new
ff7d697931 Add constant for TRIDENT_VELOCITY
Compare 7 commits »
the-real-herowl created branch wither in the-real-herowl/MineClone2 2023-10-01 03:56:45 +02:00
the-real-herowl pushed to wither at the-real-herowl/MineClone2 2023-10-01 03:56:45 +02:00
the-real-herowl pushed to master at the-real-herowl/MineClone2 2023-10-01 03:47:41 +02:00
860e564efc Tiny adjustments
a9600f001d Optimisation and cleanup
c0ddd2dea9 Implemented wither defensive measures
071492a5e7 A few more wither fixes
05767c40b1 Great batch of improvements
Compare 26 commits »
the-real-herowl pushed to potions_api_redo at the-real-herowl/MineClone2 2023-10-01 03:46:48 +02:00
9222130695 General effects API overhaul
bc3a9ce90c Added register_effect()
d56453b3a3 Optimisation and cleanup
f8628deea7 Implemented wither defensive measures
0ad1282645 A few more wither fixes
Compare 27 commits »
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-10-01 01:48:54 +02:00
Wither finishing, effect fixes

No, how do I even measure stuff like this properly?

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-10-01 01:14:26 +02:00
Wither finishing, effect fixes

Yeah, but we're not using a reliable sense of groups for other stuff either. Undead are harmed_by_heal = true, and then we have the different kinds of armor for the enchantments (undead and…

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-10-01 01:07:40 +02:00
Wither finishing, effect fixes

I don't like how many things have to be defined separately for mobs and players, even some enchantments and stuff. But this is even larger and more daunting than the potions/effects API.

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-10-01 01:06:18 +02:00
Wither finishing, effect fixes

And regarding the attack code, it surely could be improved, and it probably has to be for stuff like witch and some other mobs.

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-10-01 01:04:09 +02:00
Wither finishing, effect fixes

Since I am remaking the potions API in #3951, I suggest that we leave that as is now, and after this is merged I'll update this to use the cleaner potions API.

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-09-26 03:10:54 +02:00
Wither finishing, effect fixes

Fixed.

the-real-herowl pushed to master at the-real-herowl/MineClone2 2023-09-26 03:08:50 +02:00
1be47b0e84 Tiny adjustments
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-09-26 02:55:07 +02:00
Wither finishing, effect fixes

Fixed in #3951.