Skip to content

Commit

Permalink
feat: add some glass uncrafts (#4686)
Browse files Browse the repository at this point in the history
added some glass uncraft in generic.json
  • Loading branch information
Dracque committed May 22, 2024
1 parent b99cc80 commit b3ed586
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions data/json/uncraft/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1771,6 +1771,12 @@
"time": "30 s",
"components": [ [ [ "glass_shard", 1 ] ] ]
},
{
"result": "wine_glass",
"type": "uncraft",
"time": "30 s",
"components": [ [ [ "glass_shard", 1 ] ] ]
},
{
"result": "glass_bowl",
"type": "uncraft",
Expand Down Expand Up @@ -1807,6 +1813,30 @@
"time": "30 s",
"components": [ [ [ "glass_shard", 1 ] ] ]
},
{
"result": "beaker",
"type": "uncraft",
"time": "30 s",
"components": [ [ [ "glass_shard", 1 ] ] ]
},
{
"result": "glass_tube_small",
"type": "uncraft",
"time": "30 s",
"components": [ [ [ "glass_shard", 1 ] ] ]
},
{
"result": "gradcylinder",
"type": "uncraft",
"time": "30 s",
"components": [ [ [ "glass_shard", 1 ] ] ]
},
{
"result": "crackpipe",
"type": "uncraft",
"time": "30 s",
"components": [ [ [ "glass_shard", 1 ] ] ]
},
{
"result": "jar_3l_glass",
"type": "uncraft",
Expand Down

0 comments on commit b3ed586

Please sign in to comment.