Commit graph

176 commits

Author SHA1 Message Date
modmuss50
548c12eee8 Cleanup worldgen code, should fix a lot of issues with other mods. Configuration will come later. 2021-07-20 20:16:10 +01:00
modmuss50
2ae5e8ff5b Finish 1.17.1 port 2021-07-20 19:01:38 +01:00
drcrazy
399f267b43 Probably fix attempt to grow rubber tree not on server. Closes #2418 and #2357 2021-07-02 22:46:49 +03:00
modmuss50
31e7b357dc Use modern java features where we can, optimise imports. 2021-05-29 20:32:05 +01:00
modmuss50
e7ab7e26d3 Fix worldgen and rubber trees. For now datapack driven worldgen isnt working. 2021-05-29 19:09:28 +01:00
modmuss50
b33f4be5f4 1.17: TechReborn compiles and runs, big thanks to @petabyteboy
Co-authored-by: Milan Pässler <milan@petabyte.dev>
2021-05-29 13:19:29 +01:00
drcrazy
0c9add28ff Fix license. 2021-02-08 14:02:23 +03:00
modmuss50
82f8a13f15 Fix rubber sapling, closes #2281 2020-11-09 18:41:36 +00:00
modmuss50
0695250078 Pass the worlgen json's through the ConditionManager 2020-11-09 18:34:52 +00:00
drcrazy
d36a61be39 Update to release version of 1.16.4 2020-11-05 14:31:28 +03:00
modmuss50
98857f5119 First pass on data driven worldgen 2020-11-01 20:08:19 +00:00
modmuss50
416cd647a2 Dep updates 2020-10-30 21:02:41 +00:00
drcrazy
342917851b Fix license 2020-10-21 01:37:31 +03:00
modmuss50
527ea72382 Fix rubber saplings 2020-08-14 08:42:40 +01:00
modmuss50
0b3cb646ce Fix major worldgen issues 2020-08-08 17:01:48 +01:00
modmuss50
cfd9c7f10c Rewrite world gen, in preperation for json based config files 2020-08-02 15:41:28 +01:00
modmuss50
46fe49ebe5 Fix ore gen 2020-08-02 14:05:52 +01:00
modmuss50
6e0fc6af61 first pass on 1.16.2 - no world gen 2020-07-29 19:42:39 +01:00
Justin Vitale
c4ef977f16 Refactor and import cleanup (Excluding network PR changed files) 2020-07-09 23:04:42 +10:00
Justin Vitale
704dc06961 Import cleanup and reorganization 2020-06-18 22:41:34 +10:00
modmuss50
ffc4c1643e 1.16-pre2 2020-06-05 16:03:22 +01:00
modmuss50
ae1a26156a 20w22a 2020-06-01 22:37:43 +01:00
modmuss50
8c39008636 20w21a 2020-05-21 23:00:12 +01:00
modmuss50
f5d8cd2f53 Rework rubber tree generation 2020-05-03 00:04:55 +01:00
modmuss50
862db8a4ab 20w18a 2020-05-02 23:39:28 +01:00
modmuss50
7ccd5bcebd 20w17a compile pass 2020-04-26 16:29:38 +01:00
modmuss50
55f9a5df52 20w15a 2020-04-09 01:47:11 +01:00
modmuss50
0bf6159801 Merge remote-tracking branch 'remotes/origin/1.15' into 1.16
# Conflicts:
#	build.gradle
#	src/main/java/techreborn/client/GuiHandler.java
2020-04-09 00:55:38 +01:00
drcrazy
294f4b5454 Rubber trees are less frequent and have configs. Closes #2079 2020-04-06 14:24:35 +03:00
drcrazy
0845b923b5 More fixes for unused configs 2020-04-06 14:05:44 +03:00
drcrazy
35e4675c6d Fix copper oregen config typo 2020-04-06 14:00:54 +03:00
modmuss50
acf59dd1a5 Merge remote-tracking branch 'remotes/origin/1.15' into 1.16
# Conflicts:
#	src/main/java/techreborn/init/TRContent.java
#	src/main/java/techreborn/items/armor/BatpackItem.java
2020-03-23 20:19:53 +00:00
drcrazy
7138a8d45b Config for Oregen. Closes #2062 2020-03-18 17:20:48 +03:00
modmuss50
dffec285b2 1.16 2020-02-12 18:36:01 +00:00
modmuss50
04b8b2f266 Possibly fix 1.15.1 support. Should fix #1989 2020-01-22 16:19:26 +00:00
modmuss50
1202a1c588 1.15.2 - mainly mapping updates. Will be backwards compatible with 1.15.1 and 1.15 2020-01-15 12:07:52 +00:00
modmuss50
7b99e2e9b7 License updates + fixes 2020-01-03 22:46:07 +00:00
drcrazy
fff1b0c107 License + imports 2019-12-13 11:36:51 +03:00
modmuss50
bfdde04892 1.15-pre2 loads of new mappings 2019-11-26 19:03:36 +00:00
modmuss50
6cb919b9a2 Fix rubber trees #betaBuild 2019-11-22 21:05:40 +00:00
modmuss50
a984263b04 inital 19w46a port 2019-11-14 18:37:42 +00:00
modmuss50
8c9c736da9 19w37a 2019-09-12 16:55:41 +01:00
modmuss50
981b9fa13b Add endores back 2019-08-08 13:22:01 +01:00
drcrazy
ed5c2cc870 Removed unused imports 2019-08-07 13:10:02 +03:00
modmuss50
c60a279876 Rubber tree fixes and fixes to the solid fuel generator 2019-08-06 20:29:05 +01:00
modmuss50
50c13bafdc 1.14.4 2019-07-22 11:31:24 +01:00
drcrazy
3edff88ee0 Ores and Rubber trees are spawn on Overworld and Nether 2019-07-16 02:25:07 +03:00
drcrazy
c2e871a31b They grow. But not sustain yet ( 2019-07-15 23:30:10 +03:00
drcrazy
d6788c8da5 Moved misc blocks to their own package. Start of rubber stuff 2019-07-15 17:24:31 +03:00
modmuss50
6b9f6cb4f8 it compiles :D 2019-06-12 19:29:04 +01:00