WillConker
  • Joined on 2024-06-02
WillConker created branch attach_fix in WillConker/VoxeLibre 2024-06-06 16:47:57 +02:00
WillConker pushed to attach_fix at WillConker/VoxeLibre 2024-06-06 16:47:57 +02:00
WillConker commented on pull request VoxeLibre/VoxeLibre#4407 2024-06-06 15:39:25 +02:00
Fix #3710 (instant hoglin transformation) + other nether mob fixes

True, but baby hoglins have the same model as adult hoglins, just smaller, so it should be OK for them to have the same textures, right?

WillConker pushed to hoglin_transformation at WillConker/VoxeLibre 2024-06-06 15:07:22 +02:00
e03db09bd3 Removed separate baby hoglin/zoglin texture def
WillConker commented on pull request VoxeLibre/VoxeLibre#4407 2024-06-06 15:06:33 +02:00
Fix #3710 (instant hoglin transformation) + other nether mob fixes

Doesn't seem to give any warnings to remove and I don't see why it would - will remove.

WillConker commented on issue VoxeLibre/VoxeLibre#4409 2024-06-06 14:48:19 +02:00
Funny bug: you can drive a boat while not in it when entering minecart

Might make a PR to fix.

WillConker opened issue VoxeLibre/VoxeLibre#4409 2024-06-06 14:47:41 +02:00
Funny bug: you can drive a boat while not in it when entering minecart
WillConker opened issue VoxeLibre/VoxeLibre#4408 2024-06-06 14:35:27 +02:00
Structure generates in wall
WillConker commented on pull request VoxeLibre/VoxeLibre#4407 2024-06-06 14:30:55 +02:00
Fix #3710 (instant hoglin transformation) + other nether mob fixes

So should we make the change as above or remove as the line is useless. Hoglins already have texture, which babies would otherwise inherit:

	textures = { {
		"extra_mobs_hoglin.png",
	}…
WillConker commented on pull request VoxeLibre/VoxeLibre#4407 2024-06-06 13:56:37 +02:00
Fix #3710 (instant hoglin transformation) + other nether mob fixes

In baby hoglin implementation there was this line:

textures = { {
	"extra_mobs_hoglin.png",
	"extra_mobs_trans.png",
} }

which doesn't do anything as textures is not set as an…

WillConker pushed to hoglin_transformation at WillConker/VoxeLibre 2024-06-06 13:53:14 +02:00
6404e7f305 Added baby zoglin, which baby hoglin now transforms into
WillConker pushed to hoglin_transformation at WillConker/VoxeLibre 2024-06-06 13:32:08 +02:00
d2a80c0d93 Used `mcl_worlds.pos_to_dimension` to zombification check, and supported end zombification
WillConker pushed to hoglin_transformation at WillConker/VoxeLibre 2024-06-06 13:31:01 +02:00
79630c41cd Used `mcl_worlds.pos_to_dimension` for zombification check and supported end zombification
WillConker commented on pull request VoxeLibre/VoxeLibre#4407 2024-06-06 13:23:21 +02:00
Fix #3710 (instant hoglin transformation) + other nether mob fixes

True, makes code shorter. Not quite so simple as in example though as the timer needs to reset if mob leaves overworld.

WillConker commented on pull request VoxeLibre/VoxeLibre#4407 2024-06-06 13:21:44 +02:00
Fix #3710 (instant hoglin transformation) + other nether mob fixes

To test: Spawn hoglin, piglin, piglin brute, sword piglin (/spawn_mob sword_piglin), baby hoglin (/spawn_mob baby_hoglin). They should transform into zombified variants in overworld but not…

WillConker pushed to hoglin_transformation at WillConker/VoxeLibre 2024-06-06 13:16:44 +02:00
3a4f91f944 Reverse piglin transformation timer + support brute transformation
WillConker pushed to hoglin_transformation at WillConker/VoxeLibre 2024-06-06 13:10:27 +02:00
a61c0922a5 Reverse hoglin transform timer
WillConker commented on pull request VoxeLibre/VoxeLibre#4407 2024-06-05 22:13:30 +02:00
Fix #3710 (instant hoglin transformation) + other nether mob fixes

Should also now fix VoxeLibre/VoxeLibre#3693 (same thing with piglins). However, a minor issue is that bow-piglins have their bow swapped for a gold sword, which…

WillConker pushed to hoglin_transformation at WillConker/VoxeLibre 2024-06-05 22:11:59 +02:00
76364ea513 Change hoglin transformation overworld check from -100 to mg_overworld_min