Sollace
c9e8c8a3a9
Fixed rocks popping off of farmland. Fixes #493
2024-10-15 11:28:34 +01:00
Sollace
6e6a82c7a5
Fix #490 (again)
2024-10-14 19:16:02 +01:00
Sollace
708f9191a8
Change criterion check to an OR for tribe joins
2024-10-13 18:19:31 +01:00
Sollace
fc5fec106a
Fix carver crash #490
2024-10-12 21:47:38 +01:00
Sollace
4a0a5eeade
Change early molting season advancements to regular tasks Closes #483
2024-10-12 21:47:15 +01:00
Sollace
8c90991214
Fixed the trick apple recipes
2024-10-10 18:59:37 +01:00
Sollace
0995d01a2f
Fix sweet apple acres advancement
2024-10-10 18:04:05 +01:00
Sollace
cfbf6832d0
Remove debug logging
2024-10-09 00:00:30 +01:00
Sollace
15bea23e67
Fixed snow gathering on clouds / clouds blocking snow from gathering below them
2024-10-08 23:10:15 +01:00
Sollace
d4dac7c36a
(1.20.4) Fix incorrect import
2024-10-08 16:50:46 +01:00
Sollace
3e7ea29955
Fix incorrect translation
2024-10-08 16:48:59 +01:00
Sollace
d06214b4fa
You can now soak clouds using bottles of water
...
# Conflicts:
# src/main/java/com/minelittlepony/unicopia/block/cloud/NaturalCloudBlock.java
# src/main/java/com/minelittlepony/unicopia/block/cloud/Soakable.java
2024-10-08 15:17:24 +01:00
Sollace
2318576539
Fixed not being able to collect water from soggy cloud stairs
2024-10-08 15:14:03 +01:00
Sollace
73cab14bbb
Use the bucket tag for filling jars instead of just the vanilla bucket
2024-10-08 15:11:59 +01:00
Sollace
0b583e7276
Clean up soggy cloud textures slightly
2024-10-08 15:11:53 +01:00
Sollace
73c47fef62
Exclude spawn bonus chests from mimics
...
# Conflicts:
# src/main/java/com/minelittlepony/unicopia/entity/mob/MimicEntity.java
2024-10-06 20:06:35 +01:00
Sollace
d54d644146
Fixed muffins and rocks appearing invisible when thrown
2024-10-06 18:26:44 +01:00
Sollace
2422938dab
Remove unneccessary injection
2024-10-02 23:32:27 +01:00
Sollace
24ca3bf39d
Rain no longer appears above clouds (mostly)
2024-09-29 04:28:22 +01:00
Sollace
883b8f4755
Allow making changeling morph using rotten apples
2024-09-29 00:40:50 +01:00
Sollace
16113eb059
Allow making earth pony morph using pebbles
2024-09-29 00:40:30 +01:00
Sollace
a23086508a
Fixed pegasus morph potion not craftable with a gryphon feather
2024-09-28 23:25:43 +01:00
Sollace
5a17cec52f
Skip applying the saturation shader if it's not required and remove unneccessary GL actions. Maybe Fixes #445
2024-09-25 20:47:23 +01:00
Sollace
0a44fb066d
Mobs with feather falling 4 boots can now walk and pathfind on clouds
2024-09-25 20:34:53 +01:00
Sollace
122781ea43
Mobs with feather falling 4 boots can now properly walk on clouds
2024-09-25 19:42:10 +01:00
Sollace
8779c5f1a6
Tweak the cloud carver to set the top layer to soggy clouds
2024-09-25 19:41:50 +01:00
Sollace
991a2407bb
- Fixed clouds affecting lighting
...
- Clouds no longer affect the world heightmap (fixes certain structures generating on clouds)
- Added proper cloud gen beyond just structures
- Fixed mobs spawning on clouds when they shouldn't
2024-09-24 23:49:09 +01:00
Sollace
2565e199be
Polearms can no longer accept the sweeping enchant. Closes #408
2024-09-24 18:49:37 +01:00
Sollace
2144d16f63
Adjust polearm strengths
2024-09-24 18:35:10 +01:00
Sollace
20c9b6f42d
Reduce chance of mobs reproducing when they have the corrupt influence effect. Fixes #467
2024-09-24 15:52:19 +01:00
Sollace
ad51be7620
Reduce hunger granted by eating placed hay bales
2024-09-24 15:45:49 +01:00
Sollace
5ce5a11685
Make gemstones edible for earth ponies. Fixes #460
2024-09-24 15:45:26 +01:00
Sollace
d7ab90c5a1
Fix #466
2024-09-24 15:16:49 +01:00
Sollace
6e073682df
Fix layering on the tribe confirmation screen
2024-09-24 15:16:18 +01:00
Sollace
c5c9141b7b
Creative players can now interact with cloud blocks regardless of tribe. Closes #461
2024-09-24 15:01:13 +01:00
Sollace
3edb43b132
Fixed non-pegasi not able to jump out of cloud blocks
2024-09-24 15:00:42 +01:00
Sollace
1aa479e3ff
Improve changeling hive generation. Fixes #398
2024-09-24 14:48:34 +01:00
Sollace
3d4263a907
Adjust changeling hive size
2024-09-21 22:46:18 +01:00
Sollace
48a569d0b5
Update iris dependency
2024-09-21 21:41:21 +01:00
Sollace
0f4826e802
Fixed disguises applied via commands not remaining when applied to a non-changeling entity
2024-09-21 21:41:04 +01:00
Sollace
74e68f2e09
Remove redundant effect nbt field
2024-09-21 21:40:40 +01:00
Sollace
97b65b2ff9
Remove Spell#isDirty and Spell#setDirty
2024-09-21 21:40:20 +01:00
Sollace
2a38092478
Set the spell as dead when removing it
2024-09-19 23:26:42 +01:00
Sollace
eb97b80d1c
Track which spells are active on which blocks to make tile-by-tile interactions easier. Requireed by #412
2024-09-19 21:27:53 +01:00
Sollace
a1c64f502c
Fix background rendering in the dismiss spell screen
2024-09-19 21:25:42 +01:00
Sollace
3d8d61c678
Fixed spells not executing their on destroy handlers
2024-09-19 21:24:28 +01:00
Sollace
c05ccb87ab
Add support for serene seasons. Closes #386
2024-09-18 22:51:06 +01:00
Sollace
dc1f158640
Why is gradle's compiler so stupid? Can ANYONE tell me why gradle's compiler is so stupid!?
2024-09-18 22:35:45 +01:00
Sollace
a12ed2a590
Sunglasses can now be broken by a warden's sonic boom, falling blocks, anvils, explosions, and flying into walls. Closes #423
2024-09-18 22:19:52 +01:00
Sollace
fa6ad1b75c
Set tribe swap damage type to bypass things that normally block damage. May help with #453
2024-09-18 22:17:40 +01:00