Repixture/mods/rp_default
Wuzzy 0ca3225aeb Fix rare deleting grass cover when under ignore 2022-06-10 10:54:06 +02:00
..
locale Update German translation 2022-06-05 16:44:19 +02:00
schematics Remove grass from oak tree schematics 2022-06-10 00:50:50 +02:00
sounds Add fertilize and torch ignite sounds 2022-05-03 09:58:40 +02:00
textures Fix rare deleting grass cover when under ignore 2022-06-10 10:54:06 +02:00
API.md Rename Ocean biomes to Underwater biomes 2022-06-05 15:26:28 +02:00
README.txt Add smaller sea grass 2022-06-01 02:57:23 +02:00
achievements.lua Remove gardener achievement 2022-06-07 21:43:43 +02:00
aliases.lua Remove 'dirt with grass and footsteps' 2022-06-08 00:54:58 +02:00
bucket.lua More logical item sorting in creative inventory 2022-05-30 21:35:49 +02:00
container.lua Refine Creative sorting even more 2022-06-05 16:24:16 +02:00
crafting.lua Add alga 2022-06-03 00:41:37 +02:00
craftitems.lua Remove some unintersting default functions 2022-05-04 17:57:41 +02:00
fence.lua Refine Creative sorting even more 2022-06-05 16:24:16 +02:00
fertilizer.lua Merge branch 'creative_newsort' 2022-06-05 16:24:49 +02:00
functions.lua Fix rare deleting grass cover when under ignore 2022-06-10 10:54:06 +02:00
furnace.lua Refine Creative sorting even more 2022-06-05 16:24:16 +02:00
init.lua Restructure core nodes into multiple files 2022-06-08 01:09:31 +02:00
ladder.lua Refine Creative sorting even more 2022-06-05 16:24:16 +02:00
mapgen_biomes_v1.lua Rename Ocean biomes to Underwater biomes 2022-06-05 15:26:28 +02:00
mapgen_biomes_v2.lua Make biome names translatable with _description 2022-06-07 17:51:25 +02:00
mapgen_core.lua Add wrappers for decoration/ore funcs for compat 2022-05-18 14:19:36 +02:00
mapgen_deco.lua Prevent hanging sand/gravel 2022-06-09 02:00:17 +02:00
mapgen_ores.lua Rename Ocean biomes to Underwater biomes 2022-06-05 15:26:28 +02:00
mod.conf Add missing rp_item_drop dependency to mod 2022-05-21 18:10:23 +02:00
nodes_base.lua Restructure core nodes into multiple files 2022-06-08 01:09:31 +02:00
nodes_liquids.lua Restructure core nodes into multiple files 2022-06-08 01:09:31 +02:00
nodes_plants.lua Add vine 2022-06-09 01:59:28 +02:00
nodes_trees.lua Make oak tree easier to dig 2022-06-08 09:06:04 +02:00
nodes_waterlife.lua Restructure core nodes into multiple files 2022-06-08 01:09:31 +02:00
sign.lua Refine Creative sorting even more 2022-06-05 16:24:16 +02:00
tools.lua Move on_place boilerplate to rp_util 2022-05-06 12:25:08 +02:00
torch.lua Refine Creative sorting even more 2022-06-05 16:24:16 +02:00

README.txt

Repixure core mod: rp_default
=============================
By Kaadmy and Wuzzy, for Repixture

The core mod of Repixture.

## Developers

See `API.md`

## Licensing

Sound licenses:
  * default_shears_cut.ogg:
    * Source: https://freesound.org/people/SmartWentCody/sounds/179015/
    * Author: SmartWentCody (CC BY 3.0)
  * default_tool_breaks.ogg:
    * Source: https://freesound.org/people/JustInvoke/sounds/446118/
    * Author: JustInvoke (CC BY 3.0)
  * All other sounds: CC0
Texture license: CC BY-SA 4.0
  * rp_default_reed*:
     * Author: Wuzzy
  * rp_default_sea_grass*, rp_default_tall_sea_grass*:
     * Author: kilbith (with some modifications by Wuzzy)
  * Everything else
     * Author: Kaadmy
Source license: LGPLv2.1
	- Fence code based on Minetest Game 5.5.0