
饥荒无敌代码
如果背包放不下,毁掉落在地上。
上帝模式:c_godmode()
饥饿值上限:GetPlayer().components.hunger:SetMax(500)
精神值上限:GetPlayer().components.sanity:SetMax(500)
生命值上限:GetPlayer().components.health:SetMaxHealth(300)
全物品直接制造:GetPlayer().components.builder:GiveAllRecipes()
删除物品:TheInput:GetWorldEntityUnderMouse():Remove()
传送:GetPlayer().Transform:SetPosition(坐标,例:0,0,0)