Change MineClone 2 to VoxeLibre

This commit is contained in:
teknomunk 2024-05-02 08:57:10 +00:00
parent 3b202eab34
commit aabd80d54b
41 changed files with 69 additions and 71 deletions

@ -1,7 +1,7 @@
# tga_encoder
A TGA Encoder written in Lua without the use of external Libraries.
Created by fleckenstein for MineClone2, then improved by erlehmann.
Created by fleckenstein for VoxeLibre, then improved by erlehmann.
May be used as a Minetest mod.

@ -1,4 +1,4 @@
# Basic help, MineClone 2 edition [`mcl_doc_basics`]
# Basic help, VoxeLibre edition [`mcl_doc_basics`]
Adds basic help texts about Minetest, controls, gameplay and other basics.
This mod uses the Documentation System [`doc`] as a basis and adds these
categories:

@ -1,6 +1,6 @@
-- eXPerience mod
-- This mod has adopted from oil_boi's Crafter-minetest
-- ( https://www.patreon.com/oil_boi ) by kay27@bk.ru
-- for MineClone 2 under GNU General Public License v3.0.
-- for VoxeLibre under GNU General Public License v3.0.
-- Copyright (c) Oil_boi, Wuzzy, kay27,
-- experience_orb texture by github.com/Gerold55

@ -1,4 +1,4 @@
# MineClone 2 HUD bar for `mcl_armor` [`mcl_hbarmor`]
# VoxeLibre HUD bar for `mcl_armor` [`mcl_hbarmor`]
## Description
This mod adds a simple HUD bar which displays the player's armor points.
@ -14,7 +14,7 @@ License: MIT License (see below)
### Textures
See MineClone 2 license.
See VoxeLibre license.
### MIT License
Everything else is under the MIT License:

@ -1,5 +1,5 @@
Mesecons button mod.
This mod adds the buttons for MineClone 2.
This mod adds the buttons for VoxeLibre.
MEDIA FILE CREDITS:

@ -1,9 +1,9 @@
mcl_bamboo
=========
This mod adds working, familiar bamboo nodes to your Mineclone 2 world.
This mod adds working, familiar bamboo nodes to your VoxeLibre world.
Code: Michieal. Original (basic, used as inspiration) bamboo code by: Small Joker. Updates to the code: Mineclone Dev Team, Michieal.
Code: Michieal. Original (basic, used as inspiration) bamboo code by: Small Joker. Updates to the code: VoxeLibre Dev Team, Michieal.
License for code: GPLv3.
License for images / textures: CC-BY-SA except where noted.

@ -1,6 +1,6 @@
License of code: WTFPL
License of textures: See README.md in top directory of MineClone 2.
License of textures: See README.md in top directory of VoxeLibre.
License of models: GPLv3 (https://www.gnu.org/licenses/gpl-3.0.html)
Models author: 22i.

@ -1,5 +1,5 @@
Blast Furnaces for MineClone 2.
Heavily based on Minetest Game (default/furnace.lua) and the MineClone 2 Furnaces.
Blast Furnaces for VoxeLibre.
Heavily based on Minetest Game (default/furnace.lua) and the VoxeLibre Furnaces.
License of source code
----------------------
@ -10,4 +10,4 @@ MCl 2 Furances modified by PrairieWind.
License of media
----------------
See the main MineClone 2 README.md file.
See the main VoxeLibre README.md file.

@ -1,5 +1,5 @@
# MineClone2 Bucket (`mcl_bucket`)
Originally taken from Minetest Game, adapted for MineClone2.
# VoxeLibre Bucket (`mcl_bucket`)
Originally taken from Minetest Game, adapted for VoxeLibre.
This mod add buckets to the game, including an API to register your own (see `API.md`).

@ -1,4 +1,4 @@
# MineClone 2 Campfire API
# VoxeLibre Campfire API
## `mcl_campfires.register_campfire`
Used to register campfires.

@ -4,7 +4,7 @@ Adds the campfire and its soul variant.
License of code
---------------
See the main MineClone 2 README.md file.
See the main VoxeLibre README.md file.
Authors:
Gerold55 - Code Start + Models?
PrairieWind - Improved and Cleaned Up Code, and added the soul campfire and crafting recipes.
@ -16,7 +16,7 @@ Michieal - Fixed misc. errors.
License of media
----------------
See the main MineClone 2 README.md file for license on most of the textures.
See the main VoxeLibre README.md file for license on most of the textures.
For the following textures:
mcl_campfires_campfire_inv.png

@ -2,7 +2,7 @@ mcl_cartography_table
-------------------
Cartography Tables, by PrairieWind
Adds Cartography Tables to MineClone 2/5.
Adds Cartography Tables to VoxeLibre.
License of source code
----------------------
@ -10,4 +10,4 @@ LGPLv2.1
License of media
----------------
See the main MineClone 2 README.md file.
See the main VoxeLibre README.md file.

@ -1,4 +1,4 @@
# MineClone2 Copper
# VoxeLibre Copper
### by NO11

@ -1,4 +1,4 @@
# Mineclone Crimson originally by debiankaios. Modified by MCL2 dev team
# VoxeLibre Crimson originally by debiankaios. Modified by VoxeLibre dev team
Textures are from PixelPerfection other than:

@ -1,12 +1,10 @@
# Mineclone2 New Ores and Deepslate
# VoxeLibre New Ores and Deepslate
by NO11
This mod adds Deepslate to the Minetest game Mineclone2, which Minecraft adds in version 1.17.
This mod adds Deepslate to the Minetest game VoxeLibre, which Minecraft adds in version 1.17.
Find new ores or build something from the 30 new blocks! Deepslate is generated directly above the lava layer in overworld.
Important: You need my "Mineclone2 Raw Ores" mod for this mod to work!
All other dependencies are automatically in the mineclone2 game.
Optionally use "Mineclone2 Copper" to get the deepslate copper ore as well.
All dependencies are automatically in the VoxeLibre game.
You can find all craft recipes for deepslate blocks here: https://minecraft.fandom.com/wiki/Deepslate_(disambiguation)

@ -1,4 +1,4 @@
# API for adding MineClone 2 fences
# API for adding VoxeLibre fences
This API allows you to add fences and fence gates.
The recommended function is `mcl_fences.register_fence_and_fence_gate`.

@ -2,7 +2,7 @@ mcl_fletching_table
-------------------
Fletching Tables, by PrairieWind
Adds Fletching Tables to MineClone 2/5.
Adds Fletching Tables to VoxeLibre.
License of source code
----------------------

@ -1,4 +1,4 @@
Furnaces for MineClone 2.
Furnaces for VoxeLibre.
Heavily based on Minetest Game (default/furnace.lua).
License of source code
@ -9,4 +9,4 @@ Modified by Wuzzy.
License of media
----------------
See the main MineClone 2 README.md file.
See the main VoxeLibre README.md file.

@ -1,4 +1,4 @@
# Jukebox mod for MineClone 2.
# Jukebox mod for VoxeLibre.
Based on the `jdukebox` mod by Jordach. This adds a jukebox block and
music disc. Just place a music disc in a jukebox and music starts
@ -25,7 +25,7 @@ Note: 9 tracks are included. 3 music disc textures are currently unused.
### License
Code licenced as GPLv3. Music under individual licenses (see abbreviations
above). Texture license: See main MineClone 2 README.md file.
above). Texture license: See main VoxeLibre README.md file.
See here for the full license texts:

@ -2,7 +2,7 @@ mcl_loom
--------
Looms, by PrairieWind
Adds Looms to MineClone 2/5. Used to add patterns to banners.
Adds Looms to VoxeLibre. Used to add patterns to banners.
License of source code
----------------------

@ -1,8 +1,8 @@
This mod adds a mob spawner for MineClone 2.
This mod adds a mob spawner for VoxeLibre.
Monsters will appear around the mob spawner in semi-regular intervals.
This mod is originally based on the mob spawner from Mobs Redo by TenPlus1
but has been modified quite a lot to fit the needs of MineClone 2.
but has been modified quite a lot to fit the needs of VoxeLibre.
Players can get a mob spawner by `giveme` and is initially empty after
placing.

@ -1,4 +1,4 @@
# Portals mod for MineClone 2
# Portals mod for VoxeLibre
## How to create portals
Nether portal: Build an upright frame of obsidian, 4 blocks wide and 5 blocks high, and use a flint and steel inside it.
@ -8,7 +8,7 @@ End portal: Build an upright frame of red nether brick blocks, 4 blocks wide and
Created by maikerumine and Wuzzy.
Code license: MIT License (see `LICENSE`).
Texture license: See README.md in main MineClone 2 directory.
Texture license: See README.md in main VoxeLibre directory.
`mcl_portals_teleport.ogg`
* License: [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/)

@ -1,5 +1,5 @@
License information:
* Code: MIT License
* Textures: See main MineClone 2 README.md file
* Textures: See main VoxeLibre README.md file
* Sounds: CC0

@ -1,8 +1,8 @@
---
# Mineclone2-Signs
# VoxeLibre Signs
---
A reworking of MineClone 2's mcl_signs to be colorable and made to glow. Requires Minetest and Mineclone2.
A reworking of VoxeLibre's mcl_signs to be colorable and made to glow. Requires Minetest and VoxeLibre.
---
Created by Michieal (FaerRaven) @ DateTime: 10/14/22 4:05 PM
@ -23,7 +23,7 @@ License of code and font: MIT License
Font source: 04.jp.org, some modifications and additions were made (added support for Latin-1 Supplement)
Original font license text states: “YOU MAY USE THEM AS YOU LIKE” (in about.gif file distributed with the font)
License of textures: See README.md in top directory of MineClone 2, with the exception of the following:
License of textures: See README.md in top directory of VoxeLibre, with the exception of the following:
default_sign.png, default_sign_dark.png, default_sign_greyscale.png, mcl_signs_sign_dark.png,
mcl_signs_sign_greyscale.png are licensed as follows:
Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) (https://creativecommons.org/licenses/by-sa/4.0/).
@ -36,7 +36,7 @@ Models author: 22i.
Source: https://github.com/22i/amc
Mineclone 2 source code:
VoxeLibre source code:
https://git.minetest.land/MineClone2/MineClone2
---

@ -1,5 +1,5 @@
Smoker for MineClone 2.
Heavily based on Minetest Game (default/furnace.lua) and the MineClone 2 Furnaces.
Smoker for VoxeLibre.
Heavily based on Minetest Game (default/furnace.lua) and the VoxeLibre Furnaces.
License of source code
----------------------
@ -10,4 +10,4 @@ MCl 2 Furances modified by PrairieWind.
License of media
----------------
See the main MineClone 2 README.md file.
See the main VoxeLibre README.md file.

@ -18,7 +18,7 @@ Adds the stonecutter block. Used to cut stone like materials into stairs, slabs,
License of code
---------------
See the main MineClone 2 README.md file.
See the main VoxeLibre README.md file.
Author: PrairieWind, ChrisPHP, cora, Herowl, AFCMS
License of media

@ -1,3 +1,3 @@
# mcl_sus_stew
This Mod adds Suspicious Stews for Mineclone
This Mod adds Suspicious Stews to VoxeLibre

@ -1,6 +1,6 @@
# `mcl_throwing`
It's a MineClone 2 mod containing throwable items like snowballs.
It's a VoxeLibre mod containing throwable items like snowballs.
## License of code
@ -29,4 +29,4 @@ It's a MineClone 2 mod containing throwable items like snowballs.
- Source: <https://freesound.org/people/kretopi/sounds/406405/>
- Original title: `Arrow002.wav` (file was edited)
- Everything else: See MineClone 2 license infos
- Everything else: See VoxeLibre license infos

@ -1,4 +1,4 @@
This mod adds tools for MineClone 2.
This mod adds tools for VoxeLibre.
## Credits
@ -7,4 +7,4 @@ This mod adds tools for MineClone 2.
* Source: <https://freesound.org/people/SmartWentCody/sounds/179015/>
Other files:
See main MineClone 2 README.
See main VoxeLibre README.

@ -1,6 +1,6 @@
# API for MineClone 2 walls
# API for VoxeLibre walls
This API allows you to add more walls (like the cobblestone wall) to MineClone 2.
This API allows you to add more walls (like the cobblestone wall) to VoxeLibre.
## `mcl_walls.register_wall(nodename, description, craft_material, tiles, invtex, groups, sounds, hardness, blast_resistance)`

@ -17,11 +17,11 @@ To use it, add the `on_rotate` function to the node definition.
it but to indicate that changed have already been made (so the screwdriver will wear out)
* use `on_rotate = false` to always disallow rotation
* use `on_rotate = screwdriver.rotate_simple` to allow only face rotation
* use `on_rotate = screwdriver.rotate_3way` (MineClone 2 extension) for pillar-like nodes that should only have 3 possible orientations)
* use `on_rotate = screwdriver.rotate_3way` (VoxeLibre extension) for pillar-like nodes that should only have 3 possible orientations)
`after_rotate(pos)` (MineClone 2 extension)
`after_rotate(pos)` (VoxeLibre extension)
Called after the rotation has been completed

