• The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Really stupid things that people have said about Modded MC(Off topicness makes moderators tired)

Is this a good idea?

  • Yes

    Votes: 66 18.2%
  • No

    Votes: 18 5.0%
  • if people don't get out of control

    Votes: 68 18.8%
  • POTATOES

    Votes: 210 58.0%

  • Total voters
    362
Status
Not open for further replies.
Damn, sounds great. I really need to learn more.
The syntax is different, but I would reccommend using it over JS. Also, here is a really cool command for coffeescript
Code:
coffee -o javascript/ -cw coffeescript/
Using my repo as an example. I would run this command in the src directory. Then it would watch all the files in the coffeescript directory with the .coffee extension. Whenever a file was made, changed, or deleted the javascript directory would update. very useful command IMO
 
Just a lot of things in C++. In C++ it is harder to shoot yourself in the foot than in C, but when you do you blow your whole leg off
Well this is kinda inherent to low level languages.

Do you have any idea how boring it is to write structure spawning code without loops?
When you want to make a sphere you can loop over the cube containing the sphere and check if the coordinates are within the sphere (x² + y² + z² <= radius²)
 
When you want to make a sphere you can loop over the cube containing the sphere and check if the coordinates are within the sphere (x² + y² + z² <= radius²)
I know how to, but I find it cleaner to write the whole thing. The blocks are changing with the meteor type too, and the inner blocks are different from the outer blocks and stuff. It's just cleaner to not use loops.
 
I know how to, but I find it cleaner to write the whole thing. The blocks are changing with the meteor type too, and the inner blocks are different from the outer blocks and stuff. It's just cleaner to not use loops.
Then have fun changing the size or shape of your meteor...
But well it's the same thing when writing tree generation code
 
Then have fun changing the size or shape of your meteor...
But well it's the same thing when writing tree generation code
And then we have the ice meteor, drowning everything :P

I don't like trees. Or nature. Or anything not consisting of 50% metal... :3
 
Status
Not open for further replies.
Back
Top