paulevsGitch
c418fc4d04
Deprecated fuctions fix
2021-04-20 14:14:49 +03:00
Aleksey
ba07b9959d
Merge branch 'mojang-mappings'
...
# Conflicts:
# src/main/java/ru/betterend/entity/CubozoaEntity.java
# src/main/java/ru/betterend/entity/EndFishEntity.java
# src/main/java/ru/betterend/mixin/common/TagGroupLoaderMixin.java
# src/main/java/ru/betterend/registry/EndItems.java
# src/main/java/ru/betterend/rituals/EternalRitual.java
# src/main/java/ru/betterend/world/features/terrain/caves/EndCaveFeature.java
2021-04-19 22:31:33 +03:00
paulevsGitch
3f8da599ec
Fixes
2021-04-19 21:38:14 +03:00
paulevsGitch
3ec2edd6d5
Buckets & entity enhancements, cleanup
2021-04-19 21:22:11 +03:00
paulevsGitch
a802b4e77d
Merge pull request #143 from vemerion/master
...
Fix cubozoa and end fish getting smaller after every reload
2021-04-19 21:02:43 +03:00
paulevsGitch
00fd2b6199
Cave fix
2021-04-19 21:01:24 +03:00
paulevsGitch
95fc927c16
Cave generation fix & cleanup
2021-04-19 20:53:26 +03:00
vemerion
25b153f515
Fix cubozoa and end fish getting smaller after every reload
...
Previously, getScale() was used to get the size value when saving the
entity to NBT. However, this means that the entities will get
progressively smaller, since getScale() divides the true scale before
returning it. This commit fixes this by getting the 'raw' scale directly
from the dataTracker when saving the scale to NBT.
2021-04-19 15:36:56 +02:00
paulevsGitch
482ab05112
Merge pull request #142 from vemerion/master
...
Add cubozoa bucket and make fish buckets retain variant
2021-04-18 14:33:24 +03:00
Aleksey
071fae7ba5
More refactor
2021-04-18 13:35:25 +03:00
vemerion
b49bd6ef91
Add cubozoa bucket and make fish buckets retain variant
...
This change adds a cubozoa bucket that functions like the other types of
fish buckets. In addition to that, this commit also saves the size and
variant of end fish and cubozoa in the item tag when they are scooped up
in a bucket, so that they retain their size/variant when they are placed
again. Here is the issue from the Forge port that made me away of the
issue: https://github.com/Beethoven92/BetterEndForge/issues/93
2021-04-18 09:11:33 +02:00
Aleksey
01391537fe
TagLoader fix
2021-04-17 22:04:16 +03:00
Aleksey
d0f5f664c6
Update TagGroupLoaderMixin.java
2021-04-17 21:33:48 +03:00
Aleksey
a283ca1951
More refactor
2021-04-17 21:21:17 +03:00
Aleksey
04e03cac07
A little more refactor
2021-04-17 11:57:31 +03:00
Aleksey
2b19382e88
EndTags refactor
2021-04-17 11:25:30 +03:00
Aleksey
50d42c1218
Update TagHelper.java
2021-04-17 00:56:30 +03:00
Aleksey
81edbacc12
Migration complete
2021-04-17 00:26:35 +03:00
paulevsGitch
2a8853d615
Server mixins update
2021-04-15 01:16:53 +03:00
Aleksey
de3bc706bd
Continue migration
2021-04-14 09:31:07 +03:00
Aleksey
f03fd03bd0
Continue mapping migration
2021-04-12 21:38:22 +03:00
Aleksey
99ade39404
Continue
2021-04-12 18:05:06 +03:00
Aleksey
df94a0d12f
Continue
2021-04-12 16:41:36 +03:00
Aleksey
33dbfbe633
Continue migration
2021-04-12 16:34:13 +03:00
Aleksey
47ed597358
Start migration
2021-04-08 21:55:07 +03:00
Aleksey
6630ce0cab
Portal islands
2021-04-04 14:56:18 +03:00
paulevsGitch
fd093318c6
More fixes
2021-04-04 12:16:00 +03:00
paulevsGitch
f76ca1144d
Terrain generator fix
2021-04-04 12:01:37 +03:00
Aleksey
86a57a1bd8
Portals fixes
2021-04-03 20:30:29 +03:00
paulevsGitch
afc1cd888a
Small fixes
2021-03-30 16:31:45 +03:00
Aleksey
92f1d29211
Change portal search radius
2021-03-29 14:59:45 +03:00
paulevsGitch
9d5957aec6
Menger sponge fix & cleanup
2021-03-29 12:30:31 +03:00
paulevsGitch
5e1b661905
Chorus plant shape fix
2021-03-29 08:52:22 +03:00
paulevsGitch
cee5c914f9
Biome height support
2021-03-29 08:49:40 +03:00
paulevsGitch
21358808e4
Different island terrain (WIP)
2021-03-28 20:04:52 +03:00
Aleksey
83f4f923b1
Pedestals serialization
2021-03-28 19:43:16 +03:00
Aleksey
068fa540be
Configured portals
2021-03-28 19:18:16 +03:00
paulevsGitch
0a7391a35e
Smaragdant textures
2021-03-28 16:25:14 +03:00
Aleksey
14a6803c88
PedestalBlockEntity sync fix
2021-03-28 15:54:22 +03:00
Aleksey
de6100f9be
*.psd removed from repository
2021-03-28 08:58:55 +03:00
paulevsGitch
cffd145777
New crystal block textures (WIP)
2021-03-28 06:56:16 +03:00
paulevsGitch
8e368bc3ff
Structure class rename
2021-03-27 18:11:13 +03:00
paulevsGitch
c381260487
Smaragdant blocks, end tools fixes, fur & leaves blocks sounds fixes,
...
translations, shaders
2021-03-27 18:01:19 +03:00
paulevsGitch
941b2ace9f
Lumecorn & lanceleaf drop fix ( #128 )
2021-03-27 16:44:29 +03:00
paulevsGitch
59190485f3
More compostable items ( #128 )
2021-03-27 16:38:33 +03:00
paulevsGitch
ffa5d2f816
World util fix
2021-03-27 16:23:30 +03:00
paulevsGitch
b933b0e522
Flamboyant Refabricated Integration (WIP)
2021-03-24 22:25:34 +03:00
paulevsGitch
a2ca5fe3df
Eternal portal structure fix
2021-03-22 15:18:24 +03:00
paulevsGitch
f2b4f4dc99
Pickaxe and crystals fix, pickaxe effective on end stone
2021-03-22 06:28:59 +03:00
paulevsGitch
78b47c8589
End chest loot table
2021-03-21 21:07:49 +03:00