@ -1,4 +1,4 @@
MineClone 2 mod: screwdriver
VoxeLibre mod: screwdriver
============================
See license.txt for license information.

@ -1,5 +1,5 @@
# Railway corridors [`tsm_railcorridors`]
MineClone 2 adaption. NO TREASURER SUPPORT!
VoxeLibre adaption. NO TREASURER SUPPORT!
* Current version 0.14.0

@ -3,7 +3,7 @@ This API information is not complete yet.
The mod API is still pretty much unofficial; this mod is mostly seen
as standalone for now.
This may change in the future development of MineClone 2. Hopefully.
This may change in the future development of VoxeLibre. Hopefully.
## Mod state
The hunger mechanic is disabled when damage is disabled

@ -1,4 +1,4 @@
# Hunger for MineClone 2 [`mcl_hunger`]
# Hunger for VoxeLibre [`mcl_hunger`]
* Forked from `hbhunger`, version: 0.5.2
@ -39,7 +39,7 @@ This mod is free software.
* License: [LGPL v2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html)
* Author: by Wuzzy (2015-2016)
* Forked from `hbhunger` for MineClone 2. `hbhunger` in turn was forked from the “Better HUD
* Forked from `hbhunger` for VoxeLibre. `hbhunger` in turn was forked from the “Better HUD
(and hunger)” mod by BlockMen (2013-2015), most code comes from this mod.
### Textures and sounds

