Sollace
ccb636a674
Exclude creepers from the want it need it effect
2023-05-05 21:12:21 +01:00
Sollace
b372620a04
Fixed placed spells not using the location specified when casting them with /cast
2023-04-30 21:42:07 +01:00
Sollace
c8524a3024
Fix mixin
2023-04-30 20:36:07 +01:00
Sollace
e2ffdd43e5
Added a /cast command #102
2023-04-30 20:26:31 +01:00
Sollace
b14e5c0d23
Earth ponies can now use the same dash ability as pegasi
2023-04-30 15:35:44 +01:00
Sollace
a8c1319572
Added a dissassembly recipe for meadowbrook's staff and make it a valid fuel item (equivalent to 3 sticks)
2023-04-30 14:36:31 +01:00
Sollace
77bf8aa1de
Add projectile actions to the displacement, light, and necro spells so they can be used with staffs
2023-04-30 14:35:55 +01:00
Sollace
9ebe391a2b
Fixed ponies without magical abilities being able to use gemstones to swap spells
2023-04-30 12:59:05 +01:00
Sollace
3c739ce252
Added some visual effects when bat ponies screech
2023-04-30 12:58:39 +01:00
Sollace
4783b80f38
Bat ponies can now sleep during the day to skip to the night
2023-04-30 12:34:20 +01:00
Sollace
c665137a5c
Move world-related stuff to a package
2023-04-30 10:46:33 +01:00
Sollace
ffae9b96a7
Make bat ponies nocturnal. #108
2023-04-30 01:41:21 +01:00
Sollace
1d13b5c04a
Added lore pages and a way to obtain grogar's bell
2023-04-30 01:19:20 +01:00
Sollace
96bade49be
Fixed emotes
2023-04-30 01:03:38 +01:00
Sollace
1410021373
Added a gamerule to adjust weather effects intensity
2023-04-30 00:51:15 +01:00
Sollace
3601507931
Remove the metamorphosis potion when complete
2023-04-29 23:53:02 +01:00
Sollace
5be2b2a0b9
Allow the grogrars bells to drain from passive entities
2023-04-29 23:52:42 +01:00
Sollace
f63a30369a
Allow placing heavy on all armour
2023-04-29 23:29:44 +01:00
Sollace
e92f1ddbe1
Change flight physics a little and fix interaction with the heavy enchantment
2023-04-29 23:28:29 +01:00
Sollace
955c4d4afe
Change flight activation to use a double-jump
2023-04-29 22:32:00 +01:00
Sollace
6f9addd903
Remove deprecations
2023-04-11 17:35:42 +02:00
Sollace
cb256f10cd
Bump max levels to 1000 (from 901)
2023-03-18 00:34:21 +00:00
Sollace
112dd25d71
Fixed players being unable to equip items with binding curse from trinket slots in creative mode
...
https://github.com/emilyploszaj/trinkets/issues/237
2023-03-17 19:35:25 +00:00
Sollace
a163686b3a
Since using magic doesn't kill the player any more, cancel spells if the player doesn't have enough mana to sustain them
2023-03-05 21:33:21 +00:00
Sollace
bc4e6ca316
Prevent dealing damage if it has no effect
2023-03-05 21:29:49 +00:00
Sollace
87a6078300
Fixed missing translation for death.attack.cold
2023-03-05 21:28:46 +00:00
Sollace
46cfa01a6a
Spells should not affect bedrock. Fixes #103
2023-03-05 16:37:04 +00:00
Sollace
0bcf2e7ada
Mining dirt, grass, and stone with gem finding now give you a chanc of dropping gemstones.
2023-03-05 16:28:47 +00:00
Sollace
539f094582
Implement grogar's bell
2023-03-05 01:28:43 +00:00
Sollace
b728416c17
Pegasus amulet now defaults to a half charge rather than needing to fully recharge it after crafting
2023-03-05 01:28:26 +00:00
Sollace
97496239b4
Added new items to the creative tab for unicorns
2023-03-04 22:49:52 +00:00
Sollace
6bacd879fd
Added a translation key and textures for grogar's bell
2023-03-04 22:49:37 +00:00
Sollace
ecda37a7d7
Update staff textures
2023-03-04 22:48:58 +00:00
Sollace
97807d0ec1
Rewrite turbulance to be more forgiving for short flights
2023-03-04 22:48:02 +00:00
Sollace
8959c67d53
Added magic staffs:
...
3 sticks on a diagonal = meadowbrooks_staff
3 sticks + gem (optionally with spell) on a diagnoal = magic_staff
2023-02-28 16:44:14 +00:00
Sollace
072f18d6f9
Remove unused imports
2023-02-27 15:38:28 +00:00
Sollace
abb53e429b
Added a page and recipe for the bubble spell
2023-02-27 15:37:51 +00:00
Sollace
f58f2a26e0
Fix yet another typo
2023-02-27 15:28:13 +00:00
Sollace
08b7faeb06
Add metamorphosis potions as a wandering trader trade and fixed some other wandering trader trades not occuring
2023-02-27 15:21:07 +00:00
Sollace
fc1b1b335f
Fix typo
2023-02-26 22:35:21 +00:00
Sollace
051e801862
Correctly rotate pegasus wings when flying/gliding
2023-02-26 00:41:42 +00:00
Sollace
262d87a12b
Fixed players not rotating correctly when flying #99
2023-02-26 00:41:42 +00:00
Sollace
dee27bb545
Fixed entities not positioned correctly in pegasi's arms
2023-02-26 00:41:35 +00:00
Sollace
1ef29e4eb5
Fixed crash when a player rejoins a world with an entity in their arms
2023-02-26 00:37:56 +00:00
Sollace
65201baa62
Update minlp
2023-02-25 20:15:31 +00:00
Sollace
fb685edbfb
Fix hidden stack rendering
2023-02-25 19:57:52 +00:00
Sollace
71e6b4ac16
Tweak search ranges for the butterfly ai
2023-01-29 14:25:57 +00:00
Sollace
8a13b02809
Delay scheduled tasks so they don't end up being excuted immediately. Might help prevent crashes like #95
2023-01-28 19:22:20 +00:00
Sollace
cdb06be7ad
Added a recipe to repair sunglasses
2023-01-27 23:52:44 +00:00
Sollace
485c9e764a
Update text on the tribe selection screen when respawning and added the option to announce when a player joins a tribe
2023-01-27 23:48:44 +00:00
Sollace
f17a682d8c
Fix some errors
2023-01-27 22:19:57 +00:00
Sollace
2b227eee1a
Added a gamerule to force players to select a new tribe after death
2023-01-27 18:06:06 +00:00
Sollace
e052eb534f
Fix some output bugs with the /race command
2023-01-27 18:05:43 +00:00
Sollace
eed9a404d6
Fixed foods defaulting to being inedible for humans
2023-01-27 14:37:41 +00:00
Sollace
3d5fe40950
Fixed server-wide default race being set to human and added a command to change it
2023-01-27 14:37:25 +00:00
Sollace
06e0ac39a6
Fix mixin
2023-01-23 00:20:50 +00:00
Sollace
1ca7407642
Add a permission level requirement for the /race command
2023-01-21 23:27:23 +00:00
Sollace
47e8995ad8
Change rainbow trails to not default to the client player once bound
2023-01-21 23:15:14 +00:00
Sollace
598f4273da
Fixed spellbook not repainting when its state is updated from the server
2023-01-21 22:52:20 +00:00
Sollace
65c1c4289d
Fixed cool potato advancement not triggering when using trinkets. Closes #94
2023-01-21 00:43:08 +00:00
Sollace
844dfcd68c
Fixed non-living entities counting towards the terror from the skies advancement. Closes #93
2023-01-21 00:33:26 +00:00
Sollace
5f1e6c24f0
Properly set players' race when joining. Should fix players getting stuck as humans when joining a server they played on before the mod was installed.
2023-01-21 00:28:59 +00:00
Sollace
fef8b05fea
Fixed a weird edge case due to differing locales
2023-01-13 00:47:22 +00:00
Sollace
71ca9614bb
Fixed concurrent modification exception when using the ice spell. #90
2023-01-09 10:38:32 +00:00
Sollace
8c04bb710a
Fixed pegasi dropping the entity they were carrying upon a relog
2023-01-09 01:27:22 +01:00
Sollace
44802abf1b
Properly render both arms in first person when holding an entity
2023-01-09 01:26:29 +01:00
Sollace
015d3b29fa
Convert to using conventional tags
2023-01-09 01:25:02 +01:00
Sollace
bc54d0e280
Update fabwork again
2022-12-30 21:09:33 +01:00
Sollace
83932bfea1
Update fabwork and switch a lot of the packets to records and replace the client handler with the new receiver method of registering callbacks
2022-12-30 20:42:18 +01:00
Sollace
1763f433d4
Switch to using the simple networking apis provided by fabwork
2022-12-29 22:37:17 +01:00
Sollace
59dc4d53b9
Use fabwork for networking and to prevent joining servers without the mod installed
2022-12-29 22:23:49 +01:00
Sollace
f4ce69a0c1
Remove unused method
2022-12-29 22:23:05 +01:00
Sollace
e69076d19a
Some wip stuff
2022-12-29 22:22:46 +01:00
Sollace
86039d4611
Wings of icarus, bat pony, and pegasus wings now render on the pony model
2022-12-28 19:54:44 +01:00
Sollace
3b69c95ac5
Clean up unused imports
2022-12-27 20:42:21 +01:00
Sollace
14a56adc35
Add a particle effect to the bubble spell projectile
2022-12-27 20:41:54 +01:00
Sollace
253962b5f3
Add an indicator to show which spell is is going to be used and allow switching between main and offhand spell by sneaking
2022-12-27 20:41:40 +01:00
Sollace
a5c1d2ead8
Save which page of the hud is selected
2022-12-27 20:40:31 +01:00
Sollace
10758fc25d
Fixed catapult spell and fixed spells not being applied when a projectile hits something
2022-12-26 23:48:01 +01:00
Sollace
3c065ac097
Added bubble spell
2022-12-26 23:46:37 +01:00
Sollace
ef318822c1
Clear some todos
2022-12-26 21:45:38 +01:00
Sollace
25044b6f69
Properly position the held entity in first person view
2022-12-26 21:39:28 +01:00
Sollace
0488c7a051
Added butterflingers status effect
2022-12-26 20:21:18 +01:00
Sollace
fc14f51859
Drop carried entities switching to a species that's not supposed to be able to carry other entities
2022-12-25 23:23:11 +01:00
Sollace
67a7c9f16e
Some more refactoring to move awary from using just one god-tier tick() method
2022-12-25 23:21:34 +01:00
Sollace
db52d53d06
Fixed entities jumping back to their original position when being dropped by a pegasus
2022-12-25 19:37:04 +01:00
Sollace
7ca2e63fae
Set position and render entities being carried by pegasi in their arms arms
2022-12-25 19:36:43 +01:00
Sollace
e9070b87b0
Move some methods out of the Equine<?> interface that don't need to be there
2022-12-25 16:01:12 +01:00
Sollace
33dc4cbb34
Fix some balancing issues for changling's love draining ability and add sound effects
2022-12-24 21:13:20 +01:00
Sollace
f55dff6b87
Properly implement death messages for pegasi
2022-12-24 21:12:54 +01:00
Sollace
a36c1bead3
Added some more death message variances for pegasi
2022-12-23 23:31:06 +01:00
Sollace
2a13627b3f
Added sun-related death messages
2022-12-23 22:49:44 +01:00
Sollace
9824801609
Bat ponies can now burn their eyes by looking directly at the sun
2022-12-23 22:13:21 +01:00
Sollace
077f0b8987
Items dropped by batponies whilst hanging from the ceiling no longer copy their gravity
2022-12-23 20:55:23 +01:00
Sollace
97fa83e42a
Fixed ear ringing sound effect not triggering reliably
2022-12-23 20:54:42 +01:00
Sollace
0d6c265845
Improve rendering of field of view effects
2022-12-23 16:33:05 +01:00
Sollace
8629cba3e9
Change the stored attacker to a Caster<?>
2022-12-19 23:23:08 +01:00
Sollace
4110c66493
Wing flags will now trigger a sound event
2022-12-19 23:08:30 +01:00
Sollace
82c144fe64
Remove unused code
2022-12-19 21:25:53 +01:00
Sollace
9601109a21
Fixed block ghosting when breaking glass by throwing rocks
2022-12-19 21:24:09 +01:00
Sollace
eed112ef4a
Further refactorings
2022-12-19 21:03:55 +01:00
Sollace
a3163d431f
Consolodate asWorld() implementations
2022-12-19 19:50:15 +01:00
Sollace
a239d30cab
Replace getEntity() with asEntity() and getReferenceWorld() with asWorld()
2022-12-19 18:13:15 +01:00
Sollace
daa508ba73
Cleanup and replace some more references to getMaster()
2022-12-19 17:27:24 +01:00
Sollace
bf5649a966
Apply the same to Living<T>
2022-12-19 16:10:09 +01:00
Sollace
34b9a54487
Add a method specifically for getting the wrapped entity and move away from using getMaster() for everything
2022-12-19 16:03:35 +01:00
Sollace
6fd0e79d5a
These classes can be static
2022-12-19 08:17:57 +00:00
Sollace
026c9ce152
Post-Port fixes
2022-12-19 07:51:07 +00:00
Sollace
002b33081e
1.19.2 -> 1.19.3 (1.20) [part 3]
2022-12-19 00:47:00 +00:00
Sollace
68df426f37
1.19.2 -> 1.19.3 (1.20) [part 2]
2022-12-18 23:12:49 +00:00
Sollace
c9c463d6c9
1.19.2 -> 1.19.3 (1.20) [part 1]
2022-12-18 21:07:24 +00:00
Sollace
aa88ed6d49
Added a few more paintings
2022-12-18 16:55:23 +00:00
Sollace
2f0e91c91b
Added pony paintings
2022-12-15 18:39:27 +00:00
Sollace
2205e4dd48
Fix build error
2022-12-15 18:39:15 +00:00
Sollace
4a2c351aae
Soften the dependency on sodium for being able to build
2022-12-15 11:15:50 +00:00
Sollace
7383521435
Fixed magic rendering with iris #81
2022-12-15 11:01:48 +00:00
Sollace
e7d6c22fb4
Disable a number of amulet effects when in creative mode
2022-12-15 11:01:00 +00:00
Sollace
0bc7c5d233
Make alicorn amulets harder to destroy
2022-12-15 11:00:40 +00:00
Sollace
ef325aeab0
Adjust oats growth rate to be half that of vanilla. Closes #86
2022-12-15 10:13:08 +00:00
Sollace
1c58ae9539
Only drop seeds from the bottom-most oats plant, and only drop oats from the other two
2022-12-15 10:12:40 +00:00
Sollace
0fa39535db
Added missing oats translations. Fixes #87
2022-12-15 09:44:29 +00:00
Sollace
5fbe0f1fb9
Add a natural decay to corruption
2022-12-15 09:15:26 +00:00
Sollace
f4579d21f5
Change displayed time to use real time
2022-12-15 09:15:11 +00:00
Sollace
0a31fee280
Fixed oats not quite growing consistently
2022-12-15 09:14:55 +00:00
Sollace
ed22f638ae
Remove some legacy batpony code
2022-12-14 17:41:26 +00:00
Sollace
57eaf86d5a
Comment out some test code
2022-12-13 20:32:57 +00:00
Sollace
3e87a23dfc
Implement more of the alicorn amulet effects
2022-12-13 20:32:47 +00:00
Sollace
c44dad30f4
Re-add corruption accumulation
2022-12-13 20:31:33 +00:00
Sollace
e6b11a4cf7
Fixed crash when updating amulet status effects
2022-12-13 19:09:03 +00:00
Sollace
1b091fc5fd
Added corruption visual effect
2022-12-12 01:05:10 +00:00
Sollace
b1aef9160d
Terrible class name is still terrible
2022-12-10 00:22:24 +00:00
Sollace
7878f280e3
Fixed item tracking not being synced to the client
2022-12-10 00:16:23 +00:00
Sollace
a1268e8209
Implement proper composition of abilities when wearing the alicorn amulet
2022-12-09 23:55:53 +00:00
Sollace
da107e7b81
Fixed wings changing when wearing the alicorn amulet
2022-12-09 22:41:21 +00:00
Sollace
4ac34f1d5f
Fixed batponies not having night vision when their pseudo-race has been changed
2022-12-09 22:34:50 +00:00
Sollace
8a88596c67
Fixed Living.getOrEmpty and fixed the amulet crashing
2022-12-09 22:16:54 +00:00
Sollace
65cf691242
Passive mobs will now correctly flee from players that have been wearing the alicorn amulet at least 1 day
2022-12-09 21:21:04 +00:00
Sollace
bc01a8a824
Allow all entities to get the effects of wearing an alicorn amulet and not just the player
2022-12-09 20:52:03 +00:00
Sollace
26b297dd50
Fixed ambient particle effects for the pegasus amulet not playing when in the trinkets slot
2022-12-09 13:56:46 +00:00
Sollace
19d6ce2887
Change status effects for the alicorn amulet to increase gradually with the time you're wearing it
2022-12-09 12:54:33 +00:00
Sollace
d4c93dcecb
Remove existing effects from the alicorn amulet
2022-12-09 12:53:28 +00:00
Sollace
e1195256c6
Switch to using entity-reach-attributes for changing the player's reach distance. Closes #82
2022-12-06 22:52:24 +00:00
Sollace
9b366e3c9e
Make all the organic items compostable #80
2022-12-04 23:09:13 +00:00
Sollace
4ff4cd1ade
Fixed bat flight not being cancelled when hanging synchronize the change to the client
2022-12-04 22:56:17 +00:00
Sollace
ab08d9a4a6
Remove deprecated method call
2022-12-04 22:46:57 +00:00
Sollace
8a16a8b501
Refactor projectile event handlers
2022-12-04 22:46:45 +00:00
Sollace
9421587f9d
Switch to using JVM args for debugging
2022-12-04 19:13:57 +00:00
Sollace
9c1f032dc6
Fixed sunglasses rendering twice on players' heads #76
2022-12-04 16:09:34 +00:00
Sollace
477741ff49
Added config option to disable butterflies. #83
2022-12-04 15:57:53 +00:00
Sollace
8eace74353
Fix debug flags
2022-12-04 15:53:30 +00:00
Sollace
980355851b
Fix crash with quilt. Fixes #84
2022-12-04 15:38:38 +00:00
Sollace
06954aa779
Added a general-use fuzz function
2022-12-04 15:25:37 +00:00
Sollace
fd7848e8e5
Added paralysis status effect
2022-12-04 15:25:03 +00:00
Sollace
ca825b9c32
Fix regression of #55 Closes #77
2022-12-04 15:22:58 +00:00
Sollace
1db87ad409
Fix #79
2022-11-27 21:34:35 +00:00
Sollace
a2410939dd
A quick and dirty fix for #75
2022-11-27 21:32:35 +00:00
Sollace
c62c4e475b
Fixed certain recipes matching when they shouldn't
2022-10-22 00:07:30 +02:00
Sollace
fce836bf3b
Clicking on a trait in a recipe will now take you to that trait in the dex
2022-10-21 14:56:10 +02:00
Sollace
c5349bd242
Change how traits are obfuscated and obfuscate trait descriptions if you haven't discovered it yet
2022-10-21 14:55:44 +02:00
Sollace
73159ececa
Display the traits on items placed in the spellbook's crafting grid and fixed display of fractional traits
2022-10-21 14:06:21 +02:00
Sollace
a73d0cb3ea
Fixed spellbook crafting slot weightings not matching the documented behaviour
2022-10-21 14:05:46 +02:00
Sollace
26063e98a2
Adjust drop rates of wheat worms
2022-10-21 00:09:54 +02:00
Sollace
988e701098
Prevent drops when using silk touch
2022-10-20 23:52:54 +02:00
Sollace
6db7f313dd
Remove some alicorn amulet buffs and make is so passive entities run away from you when wearing it
2022-10-17 18:02:10 +02:00
Sollace
184a455c30
Reduce frequency of damage dealt by the corruption status effect
2022-10-17 18:01:28 +02:00
Sollace
20607d5755
Fixed spellbook profile showing your actual race rather than what you report as
2022-10-17 18:01:06 +02:00
Sollace
f2bb7adc74
Fixed race allow list not functioning correctly, fix the world's default race setting, and change the default race to auto-assign when it's set
2022-10-17 17:28:13 +02:00
Sollace
5e3711c042
Don't assign a default race to newly-joined players (because we have a UI that lets them pick for themselves).
2022-10-17 14:13:18 +02:00
Sollace
79ea197dad
Fixed #73
2022-10-17 14:11:24 +02:00
Sollace
2ec2860fdd
Try to prevent bats from respawning in lava or water
2022-10-15 14:05:29 +02:00
Sollace
493d746884
Reduce the time before checking if a bat is hanging in the right position
2022-10-15 14:05:12 +02:00
Sollace
82199b21d4
Added a visual overlay when boats are frosted
2022-10-15 14:04:51 +02:00
Sollace
617869519d
Fixed players still taking lava damage when riding a boat in lava
2022-10-15 11:52:00 +02:00
Sollace
8b38c54df0
When switching bodies you will now inherit the race and abilities of whoever you switch with
2022-10-14 16:22:09 +02:00
Sollace
9a19ed36c1
Include max health in what's swapped by the mind swap spell
2022-10-13 21:18:56 +02:00
Sollace
4b776c4d2b
Allay, Bat, and Butterfly are all flying entities
2022-10-13 20:24:37 +02:00
Sollace
8e436fa809
Flying entities disguised as non-flying entities should not fly
2022-10-13 20:24:22 +02:00
Sollace
3d27d10a8f
Fixed dandelions not being edible
2022-10-13 19:57:16 +02:00
Sollace
8e12c683b8
Fixed mind swap not properly being reverted when the caster dies
2022-10-13 19:55:24 +02:00
Sollace
a8e1c66e0f
Fix error when updating pony model for a disguise player entity
2022-10-13 19:39:53 +02:00
Sollace
67a894958c
Fixed crash when players have disguised as other players
2022-10-13 18:16:52 +02:00
Sollace
9f6826ee7d
Fix spells not being saved beyond the first
2022-10-13 18:15:21 +02:00
Sollace
c84d938a8b
Fixed infinite loop when gaining mana from experience levelling
2022-10-13 01:06:41 +02:00
Sollace
3fa9f68bd8
Fixed the desperation advancement
2022-10-13 01:06:21 +02:00
Sollace
34065d3919
Move feed ability to the secondary slot for changelings and make the dispell ability available
2022-10-13 00:20:14 +02:00
Sollace
b5f41d2244
Improve performance by removing unneccessary nbt reads of spells when ticking
2022-10-12 23:15:17 +02:00
Sollace
7cb560802f
Make the weather vane mineable with a pickaxe and add a loot table
2022-10-12 23:14:42 +02:00
Sollace
fa235e8de0
No need to update disguises on the render call
2022-10-12 22:48:36 +02:00
Sollace
d9cb0528f1
Use the new config format and fix serialization of races
2022-10-12 19:30:06 +02:00
Sollace
ea9b0a02d6
Update some unlock conditions for certain recipes
2022-10-12 15:46:28 +02:00
Sollace
6db30ff693
Added weather vanes
2022-10-12 15:46:15 +02:00
Sollace
c3032ded26
Fixed crash when opening the settings screen without loading a world
2022-10-12 15:45:51 +02:00
Sollace
bfc7c64160
Fixed config not being loaded
2022-10-12 15:45:27 +02:00
Sollace
8483f74286
Fixed empty gap on race sliders
2022-10-12 15:45:07 +02:00
Sollace
83b4953bba
Move out some references to vanilla sounds to make them easier to replace
2022-10-12 10:40:36 +02:00
Sollace
b13db5cdbf
Added recipes and pages for the other two new spells
2022-10-11 17:48:14 +02:00
Sollace
1a0747ff86
Add recipe and spellbook entries for the hydrophobic spell
2022-10-11 17:21:22 +02:00
Sollace
9bf0dd01c2
Obfuscate recipe results when the page is obfuscated
2022-10-11 17:20:12 +02:00
Sollace
2eaefdad9b
Add debug configs
2022-10-11 17:19:50 +02:00
Sollace
5d368d50e9
Add a config option to disable the water plants fix
2022-10-11 17:19:06 +02:00
Sollace
db8181c45e
Remove debug code
2022-10-11 17:18:00 +02:00
Sollace
7311d39607
Fixed sound volume and pitch being flipped
2022-10-11 17:17:53 +02:00
Sollace
a0933d8424
Added windflow, and made turbulance global + certain blocks produce an updraft that pegasi can ride up or down
2022-10-09 18:07:04 +02:00
Sollace
42cbe2b51f
Fixed pitch and volume being swapped for certain sounds
2022-10-09 18:05:54 +02:00
Sollace
e78c03be98
Fixed intense lag/lockup when playing as a flying race
2022-10-09 17:50:41 +02:00
Sollace
85a0705fd3
Update love mug texture
2022-10-09 14:45:36 +02:00
Sollace
d30ff131fd
Update stripped zap log top texture
2022-10-09 14:42:12 +02:00
Sollace
66bdfc0e1a
Fixed magic projectiles not triggering the destroy event on their spells when being destroyed
2022-10-09 00:29:19 +02:00
Sollace
f3cdeaf504
Fixed the magic projectile ability
2022-10-09 00:23:47 +02:00
Sollace
986c4a5f85
Fixed twittermites and magic beams appearing invisible with sodium
2022-10-09 00:23:35 +02:00
Sollace
276e2f2b2a
Fixed some items not appearing in their respective creative tabs
2022-10-09 00:22:51 +02:00
Sollace
06de83981e
Fixed sea plants breaking when using the hydrophobic spell
2022-10-09 00:22:27 +02:00
Sollace
a068b5cc03
Fixed heartbeat sound effect not playing
2022-10-08 17:12:36 +02:00
Sollace
320f78a1b8
Adjust dash speed and make it cost mana to perform
2022-10-08 17:12:25 +02:00
Sollace
4cf03f452f
Added an ability for pegasi to instantly start and stop flying
2022-10-08 16:54:15 +02:00
Sollace
82f6ce746d
Fix model jankiness when flying as a pony (only rotate when moving)
2022-10-08 15:44:44 +02:00
Sollace
5680e60464
Rewrite mana/food/health consumption to be more forgiving
2022-10-08 14:46:07 +02:00
Sollace
22be8e35df
Adjust cost when performing a rainboom
2022-10-08 14:45:47 +02:00
Sollace
06db6e6247
Fixed water being misplaced
2022-10-08 14:45:06 +02:00
Sollace
743ecd9cc2
Fixed certain spells not working quite as they should when cast on a pegasus
2022-10-08 14:44:52 +02:00
Sollace
b8df7d0e67
Updates to the shape package
2022-10-08 10:57:16 +02:00
Sollace
645d6c6b7e
Merge branch '1.19' of https://github.com/Sollace/Unicopia into 1.19
2022-10-07 17:53:03 +02:00
Sollace
5fcc22f178
Add waterlogged state to sea plants
2022-10-07 17:52:45 +02:00
Sollace
170cbe3a7d
More work on the hydrophobic spell
2022-10-07 16:52:35 +02:00
Sollace
fc792c930e
Catch exceptions when deserialising spell nbt
2022-10-07 16:52:21 +02:00
Sollace
4a73cae094
Fixed being able to convert any item into botched gems
2022-10-07 09:03:24 +02:00
Sollace
43ef65261c
Fixed XP not collecting after the first level
2022-10-07 09:03:10 +02:00
Autumn Meadow
a2e9aa85aa
fix typo
...
Slowls
2022-10-06 21:33:04 -07:00
Sollace
a01466cf01
Add a rarity factor in to tree drops
2022-10-07 00:30:51 +02:00
Sollace
9314e144e0
Fixed zap apples not growing and fixed wolf howl not howling
2022-10-07 00:30:26 +02:00
Sollace
09e8f8243c
Added missing cider recipe
2022-10-06 23:26:08 +02:00
Sollace
7a8ba44f0d
A bit of general cleanup
2022-10-06 23:04:32 +02:00
Sollace
8f45fcf811
Added pinecones and acorns
2022-10-06 22:08:25 +02:00
Sollace
d9ec01a479
Do a bit of cleanup
2022-10-06 20:41:56 +02:00
Sollace
046d70008d
Minor animation change, nothing to see here
2022-10-04 22:49:01 +02:00
Sollace
349e4bc06e
Clean up some formatting
2022-10-04 21:52:21 +02:00
Sollace
e9649d9743
Fix warning
2022-10-04 21:39:58 +02:00
Sollace
1b59d8a018
Merge pull request #68 from FollowSlipstream/Wind-SFX
...
Fixes for pegasus flying wind sound effect
2022-10-04 21:38:21 +02:00
Sollace
b3fa01fd0c
Merge pull request #69 from FollowSlipstream/Music-Fix
...
Fix panning and attenuation for music discs
2022-10-04 21:37:46 +02:00
Sollace
64be265c04
Fixed crash when an entity other than the player tries to eat
2022-10-03 23:47:24 +02:00
Sollace
afda7a6ef8
Added mimic, mind swap, and hydrophobe spells
2022-10-03 23:47:17 +02:00
Slipstream
481ae189ac
Fix panning and attenuation for music discs
2022-10-03 20:52:00 +02:00
Slipstream
e117fe44ea
Fixes for pegasus flying wind sound effect
...
This fixes several aspects of the wind sound effect:
-Interpolation of FadeOutSoundInstance breaking the effect's volume controls
-Attenuation and panning (3D audio) should now work correctly for other clients
-New attenuation curve for velocity based attenuation
-New pitch controls same as above
-Made effect a continuous loop
-Added rate limiter so that sudden movements won't cause volume and pitch jolts (storms?)
2022-10-03 20:44:39 +02:00
Sollace
69c8ceac45
Update icon for the cool potato advancement
2022-10-02 00:06:18 +02:00
Sollace
a393a9137a
Added imported oats advancement
2022-10-02 00:06:08 +02:00
Sollace
635d77041c
Fix minor offset on portals
2022-10-01 23:53:37 +02:00
Sollace
39e97818e7
Changes to how shapes are handled and align the particles spawned by portals to the portal's orientation
2022-10-01 23:53:18 +02:00
Sollace
63481f9c64
Add an advancement for breaking through a window as a pegasus
2022-10-01 23:51:26 +02:00
Sollace
8e052f2472
Pegasi dashing can now smash through windows
2022-10-01 18:21:33 +02:00
Sollace
8c65adeea2
Add generics to SpellContainer.stream
2022-10-01 18:21:08 +02:00