Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bas080/chemistry
Chemistry mod for minetest
https://github.com/bas080/chemistry
Last synced: 21 days ago
JSON representation
Chemistry mod for minetest
- Host: GitHub
- URL: https://github.com/bas080/chemistry
- Owner: bas080
- Created: 2013-02-16T19:18:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-20T23:26:38.000Z (almost 12 years ago)
- Last Synced: 2023-03-25T10:16:45.551Z (almost 2 years ago)
- Language: Lua
- Homepage: http://forum.minetest.net/viewtopic.php?pid=69829
- Size: 6.94 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
_______ __ __ _______ __ __ ___ _______ _______ ______ __ __
| || | | || || |_| || | | || || _ | | | | |
| || |_| || ___|| || | | _____||_ _|| | || | |_| |
| || || |___ | || | | |_____ | | | |_||_ | |
| _|| || ___|| || | |_____ | | | | __ ||_ _|
| |_ | _ || |___ | ||_|| || | _____| | | | | | | | | |
|_______||__| |__||_______||_| |_||___| |_______| |___| |___| |_| |___|BY: bas080
DESCRIPTION: Get to know the world of matter
VERSION: 0.4
LICENSE: WTFPL
FORUM: http://forum.minetest.net/viewtopic.php?pid=69829How to use
1. Get extractor (/giveme chemistry:extractor)
2. Place the extractor
3. Place node behind the arrow
4 Punch the extractor
5. Mine the atoms6. Get reactor (/giveme chemistry:extractor)
7. Place the reactor
8. Build the reaction behind the arrow
9. Punch reactor to create block(molecules)Features
Extract atoms from world with extractor /giveme chemistry:extractor
React atoms to create blocks /giveme chemistry:reactorAPI
That enables mod to implement chemistry crafts
example of water_source:
chemistry:register_reaction({"default:water_source",
{"chemistry:O", "chemistry:O"},
{"chemistry:and"},
{"chemistry:H", "chemistry:H"},
{"chemistry:H", "chemistry:H"},
})Todo
* More crafts for extractor and reactor
* Fussion reactor to create rare elements
* Check and warn if enough space for craftChangelog
0.4
* Supports moreores mod (blocks)
* Supports diamonds mod (blocks)
* Made seperate crafts lua0.3
* Extractor changes nodes into atoms0.2
* Reactor function enables players to compose a molecule and react it to molecule(node)0.1
* Elements nodes with textures