Aquatic

Aquatic

55.8k Downloads

No Angler Fish Spawning, Wierd Texture On Screen, TPS Concerns

Boolyman opened this issue ยท 8 comments

commented

Hello,
Was speaking with Sora a bit last night and was looking forward to trying out the mod. A couple things I noticed that I wanted to put in a ticket for, but I don't know if they are intended, or a bug. I know this was put together in just a few days for modjam, and you guys did a great job. I look forward to using this in the future.

  1. I know Angler fish are supposed to spawn. I'm not getting any at all. The entire dimension is empty. But when I run a /tps profile to see where lag issues are coming from, there are 500+ entity calls listed for dimension 300.
  2. Because you guys use a custom fluid to replace water... no other water creatures spawn in this dimension, which is a bit disspointing from a pack maker POV. Im not sure what other mechanics might be affected by this difference in fluids.
  3. There is an annoying texture across the screen when underwater in your dimension. Its like blockey lines of light grey discoloration across the whole screen. See attached picture.
    2018-04-04 12_02_13-greenshot
commented

Mobs should spawn, I was getting them just fine, however when the world is lagging it seems to skip their spawn, I got mob spawns a little after the world loaded in. ill doubke check the spawns but it should work

commented

2018-04-03_19 11 01

my mobs spawns in my world.

commented

The grey lines are rendered when you are in a Material.WATER block, ill take a look to see if there is a render event to cancel it when you have certain helmets on. I also know it cancels when you have water breathing potions (or at least im pretty sure it does)

commented

Just pushed code for allowing scuba helmet to stop that texture from rendering c64e050

commented

Hey,

I know Angler fish are supposed to spawn. I'm not getting any at all. The entire dimension is empty. But when I run a /tps profile to see where lag issues are coming from, there are 500+ entity calls listed for dimension 300.
I'm unsure why this is occurring i thought we have fixed the issue, apparently not, i'll go through in just a minute here and check this out

Because you guys use a custom fluid to replace water... no other water creatures spawn in this dimension, which is a bit disspointing from a pack maker POV. Im not sure what other mechanics might be affected by this difference in fluids.
This is essentially because we have a custom biome, with new biomes you have to specify what mobs you want to spawn there, what we can do maximum is either add the other mobs as an optional dependency and make their mobs spawn or add an api option for the mod makers to import and add their mobs to the list to spawn in our dimension

There is an annoying texture across the screen when underwater in your dimension. Its like blockey lines of light grey discoloration across the whole screen. See attached picture.
I believe that was intended as to make it seem as your in water as it is the water texture that's applied

commented

for the texture overlay: yes, this is somewhat hardcoded in vanilla, because our custom fluid still uses WATER as block material to get all the block properties of it for example that you are able to swim in it)

commented

Awesome work guys, thanks!

commented

fixed the spawns recently, and don't worry, TPS will be improved once we have the final world generator in place