TechbloxModdingAPI/CodeGenerator
Norbi Peti 23439abde3
Add new blocks and materials, make every type public in the game, fix entity publish
- Probably should've committed more
- Added new block IDs and a material (also fixed material names)
- Added missing player states
- Added a class to make every type public in the game's code, so we don't need to worry about internal components
- We don't need to worry about anticheat so it should be fine - will need to be made into its own exe though
- Fixed delayed entity publishing and set the limits based on the consumers (just 30 almost everywhere)
2022-10-04 01:47:09 +02:00
..
App.config Add support for generating block classes that use reflection to access internal components 2022-02-06 03:11:51 +01:00
BlockClassGenerator.cs Start updating to Techblox 2022.05.25.11.05 2022-06-01 16:54:17 +02:00
CodeGenerator.csproj Add new blocks and materials, make every type public in the game, fix entity publish 2022-10-04 01:47:09 +02:00
MakeEverythingPublicInGame.cs Add new blocks and materials, make every type public in the game, fix entity publish 2022-10-04 01:47:09 +02:00
packages.config Add support for generating block classes that use reflection to access internal components 2022-02-06 03:11:51 +01:00
Program.cs Add new blocks and materials, make every type public in the game, fix entity publish 2022-10-04 01:47:09 +02:00