Add files via upload

This commit is contained in:
SethanJoseph 2024-09-15 16:21:34 -07:00 committed by GitHub
parent 64c03122de
commit 8c9eabe71d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

8
mods/wine.js Normal file
View File

@ -0,0 +1,8 @@
elements.wine = {
color: "#006e05",
behavior: behaviors.LIQUID,
category: "food",
viscosity: 20000,
state: "liquid",
density: 380,
};