File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11Version 2.0.1
22Changed: All items from this mod are now available from start (Discovery settings are OFF by default).
33Improved: Toy car can now be placed in more locations (on ground, underwater and so on).
4+ Improved: Bar bottles do now produce drinking sound when used instead of eating sound.
45Fixed: A bug with marble melon Discovery setting (thanks to Soul Reaver).
56Fixed: Now you can build the small aquarium.
67Fixed: Now you can build the alien sculpture (AlienArtefact9).
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ public override void RegisterItem()
131131 eatable . despawns = false ;
132132 eatable . kDecayRate = 0.0f ;
133133 eatable . despawnDelay = 0.0f ;
134+ CraftData . useEatSound [ this . TechType ] = "event:/player/drink" ;
134135
135136 // Associate recipe to the new TechType
136137 SMLHelper . V2 . Handlers . CraftDataHandler . SetTechData ( this . TechType , this . Recipe ) ;
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ public override void RegisterItem()
131131 eatable . despawns = false ;
132132 eatable . kDecayRate = 0.0f ;
133133 eatable . despawnDelay = 0.0f ;
134+ CraftData . useEatSound [ this . TechType ] = "event:/player/drink" ;
134135
135136 // Associate recipe to the new TechType
136137 SMLHelper . V2 . Handlers . CraftDataHandler . SetTechData ( this . TechType , this . Recipe ) ;
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ public override void RegisterItem()
132132 eatable . despawns = false ;
133133 eatable . kDecayRate = 0.0f ;
134134 eatable . despawnDelay = 0.0f ;
135+ CraftData . useEatSound [ this . TechType ] = "event:/player/drink" ;
135136
136137 // Associate recipe to the new TechType
137138 SMLHelper . V2 . Handlers . CraftDataHandler . SetTechData ( this . TechType , this . Recipe ) ;
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ public override void RegisterItem()
132132 eatable . despawns = false ;
133133 eatable . kDecayRate = 0.0f ;
134134 eatable . despawnDelay = 0.0f ;
135+ CraftData . useEatSound [ this . TechType ] = "event:/player/drink" ;
135136
136137 // Associate recipe to the new TechType
137138 SMLHelper . V2 . Handlers . CraftDataHandler . SetTechData ( this . TechType , this . Recipe ) ;
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ public override void RegisterItem()
132132 eatable . despawns = false ;
133133 eatable . kDecayRate = 0.0f ;
134134 eatable . despawnDelay = 0.0f ;
135+ CraftData . useEatSound [ this . TechType ] = "event:/player/drink" ;
135136
136137 // Associate recipe to the new TechType
137138 SMLHelper . V2 . Handlers . CraftDataHandler . SetTechData ( this . TechType , this . Recipe ) ;
You can’t perform that action at this time.
0 commit comments