SvenKayser / JMOD

The Javascript MOD Loader
Other
8 stars 3 forks source link

Feature Request: Outstanding Block and Item Properties #35

Open ghost opened 7 years ago

ghost commented 7 years ago

Here are some of the block and item properties that have not been added. Whether they should is up for debate, but figured I'd add them here for completeness.

Also, the possibility of adding seed and crop types might prove useful if we want to add new types of food.

SvenKayser commented 7 years ago

Light Level added as of https://github.com/SvenKayser/JMOD/commit/012f9e2dfa3c986a8de34285b2ee8d8f306cb7cc

Falling is buggy, so not included until further notice.

Fuel is useful. Will implement.

SvenKayser commented 7 years ago

Fuel is implemented as of https://github.com/SvenKayser/JMOD/commit/1bb25c4210e6f03b8f646e14d3ecdb1471ea749c, leaving the gravity stuff for later. Limitations of net.minecraft.tileentity.TileEntityFurnace.getItemBurnTime do still apply and will warrant some ASMing.

SvenKayser commented 7 years ago

Postponed gravitating blocks until 1.7

ghost commented 7 years ago

What about the seed items? Or should we make a new issue for that?

SvenKayser commented 7 years ago

What seed items?

ghost commented 7 years ago

"Also, the possibility of adding seed and crop types might prove useful if we want to add new types of food."

SvenKayser commented 7 years ago

Must have gotten past me.

Actually a useful thing. A bit more complex, but no rocket science. I'll open up an issue for it tho.