Sebastian Hartte
653ba814cc
Reverted debugging code.
2016-09-14 00:52:43 +02:00
Sebastian Hartte
7584d00681
Added crafting monitor item TESR (refactored out item rendering of that kind into a shared class).
...
Fixes server startup issues due to sidedness.
2016-09-14 00:50:02 +02:00
Sebastian Hartte
9c561d550b
Fixes API compilation problem.
2016-09-13 19:58:38 +02:00
Sebastian Hartte
11625ea240
Remove custom packet send to server for part placement since this is triggered again on the server automatically by forge.
2016-09-12 20:52:32 +02:00
Sebastian Hartte
d79514e4a0
Fixes missing particle texture (causes crashes in certain scenarios like breaking the block with a pickaxe).
2016-09-12 01:50:12 +02:00
Sebastian Hartte
6a5add38e2
Fixes incorrect onItemUse declaration, which in turn fixes the color applicator.
2016-09-12 01:46:55 +02:00
Sebastian Hartte
5b6ed0cfd0
First pass of implementing rendering for crafting cubes ( #7 )
2016-09-12 01:11:38 +02:00
Sebastian Hartte
99b73957c1
Energy Cell fill property had incorrect range ( Fixes #10 )
2016-09-10 17:43:49 +02:00
Sebastian Hartte
9246639709
Fixes missing model exceptions being swallowed by Forge due to our model customization step.
2016-09-10 13:41:56 +02:00
Sebastian Hartte
3403e47b02
Fixes vibrant quartz glass using the wrong model.
...
Fixes matrix frame not having a model (the block is transparent though).
Don't register an item model for the invalid part anymore.
Make variant registration for items more explicit.
This fixes #5
2016-09-10 13:19:21 +02:00
Sebastian Hartte
418e44390d
Added models for debug items. Fixes #4 .
2016-09-10 11:09:31 +02:00
Sebastian Hartte
7e027da804
Reimplemented cable and parts rendering.
2016-09-10 00:56:28 +02:00
Sebastian Hartte
0b756708d4
Improvements on the item model for facades, disabled 3d in gui to improve lighting.
2016-08-28 13:25:31 +02:00
Sebastian Hartte
5313d61490
Added item models for facades.
2016-08-28 12:10:40 +02:00
Sebastian Hartte
77cb3d8b92
Added light detector item and block model.
2016-08-27 18:45:25 +02:00
Sebastian Hartte
81984b3ad7
Implemented ME chest item + block model.
2016-08-27 18:12:54 +02:00
Sebastian Hartte
974b910acc
Added item models for all crafting multiblock parts. (And their block counterpart textures).
2016-08-27 13:38:11 +02:00
Sebastian Hartte
154f9d9ebb
Added spatial pylon item model (and textures for connected texture blocks).
2016-08-27 13:23:45 +02:00
Sebastian Hartte
77dff3ab32
Implemented crank TESR.
...
Fixed crash bug in model rotator if state wasn't set.
2016-08-27 13:05:41 +02:00
Sebastian Hartte
730f5c5d6d
Added conversion monitor item model.
2016-08-27 10:30:41 +02:00
Sebastian Hartte
686832ebf8
Fixes an issue with detecting straight cable connections.
2016-08-27 00:31:02 +02:00
Sebastian Hartte
fb04890a50
Fixes the cable bus obstructing lighting and some crash issues when placing/breaking cable buses that have not been assigned a bus container yet.
2016-08-26 23:34:18 +02:00
Sebastian Hartte
0fe53a0d0e
Added missing security station files.
2016-08-26 23:32:57 +02:00
Sebastian Hartte
7c4e810c8d
Implemented a fix for #35 by implementing getUpdateTag / handleUpdateTag using the existing update package logic.
2016-08-26 23:25:48 +02:00
Sebastian Hartte
71a88aa668
Implemented item models for cables.
2016-08-26 19:07:15 +02:00
Sebastian Hartte
0ab4309c52
Fixes controller item model. Apparently item models dont like using a multipart blockstate file.
2016-08-26 16:59:54 +02:00
Sebastian Hartte
9fe692c9bd
Fixes broken controller rendering.
2016-08-26 16:55:01 +02:00
Sebastian Hartte
96a9e2f558
Fixed side-scoping issue that prevented the server to start up.
2016-08-26 14:02:24 +02:00
Sebastian Hartte
b28d468935
Implemented security station rendering.
2016-08-26 13:59:59 +02:00
Sebastian Hartte
0316c1de58
Fixed broken name of TileStationSecurity -> TileSecurityStation
2016-08-26 13:51:38 +02:00
Sebastian Hartte
f3e10b1851
Implemented drive models. Fixed issues with the UVL model loader using a null model loader (and thus crashing).
2016-08-26 13:46:52 +02:00
Sebastian Hartte
576923a2f2
Implemented the sky compass.
2016-08-26 13:07:37 +02:00
Sebastian Hartte
210d5d2602
Merge fixes for interface.
2016-08-26 12:42:51 +02:00
Sebastian Hartte
c6b9926d7f
Restored glass model that implements the uv shift.
...
Added a way to register built-in models to support this.
2016-08-26 12:42:21 +02:00
Sebastian Hartte
ea6c892ec0
Fixes startup warning for missing block, and fixes orientation of stair item models.
2016-08-26 12:42:21 +02:00
Sebastian Hartte
5211bf4c98
Fixes most of the item model issues after registry name changes.
2016-08-26 12:42:21 +02:00
Sebastian Hartte
85cf7d7981
Makes quartz fixture resources and class consistent with the registry name.
2016-08-26 12:42:21 +02:00
Sebastian Hartte
c0b0687fd3
Makes naming of security station related classes/assets consistent with registry name.
2016-08-26 12:42:21 +02:00
Sebastian Hartte
0df62abebd
Adds the ability to force a block to use a custom item model.
2016-08-26 12:42:21 +02:00
Sebastian Hartte
dbaa0a9310
Fixes an issue where a custom item model would override the block's default state model.
2016-08-26 12:42:21 +02:00
Sebastian Hartte
e1e649caf7
Fixes glass rendering and item model for vibrant glass.
2016-08-26 12:42:21 +02:00
Sebastian Hartte
d65263f319
Re-enabled custom dispenser behavior and added a convenience registration function for it.
2016-08-26 12:42:21 +02:00
Sebastian Hartte
d831d1302f
Added missing custom preInit/init/postInit functionality to the IItemBuilder.
2016-08-26 12:42:21 +02:00
shartte
e276aa682f
Replaced all instances of Guava's Optional type with Java 8's Optional type, as discussed in #81 . ( #90 )
2016-08-26 12:42:21 +02:00
shartte
c2a239a12f
Implemented registry renaming as discussed in #70 ( #89 )
...
- Implemented registry renaming as discussed in #70 (#89 )
2016-08-26 12:42:21 +02:00
shartte
6f2bbfab4c
Major Refactoring of Bootstrap Code ( #75 )
...
- Refactored boostrap code:
* Completely reworked item/block/tile registration.
* Fixed server side startup.
* Fixed server side startup.
* More documentation.
* More heavy cleanup
* More cleanups.
* Major refactoring of state mapping and fixes a lot of other issue related to item rendering.
* Fixes sky chest item models (no item TESR).
* Only use CachingRotatingBakedModel for tile entities automatically.
Fix default rotation of quartz pillar for item model.
* Used method reference instead of lambda for ItemMeshDefinition for multiparts.
* Removed unnecessary IHasSpecialItemModel
* Removed unused IconReg class.
* Updated resource pack version.
2016-08-26 12:42:21 +02:00
shartte
66df324ef0
Implemented interface states and models ( #66 )
...
* Implemented interface states and models.
2016-08-26 11:09:49 +02:00
shartte
999401c50c
Fixes corruption of the lightning particle FX that was caused by an incorrect order of vertex attributes being passed to the vertex buffer. ( #43 )
...
The other FX classes were also adapted to use the same vertex attribute ordering as the vanilla base class.
2016-08-24 19:07:54 +02:00
dpeter99
86083712ad
Item Fixes (More)
...
- fixed ItemCristalSeed in code please look at that if it is correct :)
- fixed stairs
- added crank item texture
2016-08-22 11:14:09 +02:00
elix-x
0e2183d234
Removed unused stair classes
...
- Removed unused stair classes. Closes #28 .
2016-08-21 10:35:01 +02:00