Flower's Dev Diary (Week of October 23rd)

A place to talk to other users about the mod.
User avatar
DaveYanakov
Posts: 2090
Joined: Sat Jul 23, 2011 5:17 am

Re: Flower's Dev Diary (Week of October 23rd)

Post by DaveYanakov »

A cistern is used for the storage of water. In modern times it is most often used in fire suppression sprinklers. That is exactly what the minecraft cistern does and is its only real use.
Better is the enemy of Good
Ancilangeli
Posts: 80
Joined: Sun Jul 22, 2012 12:36 am

Re: Flower's Dev Diary (Week of October 23rd)

Post by Ancilangeli »

casinodoug wrote:the vanilla cauldron already does slowly gather water when outside while raining in vanilla
wait are you for serious? i might have a heart attack.

also
DaveYanakov wrote:A cistern is used for the storage of water. In modern times it is most often used in fire suppression sprinklers. That is exactly what the minecraft cistern does and is its only real use.
i know what your saying there but im stuck on the middle sentence... it would be awesome if it could do that, what with the insane fire spread in 1.4 (not a suggestion, just where my head went)
how to take a no like a sir
Spoiler
Show
a forum user after being told they couldnt do something wrote:Alright, that's all I wanted to know, thank you very much.

I think that this closes the issue. Thread can be locked.
User avatar
FlowerChild
Site Admin
Posts: 18753
Joined: Mon Jul 04, 2011 7:24 pm

Re: Flower's Dev Diary (Week of October 23rd)

Post by FlowerChild »

All right, despite a bit of a hangover, I managed to get the bulk to the server port done today. Decided to take it slow this time and make sure to do things right so this is less of a hassle in the future. Given I'll likely have to port again to 1.4.3 sometime over the next week, and given we've really got no idea how many more official releases are going to be coming around before we see the mod API, it seemed worthwhile to put a bit of extra time into it to make sure it's a quick job when new releases arrive.

Last time I did this for 1.3 I favored expediency given I still had some faith left in humanity and thought that 1.4 stood a good chance of containing baseline API functionality :)

Most of the work today has involved creating a wrapper around ModLoader functionality (which doesn't exist on the server), so I can quickly switch the code between client and server with a minimum off fuss. Other than that, largely just refactoring the code in other ways so that portions that are strictly related to the client are isolated within the code and quickly ripped out for the server version as a result.

The way things stand now, I can quickly just comment out or delete well defined portions of the client code in the individual mod files, and they're ready to go on the server.

Anyways, I'd say I'm at least 75% done with the server port now, so should be a quick job to wrap it up tomorrow, sans hangover ;)
User avatar
Detritus
Posts: 398
Joined: Thu Aug 23, 2012 3:00 am
Location: Oz

Re: Flower's Dev Diary (Week of October 23rd)

Post by Detritus »

FlowerChild wrote: -SNIP-
Anyways, I'd say I'm at least 75% done with the server port now, so should be a quick job to wrap it up tomorrow, sans hangover ;)
Yay! Excited!

Really looking forward to the new stuff and changes you've put in for this one!

Maybe I can start work on my add-on then... Maybe...
All parts should go together without forcing. You must remember that the parts you are reassembling were disassembled by you. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer.
User avatar
Minecraftgeek70
Posts: 43
Joined: Wed Jul 11, 2012 6:41 am

Re: Flower's Dev Diary (Week of October 23rd)

Post by Minecraftgeek70 »

FlowerChild wrote:All right, despite a bit of a hangover,
<snip>
Anyways, I'd say I'm at least 75% done with the server port now, so should be a quick job to wrap it up tomorrow, sans hangover ;)
Yay.. hope my little donation to your cause wasn't also a little donation to the cause of your hangover XD . Keep up the fine work. vMC has left me so cold of late I've been busy with my Kerbals and their space programs XD be good to get back to BTWMC again.

Look forward to the "bringing of the epic"

All the best.

Pete
User avatar
STrRedWolf
Posts: 154
Joined: Wed Oct 26, 2011 9:23 pm

Re: Flower's Dev Diary (Week of October 23rd)

Post by STrRedWolf »

