CS2D Minecraft Mod 
264 comments -------------------------------
-- Tajifun's Minecraft Mod --
-------------------------------
--
Information
--
Version: 1.0
Author: Tajifun
Release: 2012/05/10
Thanks to EngiN33R (VisualLua)
--
Script Features
--
Inventory
Crafting System
Trash Menu
Mining Area
New Minecraft Map
Saving System
Admintable
Commands/Admin-Commands
Randomly Map Generating
--
Help
--
I got some problems with the map generating system. In fact it's pretty laggy every 2 seconds. The generating process usually finishes after 2-3 minutes. After that you should be able to play without any problems. If you can think of a way to improve this, please let me know.
Other ideas and suggestions are welcome, as well.
I could have done more, but I'm pretty busy at the moment and I kinda wanted to be the first one uploading a minecraft script.
I hope you like it, anyway.
Greetings Tajifun
-- Tajifun's Minecraft Mod --
-------------------------------
--


Version: 1.0
Author: Tajifun
Release: 2012/05/10
Thanks to EngiN33R (VisualLua)
--











--


I got some problems with the map generating system. In fact it's pretty laggy every 2 seconds. The generating process usually finishes after 2-3 minutes. After that you should be able to play without any problems. If you can think of a way to improve this, please let me know.
Other ideas and suggestions are welcome, as well.
I could have done more, but I'm pretty busy at the moment and I kinda wanted to be the first one uploading a minecraft script.

I hope you like it, anyway.
Greetings Tajifun

edited 4×, last 12.05.12 01:35:44 pm

Comments
264 commentsLog in!
You need to log in to be able to write comments!Log in

I tested it. Works nicely but buggy
when i click on a slot on the crafting menu/table it hits with knife/hand which destroy things i dont want to be destroyed. i placed the crafting table about 100 times *_*
Nice job anyway
when i click on a slot on the crafting menu/table it hits with knife/hand which destroy things i dont want to be destroyed. i placed the crafting table about 100 times *_*
Nice job anyway

@
DevGru: To make the tree itself be below the leaves, Z-order must be introduced, which is a royal pain in the arse.
@
Infinite Rain: What does your second sentence mean and to whom is it addressed?

@

He can't even make cave generate system, what do you want from him.
Challange, don't use the other's script to make a mod
Challange, don't use the other's script to make a mod
Add randomly spawning NPCs on caves. Also the wood of the tree should be below the, leaves not like the tree on the 2nd image.
@
Infinite Rain: You're not the first one who is telling me that I could leave out the second "..", but it helps me to keep the overview. (Yeah, even though it may look more complicated)

You must add just one line!
Add this function in very first line in the script:
Also you've got a lot of fails in string including
You doing it like:
Better will be:
'..' Is just like '+' but it can be used only in strings.
Will you set variable like:
No! It's just pointless!
Add this function in very first line in the script:
Code:
1
math.randomseed(os.time())
Also you've got a lot of fails in string including
You doing it like:
Code:
1
msg("Smth: "..Variable.."")
Better will be:
Code:
1
msg("Smth: "..Variable)
'..' Is just like '+' but it can be used only in strings.
Will you set variable like:
Code:
?1
Variable = 5 + 0
No! It's just pointless!
@
Infinite Rain: I know, but since I'm pretty busy atm I don't have the time to fix that. I will try as soon as I can.

@
KarBoy2314PL: Press F2 and select the thing you wanna hold.
