Commit graph

75 commits

Author SHA1 Message Date
paulevsGitch
ab87100187 Removed most redirects, moved Enchantment Table mixin, cleanup 2022-04-27 13:07:28 +03:00
SpaceTeleport
0568510a88 Fixed potential charset bug again.
These may cause annoying garbled characters in the future so that I fixed them as bugs.
2022-03-26 11:51:30 +08:00
SpaceTeleport
7dc316e7e4 fixed potential charset bug. 2022-03-26 00:55:26 +08:00
Frank
aef34d30da Removed redundant code 2022-02-04 14:31:07 +01:00
Frank
009028624e Don't close file systems (otherwise game will crash) 2022-01-29 17:59:01 +01:00
Frank
89516870c9 Removed Debug output 2022-01-28 17:39:30 +01:00
Frank
96820cff84 Improved Thread Safety in BlocksHelper 2022-01-28 17:31:15 +01:00
Frank
7ce674b1f6 Improved Version handling for mod info exchange 2022-01-28 16:28:42 +01:00
Frank
03635584d6 Use Datapack Loot tables for BaseOrBlocks (paulevsGitch/BetterNether#486) 2022-01-17 22:14:31 +01:00
Frank
05ed11978d Refactored Biome Config handling (#63) 2022-01-17 14:06:28 +01:00
paulevsGitch
75a0b3d7d2 Moved erosion code into BE 2021-12-23 10:11:12 +03:00
paulevsGitch
d8de624fd1 Recipe fixes, replaced spaces with tabs 2021-12-15 13:08:15 +03:00
Frank
3dc1470085 missing env key does not fail automatically 2021-12-13 12:07:44 +01:00
paulevsGitch
6cb75406cb Vertical biomes distribution prototype 2021-12-11 19:33:53 +03:00
Frank
7292c3cf3a topMaterial handling 2021-12-09 23:00:35 +01:00
paulevsGitch
3a06c128ed Surface rule builder fixes 2021-12-04 11:52:58 +03:00
paulevsGitch
7f17e1261c Tag Provider, list to array function, surface builder fix 2021-12-04 11:16:13 +03:00
paulevsGitch
eaba9bf698 Collections util 2021-12-03 13:49:42 +03:00
Frank
54f13847b5 First running version of BCLib 2021-12-01 01:33:24 +01:00
Frank
53911dfe91 Backportat latest changes from master 2021-11-30 21:15:10 +01:00
Frank
c6a7a1d4f7 *WIP*: Merge commit 'ce4cb8974f' into 1.18 2021-11-13 19:30:01 +01:00
Frank
07d8c56e18 Mark Mods that do not contain a client entrypoint as Server-Only for Sync 2021-11-06 20:59:06 +01:00
Frank
143653e2b6 Custom parsing of relevant Mod-Info. Should make it compatible with loader 0.11.x and 0.12.x (#34, #36) 2021-11-04 02:18:33 +01:00
Frank
b7c83923ea Using latest fabric API 2021-11-03 15:44:25 +01:00
paulevsGitch
3efa71b08a Null pointer translation fix 2021-11-02 15:25:08 +03:00
paulevsGitch
8eba063b40 Import optimisation, carver adding fix 2021-11-01 14:16:17 +03:00
Frank
2674940c91 Added AnvilReceipts from BE 2021-10-18 12:26:35 +02:00
Frank
74533e2e66 fixes for 21w40a 2021-10-12 14:53:14 +02:00
Frank
f3bdaaac8e Make sure we do not close the jar filesystem when cheking for mods (otherwise resources might fail) 2021-08-24 16:59:59 +02:00
Frank
670928a604 Fix problem with non semantic versions 2021-08-22 11:59:43 +02:00
Frank
4d56796244 Some minor Fixes 2021-08-21 14:25:09 +02:00
Frank
7eb44ebb82 Make sure the server can load client-side mod's for syncing 2021-08-20 01:52:37 +02:00
Frank
14d3c18945 Small Mod Sync fixes 2021-08-19 20:30:43 +02:00
Frank
3bb8fec4b2 Refactoring of ModUtil members 2021-08-18 14:29:15 +02:00
Frank
71ad055ea5 Implemented ModSync 2021-08-18 14:23:33 +02:00
Frank
e9fc77ab0d Prepare to sync Mods 2021-08-18 09:57:52 +02:00
Frank
123a5e2dc4 Refactored AutoSync 2021-08-17 11:57:40 +02:00
Frank
de5e56cc04 Added API to load all ModMetadata from the 'mods' folder (classpath is not included) 2021-08-17 10:03:14 +02:00
Frank
6837c7d081 Make a non-recursive fileWalker 2021-08-17 09:53:04 +02:00
Frank
132623419d moved fileWalker 2021-08-16 10:28:37 +02:00
Frank
fdbde2e0a6 Make sure we reject files that are not children of a sync-path 2021-08-16 01:01:51 +02:00
Frank
5df6de1e3a Implemented content based syncing 2021-08-15 13:55:31 +02:00
Frank Bauer
f80b55aa50 Prepared sync pipeline for content-based config sync 2021-08-15 11:30:39 +02:00
Frank
119e94520c Compare files on client/server 2021-08-06 17:40:46 +02:00
paulevsGitch
c8d9d9b252 Wooden material rename, javadoc fix, recipe entries 2021-07-24 00:59:22 +03:00
paulevsGitch
7be63c814d Small formatting fixes 2021-07-22 23:57:32 +03:00
paulevsGitch
ceeb36fc2a Translation Helper fixes 2021-07-22 23:55:28 +03:00
paulevsGitch
a48c350aa2 Tag name changes, workbenches tag 2021-07-21 13:32:02 +03:00
paulevsGitch
e5e948ef4f Moved TagHelper inside TagAPI 2021-07-20 04:54:41 +03:00
paulevsGitch
c6afa74529 Code style fix, interface rename, custom item getter 2021-07-20 00:10:00 +03:00