Commit graph

1674 commits

Author SHA1 Message Date
paulevsGitch
9999abf945 Fixed caves crash with non-be biome source (issue #148) 2021-04-29 01:08:57 +03:00
paulevsGitch
16b02e15bf Fixed too small void ring, make void ring configurable 2021-04-29 00:49:22 +03:00
paulevsGitch
5adf385813 Bonemeal hotfix 2021-04-28 16:56:53 +03:00
paulevsGitch
4141ce7f60 Vaersion change 2021-04-28 15:41:23 +03:00
paulevsGitch
7e9a579e4a UAD compat 2021-04-28 15:23:25 +03:00
paulevsGitch
3af0392a52 Temporary disabled unfinished features 2021-04-28 14:57:41 +03:00
paulevsGitch
ed35e28e94 Cactus fixes 2021-04-28 14:27:08 +03:00
paulevsGitch
6d7e0b4719 Recipes & translation (German by mariokirby1703) 2021-04-28 01:23:11 +03:00
paulevsGitch
cce934d537 Cactus fixes & enhancements 2021-04-28 01:13:15 +03:00
paulevsGitch
bd73d1c576 cactus fixes & destruction 2021-04-27 15:54:37 +03:00
paulevsGitch
56d10bfcda Cactus enhancements 2021-04-27 14:40:09 +03:00
paulevsGitch
b743aa62a2 Cactus growing 2021-04-27 13:33:09 +03:00
paulevsGitch
387a430fde Neon cactus growing (WIP) & additional textures 2021-04-26 21:51:53 +03:00
Aleksey
d897bb09d8 Cleanup 2021-04-26 09:51:26 +03:00
Aleksey
7ef95cf747 Merge branch 'master' of https://github.com/paulevsGitch/BetterEnd 2021-04-26 09:43:39 +03:00
Aleksey
dba8876bde Fix smelter exp, refactor 2021-04-26 09:43:22 +03:00
Aleksey
e66ab72de5
Merge pull request #144 from vemerion/master
Fix end stone smelter not giving exp on shift-click
2021-04-26 09:42:40 +03:00
Aleksey
265cc1a666 A liitle bit refactor 2021-04-22 09:50:32 +03:00
Aleksey
bc07b34f1c Changed TagLoader injection point 2021-04-22 09:44:01 +03:00
paulevsGitch
6487ac81c6 Ice drop fix 2021-04-21 21:49:39 +03:00
paulevsGitch
38a09c0aef Prevent anvil damage restore 2021-04-21 21:41:52 +03:00
paulevsGitch
5e2335b255 Bonemeal enhancement 2021-04-21 20:50:16 +03:00
paulevsGitch
6c8c021fb7 Flammable block 2021-04-21 20:11:31 +03:00
paulevsGitch
68575c40a1 Burning wood 2021-04-21 20:05:13 +03:00
paulevsGitch
e9043ea2db Shrubland bushes 2021-04-21 19:46:25 +03:00
paulevsGitch
e6c411d6a1 Neon oasis enhancements 2021-04-21 19:27:49 +03:00
paulevsGitch
b6f6541e94 Neon cactus item 2021-04-21 18:22:31 +03:00
paulevsGitch
3cd71e300d Fixed small entity bugs, move classes to correct package 2021-04-21 18:17:52 +03:00
vemerion
505acbb56b Fix end stone smelter not giving exp on shift-click
This is a one character buggfix for a bug that prevented players from
getting exp when shift-clicking the output slot to retrieve the smelted
item. See this for the original Forge issue that made me aware of the
bug: https://github.com/Beethoven92/BetterEndForge/issues/85
2021-04-21 15:53:09 +02:00
Aleksey
056a23beb9 A little bit refactor 2021-04-21 15:58:04 +03:00
Aleksey
bf171754c7 End Stone Smelter GUI fix 2021-04-20 14:46:03 +03:00
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