饥荒联机版

饥荒联机版

31 个评价
Flint for Everyone
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
3.269 KB
2015 年 9 月 25 日 下午 2:54
2015 年 11 月 25 日 上午 10:39
14 项改动说明 ( 查看 )

订阅以下载
Flint for Everyone

描述
A server mod that spawns flint when players first join.

The mod can also spawn a variety of other items as configured.

Default dedicated server config:
configuration_options = { flint_amount = 10, -- Amount of flint to spawn per player twig_amount = 0, -- Amount of twigs to spawn per player grass_amount = 0, -- Amount of grass to spawn per player wood_amount = 0, -- Amount of wood to spawn per player stone_amount = 0, -- Amount of stones to spawn per player flower_amount = 0, -- Amount of flowers to spawn per player thermalstone_amount = 0, -- Amount of thermal stones to spawn per player thermalstone_noautumn = true, -- Don't spawn thermal stones in Autumn, true/false portal_distance = 40, -- Maximum distance from portal to spawn items min_day = 0, -- Minimum day to start spawning items expire_time = 0, -- Time to wait before removing old items (0 is never) owner_only = true, -- If only the owner can pick up the items they spawned, true/false }
14 条留言
Kain Morgen 2019 年 3 月 2 日 上午 5:39 
Hello BarnyardOwl.

Not sure if you'll be reading this since all your mods date back to like 2015.
But the configuration option message_players is never used in any if statements after its declaration in modmain, so you actually can't turn off the messages.

I could fix this myself obviously. It's just a condition check in say().
But I would like to use a 'silent' version of this in my dedicated server since I already have a welcome message there and then I would have to upload a fork of your mod on my own.
Demonology 2018 年 1 月 1 日 下午 3:33 
flowers dont spawn - only petals. and petals dont restore sanity. was it meant to work like this?
BarnyardOwl  [作者] 2015 年 11 月 25 日 下午 1:09 
@NZLGingernuts: Thanks for reporting the bug! I'm surprised such a significant bug went unnoticed for so long.
Gingernuts 2015 年 11 月 25 日 下午 12:38 
Cheers buddy, the mod is brilliant
BarnyardOwl  [作者] 2015 年 11 月 25 日 上午 10:40 
@NZLGingernuts: Bug confirmed & fix confirmed working. Update pushed.
BarnyardOwl  [作者] 2015 年 11 月 25 日 上午 10:25 
@NZLGingernuts: Well damn, I see what happened. I'll push out a fix shortly. In the meantime, enabling the "owner_only" config option will remove the bug.

I always had this option on, so I never got the bug.
Gingernuts 2015 年 11 月 25 日 上午 12:26 
Bug still exists, entire flint stack just disappeared, settings are all default.
Gingernuts 2015 年 11 月 24 日 下午 10:29 
I've had the mod turned off for a week, it may have been fixed in the latest update? I'll test it out, if it's still bugged I'll comment
BarnyardOwl  [作者] 2015 年 11 月 24 日 下午 1:27 
@NZLGingernuts: Weird. I know this was an issue in a previous version, although I'm pretty sure it's been fixed for at least the last month.

Items that are on the ground get removed after 8 minutes if they haven't been picked up. You can change it in the config though (expire_time / Item Removal).
Gingernuts 2015 年 11 月 24 日 下午 1:20 
Mod is a brilliant idea, it's unfortunate that it is bugged pretty badly. The items you pick up disappear from your inventory after 5 minutes or so, and it takes the entire stack with it. I spawned in 2 grass and 2 twigs for everyone, after x amount of time the players entire stack of grass/twigs would disappear. Please fix this.