It would be funny if someone popped in a Mojang bug report demanding that the vanilla "Cauldron" needs to be changed to "cistern" due to FC's reasoning. I'd vote it up.
User avatar
nmarshall23
Posts: 140
Joined: Sun May 06, 2012 1:10 pm
Location: Northern VA

Re: Flower's Dev Diary (Week of October 23rd)

Post by nmarshall23 »

STrRedWolf wrote:It would be funny if someone popped in a Mojang bug report demanding that the vanilla "Cauldron" needs to be changed to "cistern" due to FC's reasoning. I'd vote it up.
As fun as it would be to troll, Mojang. Let's not.
They don't have the...^H^H^H^H^H, let's call it wisdom, to just ban the trolls.

Back on topic, as a programmer I know how that last bit keep needing more polish, take your time FC.

I had a thought the other day, that BTW aspires to be a Total Conversion of vMC.
And not a mod that gets mixed in, like 90% of the other vMC mods..
Ulfengaard wrote:BTW by FC: Fixing vanilla, one version at a time. :)
User avatar
Jamaize
Posts: 3
Joined: Thu Apr 12, 2012 10:31 am

Re: Flower's Dev Diary (Week of October 23rd)

Post by Jamaize »

I really don't understand why people object to 'cistern' unless they really don't understand what it is. As FC said it's simply a container for water.

Just so you're not left thinking there's a better word for it and the name has been poorly thought out:

The most common form in modern societry is the cistern on the back of your toilet.

It's just a resevoir, initially commonly filled by rain (usually not directly) for automatic convenience.

Other primary uses of the word focus on a sotrage tank raised high for a gravity piped water system such as the aforementioed sprinkler system, flushing toilet or older heating systems. Even water-tower tanks that provide gravity pumped water to whole towns are cisterns on stilts.



FC, I am simply blown away by your tireless commitment over the last year and a bit to get this game to where it is - Thank you.
User avatar
Ferrus.Manus
Posts: 413
Joined: Thu Jul 14, 2011 7:53 pm

Re: Flower's Dev Diary (Week of October 23rd)

Post by Ferrus.Manus »

In my native language word "cistern" is used for large containers, like in water towers, factories or sewer systems, when I think cistern I think something huge holding thousands of liters of liquid, that why I thought "tub" or "washtub" is more fitting, makes vanilla "cauldron" sound small, dinky and insignificant (just like it is)
User avatar
walker_boh_65
Posts: 2304
Joined: Mon Jul 04, 2011 9:40 pm
Location: New Jersey

Re: Flower's Dev Diary (Week of October 23rd)

Post by walker_boh_65 »

Jamaize wrote:The most common form in modern societry is the cistern on the back of your toilet.
That doesn't sound like a happy accident to me.
User avatar
FlowerChild
Site Admin
Posts: 18753
Joined: Mon Jul 04, 2011 7:24 pm

Re: Flower's Dev Diary (Week of October 23rd)

Post by FlowerChild »

Jesus H Christ on a rubber crutch...guys: enough with the Cistern already :)
emtffkev
Posts: 10
Joined: Wed Sep 26, 2012 1:18 am

Re: Flower's Dev Diary (Week of October 23rd)

Post by emtffkev »

FlowerChild wrote:Jesus H Christ on a rubber crutch...-snip-
FC, that's the first time I've ever heard that. I just laughed so hard I almost fell off the couch at work and scared the shit out of my partner.
User avatar
FlowerChild
Site Admin
Posts: 18753
Joined: Mon Jul 04, 2011 7:24 pm

Re: Flower's Dev Diary (Week of October 23rd)

Post by FlowerChild »

Aha!

Don't want to start a new dev diary thread right now, but I made an interesting discovery earlier today:

It turns out, due to what I can only assume is a bug, that wither skeletons do not spawn if the light level is outside the normal mob spawn range.

This is rather bad in the nether...considering all the fire, and lava, and glowy stuff :)

Anyways, I've fixed that, and you now get a lot more of them in nether strongholds.
User avatar
Battlecat
Posts: 499
Joined: Tue Jul 05, 2011 2:04 pm

Re: Flower's Dev Diary (Week of October 23rd)

Post by Battlecat »

Nifty, that will make finding and eventually farming them a lot easier! I suppose it's an added bonus that those wither skeletons make strongholds even more dangerous. :-)
User avatar
Kazuya Mishima
Posts: 411
Joined: Thu Feb 16, 2012 4:09 pm

