aboutsummaryrefslogtreecommitdiff
path: root/display_api
diff options
context:
space:
mode:
authorNiklp <nik@niklp.net>2024-03-11 09:04:12 +0100
committerGitHub <noreply@github.com>2024-03-11 09:04:12 +0100
commitc315900c24df6ee958a92e013463e36dfbeb5225 (patch)
tree5b17ee5363924550a0c3e7de78438a4ab55a1859 /display_api
parent394166ca5623d9c5b9d7f17ebb2c5b85b1c8d9d2 (diff)
downloaddisplay_modpack_no_craft-c315900c24df6ee958a92e013463e36dfbeb5225.tar.gz
display_modpack_no_craft-c315900c24df6ee958a92e013463e36dfbeb5225.zip
Make dp_modpack game agnostic using XCompat (#14)
* . * Add `material.sandstone` (not in upstream xcompat yet)
Diffstat (limited to 'display_api')
-rw-r--r--display_api/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/display_api/README.md b/display_api/README.md
index 73acdf9..d638bd7 100644
--- a/display_api/README.md
+++ b/display_api/README.md
@@ -4,7 +4,7 @@ This library's purpose is to ease creation of nodes with one or more displays on
**Limitations**: This lib uses entities to draw display. This means display has to be vertical (and "upside up") on Minetest before version 5.0.
-**Dependancies**:default
+**Dependencies**: xcompat
**License**: LGPLv2