4257 Commits

Author SHA1 Message Date
Julian Krings
bf6af9a58d
Merge branch 'dev' into feat/folia 2025-08-02 23:26:34 +02:00
Julian Krings
a5d04333dd
whoops messed up the structure slice 2025-08-02 23:19:11 +02:00
Julian Krings
aaf2f2f8a6
fix teleport after world creation 2025-08-02 23:15:57 +02:00
Julian Krings
dc8cf0ad38
remove last usages of the bukkit scheduler 2025-08-02 23:15:21 +02:00
Julian Krings
bd07f5d325
add link for Worlds to bring back world creation on folia 2025-08-02 22:23:05 +02:00
Julian Krings
bd722fdacb
Merge branch 'dev' into feat/folia
# Conflicts:
#	core/build.gradle.kts
#	core/src/main/java/com/volmit/iris/Iris.java
#	core/src/main/java/com/volmit/iris/core/commands/CommandIris.java
#	gradle/libs.versions.toml
2025-08-02 21:25:40 +02:00
Julian Krings
ebe8da0fd5
update slimjar for built-in spigot helper 2025-08-02 21:22:44 +02:00
Julian Krings
5eb25f3977
add property to use registry keys for where applicable
disabled by default for now
2025-08-02 00:01:33 +02:00
Julian Krings
a5bca0a9bb
fix not reading enum values correctly 2025-08-01 13:06:25 +02:00
Julian Krings
58b1bd115f
update adventure api 2025-07-30 19:18:57 +02:00
Julian Krings
8705ca6e47
save structure placed at block 2025-07-28 21:44:27 +02:00
Julian Krings
a610d0a7a9
remove unnecessary classpath injections 2025-07-28 20:53:01 +02:00
Julian Krings
0648cfd3fa
add message for promotion of world to main world 2025-07-28 15:16:21 +02:00
Julian Krings
fba9c17e3f
fix not using relocated bukkit.yml correctly and remove duplicate code 2025-07-28 15:08:07 +02:00
Julian Krings
74128d58cf
disable pack trimming for now 2025-07-28 15:06:34 +02:00
Julian Krings
70130e976d
add getter method to IrisWorlds 2025-07-28 13:53:11 +02:00
Julian Krings
501c426302
fix slimjar error for new projects 2025-07-28 12:31:07 +02:00
Julian Krings
8471f15bc8
make world creation more failsafe 2025-07-27 23:23:04 +02:00
Julian Krings
c4539441a0
fix datapack generation ignoring worlds when updating from <3.7.0 2025-07-27 23:22:40 +02:00
Julian Krings
472a98da16
update slimjar 2025-07-27 18:43:33 +02:00
Julian Krings
76a6f1465a
update slimjar 2025-07-26 14:31:45 +02:00
Julian Krings
d5ec6a18a4
fix loot not being applied 2025-07-26 12:31:24 +02:00
Julian Krings
2f16c0cfb7
Merge branch 'dev' into feat/folia 2025-07-25 22:34:17 +02:00
Julian Krings
f7ac827692
don't relocate platform utils for now 2025-07-25 22:34:05 +02:00
Julian Krings
b0ca0e3617
whoops messed up the extension retrieval 2025-07-25 13:21:16 +02:00
Julian Krings
08b9058c8f
make git commit retrieval fail safe 2025-07-25 13:07:13 +02:00
Julian Krings
556bef6e43
fix more unsafe mantle chunk accesses 2025-07-25 12:44:01 +02:00
Julian Krings
16a4d20c90
use grgit to resolve current commit 2025-07-23 18:06:52 +02:00
Julian Krings
e5f2fee926
add info about used commit to sentry reports 2025-07-23 15:07:06 +02:00
Julian Krings
3949468a60
inject into the library loader to make sure libraries can always be loaded 2025-07-23 14:45:54 +02:00
Julian Krings
fc54fcb7eb
make itemsadder data provider standalone 2025-07-22 12:12:13 +02:00
Julian Krings
9d6e4e87d8
fix custom blocks not placing 2025-07-22 12:11:41 +02:00
Julian Krings
f50e964d4f
hopefully fix unsafe mantle chunk operations 2025-07-21 17:14:45 +02:00
Julian Krings
bddc62f385
fix object saving 2025-07-20 00:50:11 +02:00
Julian Krings
68a214edb5
move platform utils to the version catalog 2025-07-19 23:02:49 +02:00
Julian Krings
49d2392c80
use platform utils for regen 2025-07-19 22:55:25 +02:00
Julian Krings
fcbbd2135b
apply folia modification to 1.21.7 nms 2025-07-19 22:53:06 +02:00
Julian Krings
c3442ab2ce
Merge branch 'dev' into feat/folia
# Conflicts:
#	build.gradle.kts
#	core/build.gradle.kts
#	core/src/main/java/com/volmit/iris/Iris.java
#	core/src/main/java/com/volmit/iris/core/commands/CommandIris.java
#	core/src/main/java/com/volmit/iris/core/commands/CommandStudio.java
#	core/src/main/java/com/volmit/iris/core/nms/INMSBinding.java
#	core/src/main/resources/plugin.yml
#	nms/v1_20_R1/src/main/java/com/volmit/iris/core/nms/v1_20_R1/NMSBinding.java
#	nms/v1_20_R2/src/main/java/com/volmit/iris/core/nms/v1_20_R2/NMSBinding.java
#	nms/v1_20_R3/src/main/java/com/volmit/iris/core/nms/v1_20_R3/NMSBinding.java
#	nms/v1_20_R4/src/main/java/com/volmit/iris/core/nms/v1_20_R4/NMSBinding.java
#	nms/v1_21_R1/src/main/java/com/volmit/iris/core/nms/v1_21_R1/NMSBinding.java
#	nms/v1_21_R2/src/main/java/com/volmit/iris/core/nms/v1_21_R2/NMSBinding.java
#	nms/v1_21_R3/src/main/java/com/volmit/iris/core/nms/v1_21_R3/NMSBinding.java
#	settings.gradle.kts
2025-07-19 22:50:48 +02:00
Julian Krings
8262e52893 cleanup regen 2025-07-19 18:10:57 +02:00
Julian Krings
1c41dc69ce
Merge pull request #1213 from VolmitSoftware/feat/caves
Feat/caves
2025-07-19 17:59:32 +02:00
Julian Krings
dee46a4284
cleanup object mask rotation 2025-07-19 17:48:58 +02:00
Julian Krings
a8892b04ef
bump nms for 1.21.8 support 2025-07-19 12:59:50 +02:00
Julian Krings
d49f7d7821
add parameter to the create command to make it your main world 2025-07-13 17:43:11 +02:00
Julian Krings
106a3834ab
fix iris create command failing 2025-07-13 17:42:10 +02:00
Julian Krings
387e8adfe2
ignore errors when scanning for external data providers 2025-07-12 18:31:39 +02:00
Julian Krings
9ade90d9ca
make the mythic mobs link a data provider and make adding custom mob plugins easier 2025-07-12 15:51:49 +02:00
Julian Krings
a9891e819a
v+ 3.7.0-1.20.1-1.21.7 2025-07-12 12:51:04 +02:00
Julian Krings
02c13a9391
Merge pull request #1211 from VolmitSoftware/dev
3.7.0
2025-07-12 12:42:38 +02:00
Julian Krings
f6590c26e7
fix download failing for dimensions with snippets 2025-07-11 13:07:20 +02:00
Julian Krings
64bb81626c
update overworld pack 2025-07-11 12:54:16 +02:00