replace caverealms_lite and xdecor #960
Open
+40
−5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
i must say i miss original caverealms with the big colorful caves, maybe with some bits of lava and the fortresses/fountains.
"caverealms:glow_obsidian_glass" is already added to the circular saw in tenplus1's fork,
https://codeberg.org/tenplus1/caverealms_lite/src/commit/53748442b035d96790593b8967f192eb6ac95760/stairs.lua#L157
https://codeberg.org/tenplus1/caverealms_lite/src/commit/53748442b035d96790593b8967f192eb6ac95760/nodes.lua#L439
(now i wonder what changes i missed) it seems it should be fine to switch caverealms_lite
edit: i forgot, https://codeberg.org/tenplus1/caverealms_lite/src/commit/53748442b035d96790593b8967f192eb6ac95760/config.lua#L21, the value was in original caverealms_lite -33000, could be restored with caverealms.ymin = -33000 in conf file
edit2: about xdecor-libre, https://codeberg.org/Wuzzy/xdecor-libre.git
xdecore:stone_tile (alias) -> xdecore:stone_tile_x
xdecore:wood_tile (alias) -> xdecore:wood_tile_x
xdecor:lantern_hanging (new node)
(not including changes i missed)