Add files via upload

This commit is contained in:
SaifIsReallyCool 2025-04-13 14:28:15 +10:00 committed by GitHub
parent 3e83262fd8
commit 198113fb8e
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",
}