AEModernMCPort / Applied-Energistics-3-Fork

A Minecraft Mod about Matter, Energy and using them to conquer the world..
http://ae-mod.info/
Other
37 stars 12 forks source link

Fixes charger model and adds an appropriate item model. #29

Closed shartte closed 8 years ago

shartte commented 8 years ago

Removed the unnecessary rotation from the blockstate and flipped the charger model along the Z-axis instead. This allows us to use the block model as the item model unchanged, after adding block/orientable as it's parent (although block/block should work just as well).

I also checked that the charger's front block-state line up with the way it's actually facing ingame.

Charger

Elix-x commented 8 years ago

@dpeter99 you're responsible for models, so this PR is yours.

dpeter99 commented 8 years ago

I haven't noticed the flip. I will look into it at the morning(UTC+2).

shartte commented 8 years ago

The flip only becomes relevant when using vanilla block/block as the parent so item models are automatically rotated for us. It also makes using y:180 for facing=north unnecessary.