Merge pull request #796 from SethanJoseph/main

wine.js
This commit is contained in:
slweeb 2024-09-15 19:44:25 -04:00 committed by GitHub
commit daa07223aa
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,
};