Sollace
84b672ffbb
Clean up deprications
2024-10-03 18:28:00 +01:00
Sollace
b72be6e403
Move serialisation-related utils to the serialization package
2024-10-03 15:35:28 +01:00
Sollace
1601c14d95
Implement enchantment effects
2024-10-01 16:22:48 +01:00
Sollace
b033d1dc7a
Updating to 1.21 (part 6)
2024-10-01 02:45:58 +01:00
Sollace
ab25ab7556
Update some enchantment stuff and update more items code
2024-09-30 17:00:29 +01:00
Sollace
433149cc99
Updating to 1.21 (part 3)
2024-09-28 22:27:46 +01:00
Sollace
259b0cddc4
Updating to 1.21 (part 2)
2024-09-26 21:36:35 +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
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
ad51be7620
Reduce hunger granted by eating placed hay bales
2024-09-24 15:45:49 +01:00
Sollace
3edb43b132
Fixed non-pegasi not able to jump out of cloud blocks
2024-09-24 15:00:42 +01:00
Sollace
f843ca071a
Fix jar inventory size mismatch. Fixes #441
2024-09-16 20:43:43 +01:00
Sollace
0b7ef78cb8
Merge branch '1.20.2' into 1.20.4
2024-06-24 02:38:53 +01:00
Sollace
74a08b4820
Merge branch '1.20.1' into 1.20.2
2024-06-24 01:15:50 +01:00
Sollace
aaea2bfbc1
Account for the water's depth when determining the amount of lift pegasi should receive
2024-05-28 23:19:23 +01:00
Sollace
0c9c3caae2
Fixed unable to place palm signs on walls
2024-05-18 19:40:59 +01:00
Sollace
a420c9ec38
Merge branch '1.20.2' into 1.20.4
2024-04-26 16:51:34 +01:00
Sollace
2d28bed961
Merge branch '1.20.1' into 1.20.2
2024-04-26 16:47:32 +01:00
Sollace
68025e4642
Fix respawning on cloud blocks
2024-04-26 16:40:43 +01:00
Sollace
da38726bc0
Fixed server crash when ticking jar items
2024-04-26 15:14:13 +01:00
Sollace
95abda651d
Merge branch '1.20.2' into 1.20.4
2024-04-23 14:52:08 +01:00
Sollace
fb216459b5
Merge branch '1.20.1' into 1.20.2
2024-04-23 14:51:47 +01:00
Sollace
1545210efa
Added wind trail particles
2024-04-22 17:21:12 +01:00
Sollace
292b034220
Merge branch '1.20.2' into 1.20.4
2024-04-17 11:59:21 +01:00
Sollace
22eaf9997c
Merge branch '1.20.1' into 1.20.2
2024-04-17 11:57:23 +01:00
Sollace
408c9d11c0
Crystal doors can now be locked by providing them a signed bangle of comradery.
...
When locked they will only let the owner or players wearing a signed bangle through.
Also you can't cheat them
2024-04-11 19:37:25 +01:00
Sollace
1980cf634e
Merge branch '1.20.2' into 1.20.4
...
# Conflicts:
# build.gradle
# gradle.properties
# src/main/java/com/minelittlepony/unicopia/advancement/CustomEventCriterion.java
# src/main/java/com/minelittlepony/unicopia/advancement/RacePredicate.java
# src/main/java/com/minelittlepony/unicopia/advancement/SendViaDragonBreathScrollCriterion.java
# src/main/java/com/minelittlepony/unicopia/block/cloud/CloudPillarBlock.java
# src/main/java/com/minelittlepony/unicopia/datagen/providers/URecipeProvider.java
# src/main/java/com/minelittlepony/unicopia/diet/affliction/StatusEffectAffliction.java
# src/main/java/com/minelittlepony/unicopia/item/HeavyProjectileItem.java
# src/main/resources/data/unicopia/tags/items/food_types/forage_nauseating.json
2024-04-05 22:01:26 +01:00
Sollace
9219b07aff
Merge branch '1.20.1' into 1.20.2
...
# Conflicts:
# BlockusAddon
# build.gradle
# gradle.properties
# src/main/java/com/minelittlepony/unicopia/ability/magic/spell/crafting/SpellCraftingRecipe.java
# src/main/java/com/minelittlepony/unicopia/ability/magic/spell/crafting/SpellEnhancingRecipe.java
# src/main/java/com/minelittlepony/unicopia/ability/magic/spell/trait/SpellTraits.java
# src/main/java/com/minelittlepony/unicopia/ability/magic/spell/trait/Trait.java
# src/main/java/com/minelittlepony/unicopia/advancement/SendViaDragonBreathScrollCriterion.java
# src/main/java/com/minelittlepony/unicopia/advancement/UCriteria.java
# src/main/java/com/minelittlepony/unicopia/datagen/providers/URecipeProvider.java
# src/main/java/com/minelittlepony/unicopia/entity/Living.java
# src/main/java/com/minelittlepony/unicopia/entity/mob/AirBalloonEntity.java
# src/main/java/com/minelittlepony/unicopia/recipe/URecipes.java
# src/main/java/com/minelittlepony/unicopia/recipe/ZapAppleRecipe.java
# src/main/resources/data/unicopia/loot_tables/blocks/apple_pie.json
2024-04-05 20:19:13 +01:00
Sollace
d6e1a6c3b8
Fixed slime pustule not triggering a redstone update above it
2024-04-05 15:07:21 +01:00
Sollace
3bc1628fd4
Datagen loot tables and partially rewrite food
2024-04-01 23:39:21 +01:00
Sollace
77d1d62494
Fix build
2024-03-31 22:47:27 +01:00
Sollace
7d63797d4d
Jars can now hold fluids
2024-03-31 22:34:31 +01:00
Sollace
ec9a12bdf9
Clean up tags and fix some recipe unlock conditions
2024-03-31 14:35:04 +01:00
Sollace
2784627adc
Fix bugs and allow for storing bucketed entities in jars
2024-03-30 21:22:36 +00:00
Sollace
f0b2a8a550
Made jars placeable
2024-03-30 02:19:54 +00:00
Sollace
82b74ecb18
Added feather touch enchantment
2024-03-28 15:32:21 +00:00
Sollace
5cfebba12e
Fix quilt crash
2024-03-26 19:05:57 +00:00
Sollace
2ac6970e04
Added block of worms
2024-03-25 18:09:48 +00:00
Sollace
a6b8e6fe93
You can now place cloud pillars horizontally
2024-03-25 00:41:42 +00:00
Sollace
9ef3a946f6
Cache computed shapes (should improve bed performance)
2024-03-25 00:41:18 +00:00
Sollace
f67ab25a54
Fix MC-269785 for our own beds
2024-03-22 20:44:43 +00:00
Sollace
01b9e11e2d
Fixed fancy beds deleting their sheets when broken
2024-03-22 19:09:50 +00:00
Sollace
a3c1248e9f
Move all remaining regular recipes to datagen
2024-03-22 00:07:36 +00:00
Sollace
0d88cb67e6
Merge branch '1.20.2' into 1.20.4
2024-03-20 22:16:00 +00:00
Sollace
c608a33aea
Merge branch '1.20.1' into 1.20.2
2024-03-20 21:49:36 +00:00
Sollace
86cc754a7d
Remove collission from plunder vine buds
2024-03-17 14:42:41 +00:00
Sollace
e859c71e4f
Datagen plundervine blockstates
2024-03-17 14:42:26 +00:00
Sollace
956b55dc30
Datagen the rest of the blocks and fix some texturing on soggy cloud blocks
2024-03-16 15:26:45 +00:00
Sollace
9db67f6727
More datagen
2024-03-15 00:57:14 +00:00