Jump to content

Milo Christiansen

Vintarian
  • Posts

    185
  • Joined

  • Last visited

  • Days Won

    6

Milo Christiansen last won the day on February 20

Milo Christiansen had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Milo Christiansen's Achievements

Ironsmith

Ironsmith (7/9)

58

Reputation

  1. I'm making use of the game's block variant system combined with the texture overlay system. Each side is a layer of three textures. The "main" texture, and two overlay transition textures. All of this is standard block definition functionality, leading the code to define all this to be quite short and simple. However, internally this produces one "block" per variation which leads to (quite) a few thousand blocks. The vast number of consumed internal block IDs is probably why this was never implemented in the base game. (note that I'm assuming Tyron never changed the way blocks are handled internally, it could work a bit differently now) It could be done without consuming so many block slots, but that would require a block entity per brick block which is less than ideal in some ways. It probably wouldn't actually be a performance issue, but eh... Making the blocks take on the proper type when placed is trivial, I simply use a block behavior that checks the surroundings when placed and changes the block into the correct variant.
  2. I added a new version that corrects for the mod base class rename and the world rotation change that happened at some point.
  3. It looks like it was never updated when the name of the mod base class changed. I'll take a look at the code when I go in to work and should have a working version this afternoon.
  4. The code for this is pretty simple, it is unlikely that any of the core code is broken in any major way. If it doesn't work getting it working again is probably a matter of renaming a function or two. The zip file actually includes the source code (the block behavior is shipped as an uncompiled class that the game will then compile on the fly).
  5. @RainbwCakesDeath You are now whitelisted, have fun!
  6. @Fulgen You are now whitelisted! Go forth and lower the wolf population!
  7. @Cout970 You are now whitelisted, have fun!
  8. @Rastrick You are now whitelisted, have fun!
  9. I was very tempted to vote "mechanical power" for all three
  10. @Sky You are now whitelisted! Try to avoid the wolves!
  11. @Daniele Gabrielli You are now whitelisted, go play!
  12. @Matthew Rozycko You are now whitelisted, go have fun!
  13. @Tyron Whitelisted on the condition that you add mechanical power in the next major update
  14. @Scoop You are now whitelisted, [something witty here].
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.