Commit graph

161 commits

Author SHA1 Message Date
8b1455c8fd Leaves fixes
+ No longer decay when placed
+ Render using settings from Blocks.LEAVES
2016-07-09 09:26:58 +02:00
a90bd955fb Leaves, partial
Logic is hopefully there, rendering is incorrect (it needs a color
handler).

Also, shit is going to happen w.r.t. "fancy graphics".
2016-07-09 01:01:46 +02:00
74dc1e1ff5 Hevea blocks and textures
Really, really bad textures. Ah well.
2016-07-08 23:34:41 +02:00
aba216b087 Support for custom wood types
+ Log and plank blocks
+ Common recipes (log -> planks, charcoal, various wooden items from
vanilla)
2016-07-08 22:51:54 +02:00
5f43e79474 Saltpeter
Also recipe for gunpowder using charcoal, sulphur and saltpeter.
2016-07-08 21:06:05 +02:00
8f5e7d5fa9 Silver ore 2016-07-08 14:18:07 +02:00
ab01a3c607 Sulphur 2016-07-08 14:00:41 +02:00
570e273004 Removed specific classes for the various ores 2016-07-08 13:14:35 +02:00
b7995fa4a1 Imperfect but mostly working basalt generator
Generates near lava, but has trouble with chunk boundaries
Also fixed MRock
2016-07-08 10:33:44 +02:00
bb88579c9f Basalt + better custom rocks
Avoid having classes for each type of rock, add generation conditions
from the Materials directly.
2016-07-08 09:09:38 +02:00
c390ed74f2 Cinnabar 2016-07-07 17:08:16 +02:00
d946f110d0 Bauxite - Fixed gen (hopefully) 2016-07-07 16:17:23 +02:00
b79698d65e Galena 2016-07-07 16:06:04 +02:00
3a5ba9fbfd Bauxite 2016-07-07 15:35:13 +02:00
42a455d4c0 Rock salt 2016-07-07 14:50:21 +02:00
d8a224e0fa Throne - Missing rotation methods 2016-07-07 14:07:28 +02:00
36c2d9cda8 Throne - Other wood types + texts 2016-07-07 13:22:49 +02:00
071165f45c Throne - Item(s)
Holy shit that was annoying.
Wood is not properly aligned on item model, but fuck it. With a
chainsaw.
2016-07-07 12:19:37 +02:00
9edf2c80fc Thrones - Clean item names
Used to have ".bottom" in them due to being auto-registered.
2016-07-05 16:01:52 +02:00
ba3de96d04 Thrones - Fuck states, use different blocktypes. 2016-07-05 15:54:39 +02:00
805f041a4a Throne - Textures and models for oak variant 2016-07-05 11:07:04 +02:00
cab22724ea Throne - Recipes
Base recipe + dyeing recipe
2016-07-04 17:37:53 +02:00
510ecab1ac Throne, very partial
2-high block with state (i.e. direction and colour) stored partially on
both blocks.
Placement, removal by player and automatic removal work, as does sitting
on it.
Everything display-related is missing.
2016-07-04 15:53:24 +02:00
c66d3dd748 Registry - handle coloured blocks 2016-07-04 14:51:37 +02:00
47b663ae14 Some renaming in mmm.deco 2016-07-04 10:14:01 +02:00
e02bf94c74 Slate 2016-07-03 21:04:32 +02:00
c9671c0382 Replaced chalk texture 2016-07-03 18:49:53 +02:00
e8bb5d1d54 Chalk - generated in limestone biomes 2016-07-03 18:45:58 +02:00
479e014f34 Chalk (no gen) 2016-07-03 18:18:14 +02:00
0e3cb6fd1a Moving stuff around 2016-07-03 17:56:49 +02:00
033b927dc0 Better limestone mountains 2016-07-03 17:52:58 +02:00
6b7e5c6e28 A few server mode fixes 2016-07-03 12:54:02 +02:00
5033217643 Moved ore generator to world.gen 2016-07-03 09:20:29 +02:00
0b2e45d2a2 Helper for custom biomes 2016-07-02 15:22:38 +02:00
5779ba020e Limestone world gen - More testing
+ Feature where limestone is above ground, creating holes and pillars,
sometimes with water in them.
2016-07-02 14:04:29 +02:00
bfc69183fc First attempt at a limestone hill / mountain biome 2016-06-30 15:27:35 +02:00
2c40f5d0a2 Sphalerite + zinc 2016-06-30 14:08:58 +02:00
59d3f51576 Steel armor 2016-06-30 13:18:30 +02:00
57d5123a1e Steel tools 2016-06-30 09:25:52 +02:00
ba62ae1348 Steel 2016-06-30 08:22:43 +02:00
82db0f476d Pig iron 2016-06-29 21:50:05 +02:00
d979339ee9 Bronze armor 2016-06-29 21:13:44 +02:00
b9c874943a Bronze tools 2016-06-29 20:57:43 +02:00
7de05978f0 Bronze alloy 2016-06-29 20:37:19 +02:00
a0fe4b5511 Tin and cassiterite 2016-06-29 15:32:49 +02:00
c6155b176e Limestone 2016-06-29 14:15:30 +02:00
fa79a85fd9 Alloy furnace - Preserve custom name when removed
... And that should be all for the fucking alloy furnace. Nice (if
true).
2016-06-29 11:49:44 +02:00
63e3c2dbc3 Alloy furnace - Comparator output control 2016-06-29 11:02:28 +02:00
67d6f34fcc Implemented a proper GUI factory 2016-06-28 21:41:18 +02:00
ebfc4c6da6 Network stuff moved to separate class 2016-06-28 16:20:54 +02:00
18b484741a Alloy furnace - More configuration options 2016-06-28 16:13:10 +02:00
8174b02091 Alloy furnace - More clean-up + activation configuration 2016-06-28 15:05:01 +02:00
14ef4ce12e Alloy furnace GUI - Re-added empty configuration tab 2016-06-28 11:47:05 +02:00
e0c7157a88 Common GUI code for some stuff
+ tabbed container screen
+ tabs
+ arrow buttons
+ Rewritten alloy furnace GUI to use the new stuff
2016-06-28 11:42:00 +02:00
ee736975b2 Alloy furnace - Config tab
Doesn't work yet.
Also added tooltips on tabs.
2016-06-25 22:55:15 +02:00
d322be6c07 Alloy furnace - Can be disabled with a redstone signal 2016-06-25 21:34:33 +02:00
8001cb13a2 Alloy furnace - Fixed various issues
+ Bad read for current alloy recipe
+ Incorrect handling of burn / alloy update
2016-06-25 20:55:11 +02:00
3cd9d5719c Alloy furnace - Now aware of redstone power
It doesn't do anything with it yet.
2016-06-25 09:18:17 +02:00
258d8b417e Alloy furnace - Output hopper
Takes invalid input and invalid fuel in addition to actual output
2016-06-25 08:54:22 +02:00
b611d4d235 Alloys won't provide XP 2016-06-25 08:27:13 +02:00
10a0b6cb86 Alloy furnace - Search box 2016-06-24 16:03:51 +02:00
1970cfe84d Alloy furnace - GUI I18n
+ TODO list update
2016-06-24 14:36:53 +02:00
8335dc6067 Alloy furnace - Crafting 2016-06-24 10:41:23 +02:00
11993d575b Alloy furnace - Basic comparator output 2016-06-24 10:31:03 +02:00
99f1736614 Alloy furnace - Basic hoppers 2016-06-24 09:39:03 +02:00
66e39a0e29 Alloy furnace - Shift-clicking 2016-06-24 09:15:36 +02:00
c2dd5f571a TODO list update
+ a few missing I18n strings
2016-06-23 21:34:36 +02:00
05da2a2147 Alloy furnace - light and particles 2016-06-23 21:17:45 +02:00
bc183d661e Alloy furnace - Slag when breaking during alloying 2016-06-23 20:44:20 +02:00
fab9b117ab Alloy furnace - Produce slag
Slag is produced if alloying fails due to missing fuel, as well as a
result of recipes.
2016-06-23 20:39:39 +02:00
b5176a9f49 Alloy furnace - Alloying! 2016-06-23 16:40:53 +02:00
b68a081350 Alloy furnace - More reliance on vanilla TE updates 2016-06-22 15:34:20 +02:00
f09e8f2125 Use alloy names in alloy furnace
(rather than alloy indices which was stupid anyway)
2016-06-22 12:44:15 +02:00
39f38bf2e3 Alloy recipes registry changed again 2016-06-22 11:57:20 +02:00
ef65afe909 Alloy furnace GUI works 2016-06-22 09:47:34 +02:00
8a68416361 Alloy furnace progress
+ Mostly working GUI
+ Many new utilities
=> A lot of this will need clean-up
2016-06-22 09:22:49 +02:00
8199df6d35 Started working on the alloy furnace's GUI
For now it's mostly testing stuff, with some completely incorrect code
in the middle of it.
2016-06-20 22:40:46 +02:00
f6b6a10b66 Added coke
+ Fuel registration stuff
2016-06-20 17:31:25 +02:00
9284a31149 Alloy recipe registry 2016-06-20 15:29:53 +02:00
962a56e42c Alloy furnace - GUI textures 2016-06-20 14:56:45 +02:00
7486815f7b Alloy furnace - Appearance
+ No longer requires a support
2016-06-19 18:20:32 +02:00
88676c015e Started work on alloy furnace 2016-06-19 10:52:38 +02:00
8ed83d6629 Milking can't be done too often
Period depends on animal type.
2016-06-18 14:48:27 +02:00
444e020ae0 Source clean-up 2016-06-17 14:34:02 +02:00
f404da6034 Milk basics
+ Various milk types
+ Handle milking of pigs, sheep, horses and donkeys
+ Allow milking of cows in creative mode
+ Rename default milk bucket to "Cow milk"
2016-06-17 11:52:56 +02:00
9d04941b7f Copper hoe 2016-06-17 09:45:18 +02:00
cc5c7ad790 Reorganised tool namespace and assets 2016-06-17 09:37:29 +02:00
ae8f8ff176 Copper armor 2016-06-17 09:30:22 +02:00
a4f21d38a1 Copper blocks
+ mostly-automatic handling of the metal block stuff
2016-06-17 08:36:18 +02:00
0f5b02aea6 Improved registration for tools 2016-06-16 16:33:43 +02:00
284e7479f3 Copper tools 2016-06-16 16:22:52 +02:00
34a807e027 Better copper images 2016-06-16 15:15:23 +02:00
e13ca1bc2f Cuprite (copper ore/gem) 2016-06-16 15:02:04 +02:00
a03ec70140 Malachite 2016-06-16 14:12:11 +02:00
595d622c17 Ore generation framework (ish)
+ copper ore generation, obviously
2016-06-16 11:34:13 +02:00
a43b2730d3 Some refactoring. Also, copper. 2016-06-15 21:36:57 +02:00
c9c0a6e31e Started working on new materials
+ iron nuggets
+ copper ore
2016-06-15 20:45:36 +02:00
04b59c76e0 Moved proxy classes to separate package 2016-06-15 13:46:06 +02:00
96c361bc03 Side textures for granite/diorite/andesite slabs 2016-06-15 13:32:54 +02:00
1de7ead35c Extra slabs (granite, diorite, andesite)
Needs custom texture though.
2016-06-15 11:36:12 +02:00