This commit is contained in:
SaifIsReallyCool 2026-02-18 00:12:34 +01:00 committed by GitHub
commit 133a1e160a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

6
mods/Carpet.js Normal file
View File

@ -0,0 +1,6 @@
elements.Carpet = {
color: "#ff0000",
behavior: behaviors.WALL,
category: "special",
state: "solid",
}