• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

how to make all potions

search-gif.gif
 
nobody's gonna point you everything as someone who's so damn lazy shouldn't even start setting up ots; once you make this thing work you'll come again to ask another easy question instead of trying to search on your own
 
In your data/scripts/liquids you have one script name potions.lua
you have this
LUA:
local config = {
	removeOnUse = "yes",
change for

LUA:
local config = {
	removeOnUse = "no",
 
Back
Top