Skip to content

Commit

Permalink
Move icicles to Generation. Closes #1194. Relates #1079
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed Jan 10, 2024
1 parent 04d336e commit 70bf9c0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
$HOME/.luarocks/bin/luacheck . --max-cyclomatic-complexity 10 \
--globals lottachievements races throwing \
--exclude-files \
mods/lord/World/Generation/icicles/ \
mods/lord/Entities/throwing/ \
mods/lord/Entities/npc/ \
mods/lord/Entities/lottthrowing/ \
Expand Down
3 changes: 0 additions & 3 deletions mods/_various/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
- изменения:
- принудительное размещение HUD-баров в нужной последовательности

### `icicles`
- из [RealTest Game](https://github.com/sda97ghb/realtest/tree/master/mods/icicles) ([форум](https://forum.minetest.net/viewtopic.php?f=50&t=2671))

### `intllib`
- из [minetest-mods/intllib](https://github.com/minetest-mods/intllib)
- [DEPRECATED] нужно переходить на встроенный API (практически все моды уже поддерживают, просто обновиться)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for i = 1,4 do
})
end

icicles = {}
local icicles = {}

function icicles.make_stalactite(pos, length)
for i = length,1,-1 do
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions mods/lord/World/Generation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Моды:
-----

### `icicles`
- когда-то взят из [RealTest Game](https://github.com/sda97ghb/realtest/tree/master/mods/icicles) ([форум](https://forum.minetest.net/viewtopic.php?f=50&t=2671))
- давно не поддерживается и вряд ли будет, поэтому забрали к себе без сабмодуля

### `lottmapgen`
- Наследие из LOTT
- содержит генерацию **биомов в верхнем слое поверхности** (и только)
Expand Down

0 comments on commit 70bf9c0

Please sign in to comment.