cora
|
cbd3e3264f
|
add random planar velocity when stopped
this seems to almost solve the problem of random standing.
|
2022-05-27 03:08:47 +02:00 |
cora
|
d1a37f38b4
|
Add dynamic altitdue adjustment during flight.
Still todo: stop flyers reliably from randomling "standing" in the
air.
Also contains a little testing easter mob-egg hehe.
|
2022-05-27 03:08:29 +02:00 |
Lizzy Fleckenstein
|
e7898352d8
|
Remove mobs_mc_gameconfig
|
2022-05-27 02:44:39 +02:00 |
cora
|
47fa43825c
|
count only mobs for cramming
|
2022-05-26 14:20:19 +02:00 |
cora
|
af7dc0fb8f
|
change "constant" declaration to match mcl_mobs
|
2022-05-26 14:16:38 +02:00 |
cora
|
87f50d6423
|
entity cramming: clean up check logic
|
2022-05-26 14:16:38 +02:00 |
cora
|
fb4f21cba0
|
entity cramming: spare the children
|
2022-05-26 14:16:38 +02:00 |
cora
|
85b599edba
|
entity cramming: check less often
|
2022-05-26 14:16:38 +02:00 |
cora
|
b4cbc528a3
|
mcl_mobs: add entity_cramming
|
2022-05-26 14:16:38 +02:00 |
Lizzy Fleckenstein
|
f6a40ffb78
|
Run tools/strip_trailing_whitespace.sh
|
2022-05-26 07:29:28 +02:00 |
Lizzy Fleckenstein
|
dd1f8cb59c
|
Remove enderman gameconfig
|
2022-05-25 23:13:33 +02:00 |
Lizzy Fleckenstein
|
ff33794487
|
Rename mobs global to mcl_mobs
|
2022-05-25 23:13:33 +02:00 |
Lizzy Fleckenstein
|
e0f70b54ec
|
Remove _cmi_is_mob
|
2022-05-25 23:13:33 +02:00 |
Lizzy Fleckenstein
|
4054f05a4c
|
Remove support for invisibility mod
|
2022-05-25 23:13:33 +02:00 |
Lizzy Fleckenstein
|
f6be8bac5a
|
Remove checks for MCL2 mods
|
2022-05-25 23:13:33 +02:00 |
Lizzy Fleckenstein
|
8db9e76529
|
Remove unused version field
|
2022-05-25 23:13:33 +02:00 |
Lizzy Fleckenstein
|
6ae722a6ee
|
Remove use_cmi
|
2022-05-25 23:13:33 +02:00 |
Lizzy Fleckenstein
|
fc3992ceb6
|
Remove mobs.is_creative
|
2022-05-25 23:13:33 +02:00 |
cora
|
028d1c1f4f
|
do not tame villagers
|
2022-05-22 14:43:44 +02:00 |
cora
|
a5ba8f739f
|
Add bell to villager trades
|
2022-05-22 02:01:21 +02:00 |
cora
|
ec73afd21a
|
use iron texture for apprentice badge, not stone
|
2022-05-22 02:01:21 +02:00 |
cora
|
e353ec3b16
|
Iron golems pick and pick up one (stack of) poppy
|
2022-05-21 12:36:57 +02:00 |
cora
|
5dafeaadc6
|
Fix indentation in mcl_mobs/api.txt
|
2022-05-21 12:36:57 +02:00 |
cora
|
27d0d778e2
|
Update TODO list
|
2022-05-21 12:36:57 +02:00 |
cora
|
a74fcab06b
|
Make iron golem stay near set _home position
|
2022-05-21 12:36:57 +02:00 |
cora
|
e5806215f0
|
fix possible crash
|
2022-05-21 12:36:57 +02:00 |
cora
|
08b36e3eb3
|
Add textures for all professions
|
2022-05-21 12:36:57 +02:00 |
cora
|
53df441c1b
|
Don't pick up near player, add more breeding stuff
|
2022-05-21 12:36:57 +02:00 |
cora
|
873e018faf
|
Dynamically add trading tier badge to texture
|
2022-05-21 12:36:57 +02:00 |
cora
|
b58422a584
|
write villager id into bed nodemeta
|
2022-05-21 12:36:57 +02:00 |
cora
|
539c31e8d6
|
fix trading crash
|
2022-05-21 12:36:57 +02:00 |
cora
|
db865ede56
|
villagers open doors in daytime and close at night
|
2022-05-21 12:36:57 +02:00 |
cora
|
0d56ef1a90
|
add jobsites to villagegen schematics
|
2022-05-21 12:36:57 +02:00 |
cora
|
67939f7b7a
|
pathfinding: find doors close to target as well
|
2022-05-21 12:36:57 +02:00 |
cora
|
9ccbf91706
|
mobs api: document api additions
|
2022-05-21 12:36:57 +02:00 |
cora
|
dfb74cf9e9
|
mobs: add nofollow option so v. dont follow bread
|
2022-05-21 12:36:57 +02:00 |
cora
|
9a866e873e
|
breed by throwing bread at villagers
|
2022-05-21 12:36:57 +02:00 |
cora
|
e6b65af3b4
|
add mobs item pickup
|
2022-05-21 12:36:57 +02:00 |
cora
|
4ac41a793e
|
fix two crashes in pathfinding
|
2022-05-21 12:36:57 +02:00 |
cora
|
98231f15ae
|
change function name go_wplist -> gopath
|
2022-05-21 12:36:57 +02:00 |
cora
|
e3bb7fe4be
|
codestyle: replace inline functions
|
2022-05-21 12:36:57 +02:00 |
cora
|
f8fc111b4a
|
pathfind to jobsites
|
2022-05-21 12:36:57 +02:00 |
cora
|
dbc5564d02
|
move movement code to mcl_mobs
|
2022-05-21 12:36:57 +02:00 |
cora
|
ce7a882c86
|
Show trade tier in formspec
|
2022-05-21 12:36:57 +02:00 |
cora
|
12bc8f1a3b
|
initial pathfinding experiments
to test rightclick a villager and it will try to path find to
0,9,0 (i'm using flat mapgen for testing for now).
|
2022-05-21 12:36:57 +02:00 |
cora
|
0598aa35c0
|
add simple jobsite logic
|
2022-05-21 12:36:57 +02:00 |
PrairieWind
|
d93704fa0e
|
Merge branch 'master' into furnaces
|
2022-05-17 18:33:20 +00:00 |
PrairieAstronomer
|
fe36d579eb
|
Add Blast Furnace and Smoker to Villager Workstations
|
2022-05-17 10:37:55 -06:00 |
cora
|
5282a63bcb
|
add options for nametagged mobs and range
|
2022-05-15 20:04:09 +00:00 |
cora
|
e5de4bba65
|
keep nametagged mobs, add "all" argument
|
2022-05-15 20:04:09 +00:00 |