@ -1,4 +1,4 @@
Mesh hand mod for MineClone 2.
Mesh hand mod for VoxeLibre.
This mod uses a better-looking mesh for the wieldhand and applies the player skin texture to it.

@ -1,4 +1,4 @@
MineClone 2 mod: mcl_player
VoxeLibre mod: mcl_player
==========================
Adds the 3D player model, taken from Minetest Game 0.4.16.
@ -21,4 +21,4 @@ Authors of media files
MirceaKitsune (CC BY-SA 3.0):
character.b3d
Textures: See main MineClone 2 README.md file.
Textures: See main VoxeLibre README.md file.

@ -1,4 +1,4 @@
# PlayerInfo mod for MineClone 2
# PlayerInfo mod for VoxeLibre
This is a helper mod for other mod to query the nodes around the player.

@ -1,4 +1,4 @@
# PlayerPlus mod for MineClone 2
# PlayerPlus mod for VoxeLibre
## Features

@ -1,9 +1,9 @@
# Mineclone Skins
# VoxeLibre Skins
This mod allows advanced skin customization.
Use the /skin command to open the skin configuration screen.
To include custom skins in MineClone2, please download the [mcl_custom_skins](https://codeberg.org/MineClone2/mcl_custom_skins) mod.
To include custom skins in VoxeLibre, please download the [mcl_custom_skins](https://codeberg.org/MineClone2/mcl_custom_skins) mod.
## License
Code under MIT license

@ -1,4 +1,4 @@
# Sprint Mod for MineClone 2
# Sprint Mod for VoxeLibre
Forked from [sprint] by GunshipPenguin
## Description