]> git.lizzy.rs Git - Crafter.git/blob - README.md
Update README.md
[Crafter.git] / README.md
1 <img src="https://github.com/oilboi/Crafter/blob/master/menu/header.png">
2
3 > Designed for Minetest 5.2.0
4
5 >Built using textures from <a href="https://forum.minetest.net/viewtopic.php?t=16407">Mineclone 2</a> 
6
7 ---
8
9 ## Be sure to install the clientside mod for this game mode: <a href="https://github.com/oilboi/crafter_client">Download here</a>
10
11 ---
12
13 # ALPHA STATE CHANGELOG
14
15 > <a href="https://github.com/oilboi/Crafter/blob/master/old_changelog.md">Old Version Changelogs</a>
16
17 ## 0.03
18 > It's A Real Game! Update
19 - make grass spread
20 - water buckets
21 - buckets water farmland
22 - pickaxe required to mine stone based nodes
23 - Crafting bench
24 - Farming with hoes, grass drops seeds, bread, etc
25 - simplify mobs ai
26 - running out of a node when placing tries to replace it with another of the same item in inventory
27 - crafting bench
28 - add in default furnace
29 - add backgrounds to all gui elements
30 - make furnaces drop all items on destroy instead of not allowing you to mine them
31 - added glass - smelt sand
32 - added boat 
33 - rightclicking with tool places torch
34 - add chest
35 - make chest drop all items when you mine them
36 - add in redstone:
37 - torch, repeater, comparator, inverter, piston, player detector,light,
38 - redstone ore - drops 4,5 redstone dust, turns on when punched
39 - pressure plate, detects players (output max), detects items (output based on number of items)
40 - fix item size based on number of items in stack to fixed size
41 - add hoppers
42 - Add TooManyItems
43 - add function to check which nodes drop the item
44 - fix hoppers not activating furnace
45 - make pigs head turn smoothly
46 - Add in fences, walls, windows
47 - Overhaul doors
48 - Add credits screen
49 - Add stairs
50 - Add slabs
51 - 2 Music tracks (day and morning)
52 - Add snow
53 - Fix bed placement
54 - Add snow and snowballs
55 - Make snow falling node
56 - Add creative mode
57 - Add trap chest and sticky piston
58 - Added Et QtFunny font info
59 - Added footers and books
60 - Added rain 
61 - Added Book sounds
62 - Changed TNT sound
63 - Overhauled eating
64 ---
65
66
67 # IDEAS:
68
69
70
71 ## REDSTONE:
72 - breaker (mines whatever is in front of it)
73 - dispenser (shoots out first item in inventory, or shoots item into pipe)
74 - sticky piston (pulls node in front of it)
75 - piston in general (if node is falling and piston is pointing up then FLING IT, if detects falling node entity FLING IT)
76
77
78 ---
79
80
81 ## MOBS:
82
83 > #1 idea, - make mobs pathfind
84
85
86 ### sheep
87 - sheep can be punched to drop wool without damage
88 - you can dye a sheep with colored dye and it will change color, then will drop the color you dyed it
89
90
91 ### pig
92 - disable pig aggression
93 - make porkchop look nicer
94
95
96 ### ghosts
97 - make the default player model whited out
98 - ghosts can pass through any nodes
99 - ghosts fly around
100 - will follow you groaning about "diamonds", "need food", and "join us"
101 - they will fling you up in the air or punch you
102 - ghosts can drag you down into nodes and suffocate you
103 - spawn with cave sounds
104 - drop soul
105
106
107 ### node monster
108 - gets built out of nodes in the area
109 - will probabaly destroy you
110 - drops all nodes that it's made of when killed
111
112
113 ### Exploder
114 - sneaks up on you and then explodes
115 - drops gun powder
116
117
118 ---
119
120
121 ## Game Mechanics:
122 - xp (edit the node drops code to check if node has tag for xp)
123 - brewing
124 - enchanting/upgrading
125 - magic (wands, spells, etc)
126 - better combat ( sweep hit enemies, falling while hitting deals more damage )
127
128
129 ---
130
131
132 ## New Themes
133
134 ### mechanics (mechanical tools and machines)
135 - compressor (compresses nodes down)
136 - auto miner (digs whatever is in front of it)
137 - decompressor (opposite of compressor
138
139
140 ### automation 
141 - pipes
142 - pumps
143 - fluid  transfer
144 - fluid storage
145 - pipes should be able to move objects quickly
146
147
148 ### HALLOWEEN!
149 - pumpkins
150 - Jack O'Lanterns
151 - corn and corn stalks
152 - decorations
153 - cobwebs
154 - costumes (somehow?)
155 - candy
156 - make grass and leaves orange during the month of October
157 - (Use a simple date check and override nodes)
158 - Gravestones
159 - Graveyards
160 - Candles
161 - candy apples
162 - Soul cake, make with cake and soul
163
164
165 ### Farming
166 - add fertilizer (pig drops bone randomly) 
167 - fertilizer is made out of bone - 
168 - fertilizer can make tall grass grow on regular grass
169 - bread - 3 bread in a row
170 - make sandwich with bread and cooked porkchop
171 - fertilizer used on saplings randomly make tree grow (make sapling growth a function)
172
173
174 ### Fishing
175 - have a rod that you can cast into water
176 - bobber entity which goes under water when fish on line
177
178
179 ---
180
181
182 ## New Items
183
184 > These don't seem to fit into any theme so list them all here
185
186 - sugar and sugar cane (grow near water on sand)
187 - rope and tnt arrows
188 - vehicles (car, powered minecarts, trains)
189 - hitscan flintlocks
190 - bows
191
192
193 ---
194
195
196 ## Ideas
197
198 > These ideas are all over the place but are good for future updates
199
200 - make pistons able to push and pull any node that does not use meta or inv
201 - make pistons able to push and pull deactivated pistons
202 - upgrade minecart physics even more 
203 - make torches abm that checks if player in area
204 - make furnace abm that checks if player in area
205 - 3d character
206 - make tnt hurt player
207 - rewrite minecart
208 - fix tool rightclick torch placement to replace buildable to nodes
209 - if placed last node put another stack into hand
210 - have falling node hurt player?
211 - add a function to set a velocity goal to entities and then implement it with all entities
212 - ^make a value if below then stop?
213 - colored chat messages
214 - check if everyone is in bed before going to next night
215 - also lock player in bed until they get out or daytime
216 - create a function to check if a node or group is below
217 - ^ set meta for player so that all mods can use it without calculating it
218 - ^ over and over again (saves cpu cycles)
219 - cars buildable in crafting table
220 - require gas pumps refine oil
221 - drive next to gas pump and car will fill with gas
222 - maybe have pump be rightclickable and then manually fill with gass using nozel
223 - minecart car train? - off rail use
224 - automatic step height for off rail use
225 - make cars follow each other
226 - oil which spawns underground in pools
227 - powered minecart car (engine car)
228 - chest minecart car
229 - player controls engine car
230 - make entities push against players
231
232
233 ---
234
235
236 ## Possible Applications
237
238 > causes object to magnetize towards player or other objects and stop after an inner radius
239 > use for better item magnet?
240 ```
241 if object:is_player() and object:get_player_name() ~= self.rider then
242       local player_pos = object:getpos()
243       pos.y = 0
244       player_pos.y = 0
245       
246       local currentvel = self.object:getvelocity()
247       local vel = vector.subtract(pos, player_pos)
248       vel = vector.normalize(vel)
249       local distance = vector.distance(pos,player_pos)
250       distance = (1-distance)*10
251       vel = vector.multiply(vel,distance)
252       local acceleration = vector.new(vel.x-currentvel.x,0,vel.z-currentvel.z)
253       
254       
255       if self.axis == "x"      then
256             self.object:add_velocity(vector.new(acceleration.x,0,0))
257       elseif self.axis == "z" then
258             self.object:add_velocity(vector.new(0,0,acceleration.z))
259       else
260             self.object:add_velocity(acceleration)
261       end
262       
263       - acceleration = vector.multiply(acceleration, -1)
264       - object:add_player_velocity(acceleration)
265 end
266 ```