Skip to content

Commit

Permalink
fix(config): 🧩Make [Hose] inside upgraded [Omniwand] comes pre-attach…
Browse files Browse the repository at this point in the history
…ed to tank 1
  • Loading branch information
Krutoy242 committed Feb 4, 2024
1 parent 40652af commit 2e0c9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mods/omniwand.zs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ val predefined = <omniwand:wand>.withTag({
storagedrawers3 : {id: "storagedrawers:shroud_key" , Count: 1, tag: { "omniwand:definedMod": "storagedrawers3" }},
teslacorelib : {id: "teslacorelib:wrench" , Count: 1, tag: { "omniwand:definedMod": "teslacorelib" }},
thermalfoundation : {id: "thermalfoundation:wrench" , Count: 1, tag: { "omniwand:definedMod": "thermalfoundation" }},
travelersbackpack : {id: "travelersbackpack:hose" , Count: 1, tag: { "omniwand:definedMod": "travelersbackpack" }},
travelersbackpack : {id: "travelersbackpack:hose" , Count: 1, tag: { "omniwand:definedMod": "travelersbackpack" }, tag: { Tank: 1 }},
},
"omniwand:is_transforming": 1 as byte,
});
Expand Down

0 comments on commit 2e0c9d8

Please sign in to comment.