]> git.lizzy.rs Git - Crafter.git/blob - README.md
Upgrade back to 5.3.0-DEV since collision detection was fixed
[Crafter.git] / README.md
1 <img src="https://github.com/oilboi/Crafter/blob/master/menu/header.png">
2
3 > Designed for Minetest 5.3.0-DEV
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 - Add in client weather handling
65 - Add in client movement handling
66 - Made sapling fuel
67 - Fix bed bed, boat, book, sapling, wood, minecart, rail, redstone, and boat placement
68 - Add sounds to redstone dust
69 - make redstone dust an attached node
70 - Fixed treecaptitator not cutting down part of tree when lever is powering one of it's nodes
71 - Added command for users with "server" privelage to control weather
72 - Added craft recipe to shears
73 - Moved to Minetest Engine Version 5.3.0 - DEV
74 - Added slimes
75 - Added mob criticals and client effects
76 - Added stream and river sound effect to client
77 - Moved underground cave noises to client
78 ---
79
80
81 # IDEAS:
82
83
84
85 ## REDSTONE:
86 - breaker (mines whatever is in front of it)
87 - dispenser (shoots out first item in inventory, or shoots item into pipe)
88 - sticky piston (pulls node in front of it)
89 - piston in general (if node is falling and piston is pointing up then FLING IT, if detects falling node entity FLING IT)
90
91
92 ---
93
94
95 ## MOBS:
96
97 > #1 idea, - make mobs pathfind
98
99
100 ### sheep
101 - sheep can be punched to drop wool without damage
102 - you can dye a sheep with colored dye and it will change color, then will drop the color you dyed it
103
104
105 ### pig
106 - disable pig aggression
107 - make porkchop look nicer
108
109
110 ### ghosts
111 - make the default player model whited out
112 - ghosts can pass through any nodes
113 - ghosts fly around
114 - will follow you groaning about "diamonds", "need food", and "join us"
115 - they will fling you up in the air or punch you
116 - ghosts can drag you down into nodes and suffocate you
117 - spawn with cave sounds
118 - drop soul
119
120
121 ### node monster
122 - gets built out of nodes in the area
123 - will probabaly destroy you
124 - drops all nodes that it's made of when killed
125
126
127 ### Exploder
128 - sneaks up on you and then explodes
129 - drops gun powder
130
131
132 ---
133
134
135 ## Game Mechanics:
136 - xp (edit the node drops code to check if node has tag for xp)
137 - brewing
138 - enchanting/upgrading
139 - magic (wands, spells, etc)
140 - better combat ( sweep hit enemies, falling while hitting deals more damage )
141
142
143 ---
144
145
146 ## New Themes
147
148 ### mechanics (mechanical tools and machines)
149 - compressor (compresses nodes down)
150 - auto miner (digs whatever is in front of it)
151 - decompressor (opposite of compressor
152
153
154 ### automation 
155 - pipes
156 - pumps
157 - fluid  transfer
158 - fluid storage
159 - pipes should be able to move objects quickly
160
161
162 ### HALLOWEEN!
163 - pumpkins
164 - Jack O'Lanterns
165 - corn and corn stalks
166 - decorations
167 - cobwebs
168 - costumes (somehow?)
169 - candy
170 - make grass and leaves orange during the month of October
171 - (Use a simple date check and override nodes)
172 - Gravestones
173 - Graveyards
174 - Candles
175 - candy apples
176 - Soul cake, make with cake and soul
177
178
179 ### Farming
180 - add fertilizer (pig drops bone randomly) 
181 - fertilizer is made out of bone - 
182 - fertilizer can make tall grass grow on regular grass
183 - bread - 3 bread in a row
184 - make sandwich with bread and cooked porkchop
185 - fertilizer used on saplings randomly make tree grow (make sapling growth a function)
186
187
188 ### Fishing
189 - have a rod that you can cast into water
190 - bobber entity which goes under water when fish on line
191
192
193 ---
194
195
196 ## New Items
197
198 > These don't seem to fit into any theme so list them all here
199
200 - sugar and sugar cane (grow near water on sand)
201 - rope and tnt arrows
202 - vehicles (car, powered minecarts, trains)
203 - hitscan flintlocks
204 - bows
205
206
207 ---
208
209
210 ## Ideas
211
212 > These ideas are all over the place but are good for future updates
213
214 - make pistons able to push and pull any node that does not use meta or inv
215 - make pistons able to push and pull deactivated pistons
216 - upgrade minecart physics even more 
217 - make torches abm that checks if player in area
218 - make furnace abm that checks if player in area
219 - 3d character
220 - make tnt hurt player
221 - rewrite minecart
222 - fix tool rightclick torch placement to replace buildable to nodes
223 - if placed last node put another stack into hand
224 - have falling node hurt player?
225 - add a function to set a velocity goal to entities and then implement it with all entities
226 - ^make a value if below then stop?
227 - colored chat messages
228 - check if everyone is in bed before going to next night
229 - also lock player in bed until they get out or daytime
230 - create a function to check if a node or group is below
231 - ^ set meta for player so that all mods can use it without calculating it
232 - ^ over and over again (saves cpu cycles)
233 - cars buildable in crafting table
234 - require gas pumps refine oil
235 - drive next to gas pump and car will fill with gas
236 - maybe have pump be rightclickable and then manually fill with gass using nozel
237 - minecart car train? - off rail use
238 - automatic step height for off rail use
239 - make cars follow each other
240 - oil which spawns underground in pools
241 - powered minecart car (engine car)
242 - chest minecart car
243 - player controls engine car
244 - make entities push against players
245
246
247 ---
248
249
250 ## Possible Applications
251
252 > causes object to magnetize towards player or other objects and stop after an inner radius
253 > use for better item magnet?
254 ```
255 if object:is_player() and object:get_player_name() ~= self.rider then
256       local player_pos = object:getpos()
257       pos.y = 0
258       player_pos.y = 0
259       
260       local currentvel = self.object:getvelocity()
261       local vel = vector.subtract(pos, player_pos)
262       vel = vector.normalize(vel)
263       local distance = vector.distance(pos,player_pos)
264       distance = (1-distance)*10
265       vel = vector.multiply(vel,distance)
266       local acceleration = vector.new(vel.x-currentvel.x,0,vel.z-currentvel.z)
267       
268       
269       if self.axis == "x"      then
270             self.object:add_velocity(vector.new(acceleration.x,0,0))
271       elseif self.axis == "z" then
272             self.object:add_velocity(vector.new(0,0,acceleration.z))
273       else
274             self.object:add_velocity(acceleration)
275       end
276       
277       - acceleration = vector.multiply(acceleration, -1)
278       - object:add_player_velocity(acceleration)
279 end
280 ```