Re: Flower's Dev Diary (Week of October 23rd)

Post by Kazuya Mishima »

If we found any strongholds before the wither skeleton inclusion aren't they worthless for wither harvesting?
User avatar
Syruse
Posts: 338
Joined: Mon Oct 03, 2011 4:15 pm

Re: Flower's Dev Diary (Week of October 23rd)

Post by Syruse »

Kazuya Mishima wrote:If we found any strongholds before the wither skeleton inclusion aren't they worthless for wither harvesting?
No, I've been using the same Nether Fortress that I found back in 1.2.5 and have been able to harvest enough Wither Skeletons to summon 2 Wither Bosses.
An IRC Conversation wrote: [19:24] <Ribky> on the bright side, i did my first modifications with the MCP today... :)
[19:24] <Horizon> what's it do?
[19:25] <Ribky> it eats your goddamn animals
User avatar
dawnraider
Posts: 1876
Joined: Sun Dec 11, 2011 7:00 pm

Re: Flower's Dev Diary (Week of October 23rd)

Post by dawnraider »

Kazuya Mishima wrote:If we found any strongholds before the wither skeleton inclusion aren't they worthless for wither harvesting?
They are based on the location of the stronghold itself, not any generated block. Even if an area that would have had a stronghold, but was generated pre-1.0, it would still spawn wither skeletons. Similarly, in a swamp generated pre-1.4, I saw a witch in the middle of nowhere, because normally, there would have been a hut there. The spawn mechanics are the same for both, being tied to the location of the structure, not a block, like a blaze spawner.
Come join us on discord! https://discord.gg/fhMK5kx
Get the Deco Addon here!
Get the Better Terrain Addon here!
Get the Vanilla Mix TP here!
Get the Conquest TP here!
User avatar
Kazuya Mishima
Posts: 411
Joined: Thu Feb 16, 2012 4:09 pm

Re: Flower's Dev Diary (Week of October 23rd)

Post by Kazuya Mishima »

This is a relief as i assumed the vMC wiki was accurate. Thanks for the information.
although they usually do not spawn in fortresses generated before their introduction
http://www.minecraftwiki.net/wiki/Withe ... n#Spawning
User avatar
darahalian
Posts: 578
Joined: Mon Jul 04, 2011 9:57 pm

Re: Flower's Dev Diary (Week of October 23rd)

Post by darahalian »

Kazuya Mishima wrote:This is a relief as i assumed the vMC wiki was accurate. Thanks for the information.
although they usually do not spawn in fortresses generated before their introduction
http://www.minecraftwiki.net/wiki/Withe ... n#Spawning
Just a guess, but that may be because where fortresses were generated before might not be the same places as where they would be generated in later versions of MC, since terrain gen keeps changing. And since the skeletons will only spawn where the current terrain gen thinks a fortress is, they won't usually spawn in fortresses generated before their introduction, like the quote says (you'll probably find them spawning in seemingly random places). I don't know this for sure, but I think it makes sense.
FlowerChild wrote:Remain ever vigilant against the groth menace my friends. Early detection is crucial in avoiding a full-blown groth epidemic.
User avatar
Ferrus.Manus
Posts: 413
Joined: Thu Jul 14, 2011 7:53 pm

Re: Flower's Dev Diary (Week of October 23rd)

Post by Ferrus.Manus »

darahalian wrote:
Kazuya Mishima wrote:This is a relief as i assumed the vMC wiki was accurate. Thanks for the information.
although they usually do not spawn in fortresses generated before their introduction
http://www.minecraftwiki.net/wiki/Withe ... n#Spawning
Just a guess, but that may be because where fortresses were generated before might not be the same places as where they would be generated in later versions of MC, since terrain gen keeps changing. And since the skeletons will only spawn where the current terrain gen thinks a fortress is, they won't usually spawn in fortresses generated before their introduction, like the quote says (you'll probably find them spawning in seemingly random places). I don't know this for sure, but I think it makes sense.
No, wither skeletons and blazes not spawning in previously generated Nether fortresses was a bug in a weekly snapshots which were fixed before 1.4.2 release. The wiki simple wasn't updated yet.
Post Reply