Custom Query (83 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 83)

Ticket Resolution Summary Owner Reporter
#92 fixed Missing Oak Slabs for Spinning Wheel Lots of Mobs Mad Martian Tanya Shearon
Description

not able to find item: oak slab

required to make the spinning wheel in Lots of Mobs Mod. The saw bench does not make slabs for wood planks therefore there is no way to make such item for the spinning wheel.

#13 invalid Priority Path-finding Mad Martian Mad Martian
Description

Animals (typically livestock) causes the server to lag too much because:

  1. There are often a lot of them due to their quality as livestock
  2. They are treated with the same priority as any other mob

Since large numbers of livestock are often kept in confinement it makes no sense to assign the same priority for path-finding to them as for free roaming mobs. Livestock mobs should therefore be significantly nerfed in terms of movement and path-finding.

#18 invalid Mobs don't path properly over slabs Mad Martian Mad Martian
Description

This isn't just slabs, I've also noticed them hopping like idiots on-top of shielded redstone wire. It's probably any non-opaque block, which by the Hydrazine engine is conflated to be fuzzy earth (sort-of solid) and as such is flagged as risky in lieu of passable due to its collision bounds being unclear (apart from doing CPU-intensive collision bounds computations on the block).

One probable fix is to specifically detect collision bounds on a block iff it is determined to be fuzzy earth and then mark it as wind (open / air) iff the top of the combined collision bounds is <= 0.5 of a block. This should account for most blocks.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.