Commit Graph

212 Commits (master)

Author SHA1 Message Date
Dylan Knox 15565edd28 gitignore 2015-12-31 12:18:46 -06:00
einsteinsci 1a0d2587b5 Removed some useless code, simplified some readFromNBT() code. 2015-12-28 23:51:23 -08:00
einsteinsci 8a2a0ce1ab Fixed slight weirdness with fire bow 2015-12-26 12:32:11 -08:00
einsteinsci e032a1721f Increased charred meat food value to 5, decreased saturation to 2. 2015-12-25 08:45:49 -08:00
einsteinsci 0d7228c997 Basic structure for JSON loading is in place. 2015-12-24 02:58:13 -08:00
einsteinsci b7f26892cb Made charred meat into a meta item. Guess what the one with metadata of 5 is. 2015-12-23 14:10:39 -08:00
einsteinsci ba5000857e Added ability to make twine out of tall grass and ferns. 2015-12-23 11:42:26 -08:00
einsteinsci f4f9cd20f6 Ninja bugfix: #98 2015-12-23 11:32:35 -08:00
einsteinsci 708821166e Reworked campfire and cooking utensils. 2015-12-23 11:25:24 -08:00
einsteinsci 0f165dcd1f Updated to Forge 1577, and gradle file accordingly. 2015-12-15 15:14:18 -08:00
einsteinsci a7887c4da2 Moved logging methods to their own util class 2015-12-12 13:08:58 -08:00
einsteinsci 7bd232bafd Updated version info 2015-12-11 16:19:19 -08:00
einsteinsci 16edfa9905 Moved config file to its own folder in preparation for JSON loading. 2015-12-11 16:18:05 -08:00
einsteinsci 863ba9b0d1 Added alternate recipe for blaze powder, added related tweaks 2015-12-11 15:30:15 -08:00
einsteinsci c3746f5af3 Fixed #95 2015-12-11 14:37:18 -08:00
einsteinsci bfba69caec Fixed #91 (finally) 2015-12-11 14:09:42 -08:00
einsteinsci db65367414 (Probably) fixed #93 2015-11-25 16:13:15 -08:00
einsteinsci f8091d3a37 Fixed #94 (epic facepalm). 2015-11-23 17:34:19 -08:00
Leviathan143 d82aa8c7cb Merge branch 'main' of https://github.com/Leviathan143/betterbeginnings-MODIFIED into main 2015-11-18 22:01:32 +13:00
Leviathan143 28b9c39072 Revert "Begin creation of a base TileEntity class."
This reverts commit 406b59c227.
2015-11-18 21:59:45 +13:00
Leviathan143 abf4130d0d Begin creation of a base TileEntity class.
Begin creating a base TileEntityClass for the kilns, ovens and smelters.
2015-11-18 21:59:43 +13:00
einsteinsci 7b09526850 Building double workbench gets vanilla "benchmarking" achievement 2015-11-16 23:39:47 -08:00
einsteinsci 14ed962640 Added ability to make tools count as axes or pickaxes. 2015-11-08 19:22:33 -08:00
einsteinsci ebaaec06ed Fixed campfire lighting damaging fire bow double. 2015-11-02 10:10:41 -08:00
einsteinsci 1acbbed1b0 Gave up on #78. 2015-11-02 10:07:44 -08:00
einsteinsci 6ed41f0450 Fixed #87. 2015-11-02 10:05:05 -08:00
einsteinsci 7a1286fce6 Fixed #86. 2015-11-02 09:50:17 -08:00
einsteinsci 6d62a486da Updated version info 2015-11-01 19:47:36 -08:00
einsteinsci 4b82d77a29 Added enchantment diffusion; fixed nether portal requirement cycle. 2015-11-01 19:40:21 -08:00
Leviathan143 209927348b Merge remote-tracking branch 'upstream/main' into main 2015-10-15 07:47:17 +13:00
einsteinsci 66d7145229 Various furnace tweaks 2015-09-15 09:46:04 -07:00
einsteinsci a0581a8f98 Allowed gravel to be piped in the top of smelters 2015-09-15 09:34:27 -07:00
einsteinsci 2c652aad7d Updated images to rotisserie rename 2015-09-13 09:58:59 -07:00
einsteinsci 7e8aeb747c Renamed spit to rotisserie 2015-09-13 09:44:52 -07:00
einsteinsci b89c53e178 Made string tool bindings default to true 2015-09-12 15:06:55 -07:00
einsteinsci 37f92094d1 Removed cloth armor. 2015-09-12 14:59:47 -07:00
einsteinsci f2518b5fbc Modularized furnaces 2015-09-12 14:50:28 -07:00
einsteinsci 127340b68b Allowed string as tool option 2015-09-12 14:46:31 -07:00
Leviathan143 615ccfac9e Merge pull request #3 from einsteinsci/main
Pull changes from einsteincsi/main
2015-09-13 09:14:19 +12:00
einsteinsci fccedafe68 Fixed Hammer weirdness 2015-09-12 14:01:55 -07:00
einsteinsci cbc5454cdf Fixed NEI stupidity 2015-09-12 13:26:05 -07:00
Leviathan143 082732b781 Merge pull request #2 from einsteinsci/main
Merge pull request #84 from Leviathan143/feature-remap
2015-09-11 07:17:02 +12:00
Leviathan143 5012190934 Merge pull request #1 from Leviathan143/feature-remap
Pull feature-remap into main and remove feature-remap
2015-09-11 07:15:24 +12:00
einsteinsci 66fae56083 Merge pull request #84 from Leviathan143/feature-remap
Change mappings and remap functions so NEI dev works. Credit to Leviathan143.
2015-09-10 10:26:27 -07:00
Leviathan143 b6d8cdb8ac Revert "Begin creation of a base TileEntity class."
This reverts commit 406b59c227.
2015-09-10 18:21:37 +12:00
Leviathan143 38a4bb1de7 Fix imports
Change imports to wildcards when there are 3 or more classes imported
from the same package.
2015-09-10 17:41:19 +12:00
Leviathan143 406b59c227 Begin creation of a base TileEntity class.
Begin creating a base TileEntityClass for the kilns, ovens and smelters.
2015-09-10 17:24:58 +12:00
Leviathan143 67051e83fd Revert "Update README.md"
This reverts commit b073ad7030.
2015-09-09 21:28:25 +12:00
Leviathan143 b073ad7030 Update README.md 2015-09-09 21:18:38 +12:00
Leviathan143 2e9e236972 Remove .settings 2015-09-09 20:08:41 +12:00