1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2024-09-19 11:10:31 +02:00
Commit Graph

51 Commits

Author SHA1 Message Date
tenplus1
01f4922892 use helper function for {eatable} 2024-07-26 17:10:17 +01:00
tenplus1
9cd2974533 add {eatable} group to food items and update infotext 2024-07-26 14:49:21 +01:00
tenplus1
797ad49600 tidy code 2023-08-13 10:56:57 +01:00
tenplus1
9c00204154 cows can be milked using both wooden bucket mods 2023-05-01 10:00:03 +01:00
tenplus1
fec8522720 set very low water_damage so bunny,cow,kitten,panda,sheep,warthog avoids water 2023-02-08 11:58:49 +00:00
tenplus1
b2f91cc8c3 fix crash when no default 2023-01-06 10:13:22 +00:00
tenplus1
be80ec3269 code tidy 2022-09-27 09:15:59 +01:00
tenplus1
cca7169b9e add missing butter recipe for wooden buckets 2022-05-26 08:03:07 +01:00
tenplus1
eed132225c added support for wooden bucket and milking cow with recipes 2022-05-26 07:53:40 +01:00
tenplus1
97f2e47288 update translation checks 2022-01-20 08:55:41 +00:00
tenplus1
80e72a4edc reduce shapeless crafts 2021-04-13 21:13:35 +01:00
tenplus1
a1bbcb26ec amend cheese block recipe and dig groups 2021-01-29 20:32:41 +00:00
tenplus1
6a74a05836 update milk bucket recipe to use soy milk (for vegan cheese) 2021-01-13 10:36:35 +00:00
tenplus1
95c32cb4af Added spawn.lua check for custom mob spawning with example file 2020-09-21 09:48:45 +01:00
tenplus1
e8ccc6b3c1 add more food types to follow for kitten, cow, sheep, penguin, chicken (thanks rusty-snake) 2020-09-06 20:29:47 +01:00
TenPlus1
3768da8e49 add {drink=1} group to bucket and glass of milk 2020-06-30 20:17:23 +01:00
TenPlus1
59d5dbab85 beehives no longer suffocate bees 2020-05-09 20:28:11 +01:00
TenPlus1
7f2badbd8e chinese local added (thanks IFRFSX) 2020-02-14 11:24:00 +00:00
TenPlus1
901225565c code tidy ' to " 2019-08-05 09:50:56 +01:00
TenPlus1
4259e9a6b1 New cow model and textures by sirrobzeroone 2019-06-01 09:20:59 +01:00
TenPlus1
84cc9c3fa8 stop animals from drowning in water since they can all swim irl 2019-02-11 09:10:51 +00:00
TenPlus1
1637379056 add vessel group 2019-01-30 09:10:18 +00:00
TenPlus1
631cddc727 fix 5.0x nil error when feeding sheep/cow 2018-12-16 20:27:41 +00:00
TenPlus1
0703b8b4f2 fix cow and sheep taming bug 2018-12-13 19:03:53 +00:00
TenPlus1
01d7e07f2a add on_replace functions to cow and sheep to replace milk and wool when eating 2018-11-26 17:47:15 +00:00
TenPlus1
10028cd63d add glass of milk and craft recipes 2018-11-21 16:19:32 +00:00
TenPlus1
b6f81c4aba cow, sheep, warthog now pushable 2018-09-14 17:12:22 +01:00
TenPlus1
04d6a3636b when milking cow take bucket from stack in hand only 2018-09-14 16:35:17 +01:00
TenPlus1
9d6cc6196e change some animal drops 2018-07-13 19:04:48 +01:00
TenPlus1
94acc325c0 add new attack settings 2018-06-27 09:42:26 +01:00
TenPlus1
ae9a93e95d tweak spawn values 2018-05-23 08:56:10 +01:00
TenPlus1
a60ca41148 changed spawn intervals to 60 2018-05-16 13:02:23 +01:00
TenPlus1
f42a8ba97e added butter 2018-05-06 15:03:59 +01:00
TenPlus1
2e3de7c177 added food groups for better recipe crafting 2018-03-12 17:17:49 +00:00
TenPlus1
cbac52f407 animals spawn near grass now (chance amended to suit) 2018-03-04 15:45:09 +00:00
TenPlus1
f2699613e2 limit spawning animals to 200 high 2018-03-04 14:40:24 +00:00
TenPlus1
6dbe2546f0 added raw/cooked mutton and rabbit, also rabbit hide, changed jump height for cow, sheep, chicken, warthog 2018-01-26 14:29:15 +00:00
TenPlus1
202ecfccad lower stepheight to fix entity glitching through walls 2017-12-30 14:58:13 +00:00
TenPlus1
0db8d4b263 getpos to get_pos 2017-10-09 15:16:05 +01:00
TenPlus1
31e4488172 add owner loyalty to hogs 2017-05-12 10:01:43 +01:00
TenPlus1
8deab40256 protect/capture returns added 2017-04-27 14:00:57 +01:00
TenPlus1
977a16f7b6 updated replace_what to new table format 2017-03-07 11:50:52 +00:00
TenPlus1
f7b9339dfc animals spawn on different grasses if ethereal detected 2017-02-21 15:23:03 +00:00
TenPlus1
7215a670a8 added ability to protect tamed animals 2016-11-08 16:11:49 +00:00
TenPlus1
3776506b2f using mobs:spawn functions to spawn animals 2016-10-29 16:45:47 +01:00
TenPlus1
2c0b9f5357 changed spawn numbers 2016-10-24 18:26:53 +01:00
TenPlus1
e6d9611c2e Increase number of animals in area 2016-10-04 20:09:45 +01:00
TenPlus1
ce79e38b8d Increase number of animals in one area 2016-10-04 19:41:21 +01:00
TenPlus1
09a6592f69 Added intllib support (en/de) 2016-06-11 11:14:08 +01:00
TenPlus1
06a3483ca2 Added compatibility with mobs already spawned in world 2016-04-15 15:23:37 +01:00