Skip to content

Commit 385033b

Browse files
committed
Changelog: Fix old forum topic links
1 parent 19b2be8 commit 385033b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/about/changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3846,7 +3846,7 @@ No official changelog exists yet, however you can find an unofficial one here: [
38463846
- Added `minetest.register_decoration()` (_kwolekr_)
38473847
- Added schematic support; new functions `minetest.place_schematic()` and `minetest.create_schematic()` (_kwolekr_)
38483848
- Separated formspecs of furnace and chests to provide override by mods (_BlockMen_)
3849-
- Added Lua VoxelManip (_kwolekr_) [http://forum.luanti.org/viewtopic.php?id=6396](http://forum.luanti.org/viewtopic.php?id=6396)
3849+
- Added Lua VoxelManip (_kwolekr_) ([forum topic](https://forum.luanti.org/viewtopic.php?t=6396))
38503850
- Added vector helpers (_ShadowNinja_)
38513851
- Added `range` to item definition (_PilzAdam_)
38523852
- Added `after_use` to item definition (_Novatux_)
@@ -3896,7 +3896,7 @@ No official changelog exists yet, however you can find an unofficial one here: [
38963896
- Added sandstone bricks and desert stone bricks (_PilzAdam & VanessaE_)
38973897
- Added coal block, crafted out of 9 coal lumps (_Zeg9_)
38983898
- Added flowers to craft dyes; flowers and grass grow now on `dirt_with_grass` (_0gb.us, PilzAdam, VanessaE, ironzorg_)
3899-
- Added farming mod; wheat can be used to bake bread and cotton can be used to craft wool (_PilzAdam_) [http://forum.luanti.org/viewtopic.php?id=6067](http://forum.luanti.org/viewtopic.php?id=6067)
3899+
- Added farming mod; wheat can be used to bake bread and cotton can be used to craft wool (_PilzAdam_) ([forum topic](https://forum.luanti.org/viewtopic.php?t=6067))
39003900

39013901
**Smaller gameplay tweaks**
39023902

@@ -3918,8 +3918,8 @@ No official changelog exists yet, however you can find an unofficial one here: [
39183918
- Added icons to select games in menu; `menu/menu_<background/overlay/header/footer>.png` of selected game is used in the main menu (TP can use `<gameid>_menu_<background/overlay/header/footer>.png`) (_celeron55_)
39193919
- Added `--videomodes` option to show available video modes (_kahrl_)
39203920
- Added ability to play `main_menu.ogg` (`main_menu.<1-9>.ogg` are supported too; they are chosen randomly if present) in main menu (_RealBadAngel_)
3921-
- Drop common mods system, _Survival_ and _Build_ game; minetest*game includes all common mods and the bones mod from \_Survival* now (_PilzAdam_) [http://forum.luanti.org/viewtopic.php?id=6034](http://forum.luanti.org/viewtopic.php?id=6034)
3922-
- Changed mod system a bit: All user mods are installed in `$path_user/mods/` now; they can be enabled per world in the configure world window or in `world.mt` with `load_mod_<modname>` (_PilzAdam_) [http://forum.luanti.org/viewtopic.php?id=6066](http://forum.luanti.org/viewtopic.php?id=6066)
3921+
- Drop common mods system, _Survival_ and _Build_ game; `minetest_game` includes all common mods and the bones mod from _Survival_ now (_PilzAdam_) ([forum topic](https://forum.luanti.org/viewtopic.php?t=6034))
3922+
- Changed mod system a bit: All user mods are installed in `$path_user/mods/` now; they can be enabled per world in the configure world window or in `world.mt` with `load_mod_<modname>` (_PilzAdam_) ([forum topic](https://forum.luanti.org/viewtopic.php?t=6066))
39233923
- Split `init.lua` of the default mod into several files (_PilzAdam_)
39243924
- Moved scriptapi to a subfolder (_sapier, celeron55 & kahrl_)
39253925

0 commit comments

Comments
 (0)