TechbloxModdingAPI/GamecraftModdingAPI/Blocks
Norbi Peti 9b1e2548d1 Attempts to create custom block types
It can load certain assets (a Cube from a sample) but fails because of missing shaders
My own Cube doesn't even get that far
2020-06-14 21:40:47 +02:00
..
BlockColor.cs Implement Equals for the OOPs & fix Player properties 2020-06-05 00:20:35 +02:00
BlockEngine.cs Expose the simulation-time object IDs 2020-06-05 00:57:22 +02:00
BlockEventsEngine.cs Added 2 block events and removed BDNEException 2020-06-02 03:15:32 +02:00
BlockExceptions.cs Added 2 block events and removed BDNEException 2020-06-02 03:15:32 +02:00
BlockIdentifiers.cs Add block type and color properties 2020-05-15 17:42:04 -04:00
BlockIDs.cs Add new blocks 2020-06-13 00:48:13 +02:00
ConsoleBlock.cs Fixes, added SimBody class 2020-05-23 00:06:49 +02:00
CustomBlock.cs Attempts to create custom block types 2020-06-14 21:40:47 +02:00
Motor.cs Fixes, added SimBody class 2020-05-23 00:06:49 +02:00
MovementEngine.cs Add block type and color properties 2020-05-15 17:42:04 -04:00
ObjectIdentifier.cs Expose the simulation-time object IDs 2020-06-05 00:57:22 +02:00
Piston.cs Fixes, added SimBody class 2020-05-23 00:06:49 +02:00
PlacementEngine.cs Move Sync() to properties and improve Block doc 2020-05-27 17:20:53 +02:00
RemovalEngine.cs Update to Gamecraft 2020.06.11.18.50 2020-06-12 17:27:36 +02:00
RotationEngine.cs Add block type and color properties 2020-05-15 17:42:04 -04:00
ScalingEngine.cs Added WaitForNextFrame() and fixed block scaling 2020-06-04 01:42:13 +02:00
Servo.cs Fixes, added SimBody class 2020-05-23 00:06:49 +02:00
SignalEngine.cs Update to Gamecraft 2020.06.11.18.50 2020-06-12 17:27:36 +02:00
SignalingBlock.cs Fixes, added SimBody class 2020-05-23 00:06:49 +02:00
SpawnPoint.cs Fixes, added SimBody class 2020-05-23 00:06:49 +02:00
TextBlock.cs Fixes, added SimBody class 2020-05-23 00:06:49 +02:00
Timer.cs Fixes, added SimBody class 2020-05-23 00:06:49 +02:00