Contributor New kitty!

Kitty?


  • Total voters
    4

Lady Serena Kitty

New Member
Contributor
Mew mew!

  • Name: Jessica Hawkwell, aka Lady Serena Kitty
  • Social: I'm on the twitters ( https://twitter.com/LadySerenaKitty ) and GitHub ( https://github.com/ladyserenakitty ).
  • From: Havre de Grace, Maryland
  • Skills / Tools: I do Java, and some of the usual webdev stuffies (PHP, HTML, CSS). My usual toolset includes NetBeans, Maven, Jenkins, Subversion, and jMonkeyEngine. I can also make sound effects using GarageBand, that's kinda fun.
  • Found via: I was googling for open source games like Minecraft.
  • Interests: I enjoy game design, love kitties, do cool computery stuffs. I'm interested in implementing technology/tech-tree modules. I can also halp with Core and Engine and stuffies. I have more hours in Minecraft than all my other games combined.
  • Extra: KITTIES!
 

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
I little bird told me of your arrival. Welcome! :D

Take a look at the dev docs at https://github.com/MovingBlocks/Terasology/wiki, clone the code, make sure you can run from source, then check out some modules you would find interesting. For instance there is a SimpleLiquids module that adds water that propagates on its own. However, just enabling the module doesn't make all existing water propagate, so even with it included the issue you noted with a screenshot would still occur. Maybe try fiddling with it any some related ideas? Or try out JoshariasSurvival, it does the tech tree of sorts (traverse a set of machines to get access to more neat stuff).

To fetch the module to an engine workspace:
  • gradlew fetchModuleSimpleLiquids
  • gradlew idea
Or gradlew eclipse if you prefer, most of us use IntelliJ :)

Let us know if you have any issues getting set up to run from source, that's the first checkpoint!
 

Lady Serena Kitty

New Member
Contributor
YEAH! NetBeans works just fine after I install the Gradle plugin. Yay!

Anyways I'm gonna look through some of these sources. See if I can find anything useful which might fix the water problem.
 

Skaldarnar

Development Lead
Contributor
Art
World
SpecOps
Hi and welcome :)

I just saw your PR on GitHub, will have a look at it later :)
 
Top