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