1
0
Commit Graph

51 Commits

Author SHA1 Message Date
jammet
663dc36742 Update crafting.txt
Corrected QuartzBlock recipe
2015-07-19 10:02:54 +02:00
Samuel Barney
561296f269 Leather Armor can now be dyed.
* Created new color class to handle dye-related coloring
2015-07-15 14:05:36 -06:00
jammet
de448fde70 Update crafting.txt
Some more block types you can create by mixing others.
2015-06-16 18:35:34 +02:00
jammet
144f47e234 Update crafting.txt
You can make Andesite by combining Diorite and Cobblestone in Vanilla. The recipe was missing.
2015-06-16 17:43:57 +02:00
jammet
ff55294583 Update crafting.txt 2015-05-31 23:41:00 +02:00
jammet
80bf058c90 Fix Daylightsensor recipe
Something like Woodslap^-1 didn't work here, so I split it up into individual recipes.
2015-05-31 18:54:49 +02:00
jammet
142a5dd05e Corrected Cookie recipe
You should get a batch of 8 cookies for 2 wheat and one cocoabean.
2015-05-26 19:22:43 +02:00
jammet
3853db94e2 Corrected hopper recipe 2015-05-08 17:06:39 +02:00
Lukas Pioch
65ab5c74b6 Crafting - Allow to craft torches with charcoals 2015-05-03 22:27:13 +02:00
Mattes D
db7b3bc888 Fixed a bad recipe. 2015-04-20 09:32:43 +02:00
jammet
60a90b0e7d Fixing dyeing
Getting yellow dye and a lot of dye mixes were not working when it was just called "Flower".
2015-04-20 00:43:54 +02:00
Mattes D
3b49a1d250 Merge pull request #1864 from mc-server/StrictRecipeMatching
Recipes match zero DamageValue strictly.
2015-04-19 14:41:35 +02:00
jammet
f0878f31e0 Add StainedClay
For some reason StainedClay was entirely missing, so here it is.
2015-04-19 13:17:08 +02:00
Mattes D
0b3fd73f90 Recipes match zero DamageValue strictly.
To match any DamageValue for the ingredient, an explicit "-1" as the DamageValue must be specified.
Fixes #1859.
2015-04-16 21:33:42 +02:00
Mattes D
ffe7dae4fc Fixed PolishedGranite et al crafting recipes.
Fixes #1774. Ref.: #1859
2015-04-16 20:59:57 +02:00
Masy98
5005c01f4c Fixed fence/-gates and door recipes and added baked potato recipe 2014-12-14 16:01:06 +01:00
M10360
ab9c006938 Removed duplicate. 2014-11-29 01:47:13 -06:00
Masy98
ad1c61c3dd Added slime block to slime balls recipe 2014-09-12 18:07:51 +02:00
Masy98
67d710429f Fixed spacing 2014-09-10 20:36:51 +02:00
Masy98
d8c381d8cc Fixed sign recipe 2014-09-10 20:31:33 +02:00
Masy98
4823cbf73d Fixed typo! 2014-09-02 21:54:47 +02:00
Masy98
63e9c9c6d9 Added missing recipes! 2014-09-02 21:36:59 +02:00
Masy98
8f58cc50dd Added missing leather recipe! 2014-09-01 21:34:04 +02:00
Masy98
cc9acd13b9 Merge branch 'master' into blocks
Conflicts:
	MCServer/furnace.txt
	MCServer/items.ini
2014-09-01 21:30:45 +02:00
Masy98
9674224e32 Fixed spacing and light gray wool name! 2014-09-01 19:08:29 +02:00
Masy98
ec259eeef0 Added missing mossy stonebrick recipe! 2014-08-31 16:33:19 +02:00
Masy98
b13f10aabf Added 1.8 recipes! 2014-08-31 16:25:12 +02:00
Masy98
2d5a38bd61 Merge branch 'master' into crafting 2014-08-30 21:31:51 +02:00
Hownaer
c4d7f7996b Hotfixed recipe.txt loading. 2014-08-29 00:42:33 +02:00
Masy98
940304bc64 Added missing recipes for stairs and slabs! 2014-08-21 22:08:34 +02:00
Masy98
b4cc3a118b Added missing recipes for stairs and slabs! 2014-08-21 21:50:32 +02:00
Tiger Wang
d5180ef230 Added extra dye rules to crafting.txt 2014-03-09 12:48:56 +00:00
Tiger Wang
baf2d88921 Implemented ballistic missiles (fireworks)
+ Added fireworks
2014-02-26 23:33:52 +00:00
andrew
c7fb000858 EmptyMap item handler 2014-02-14 17:38:22 +02:00
nesco
c854314208 Update crafting.txt with StainedGlass and StainedGlassPane 2013-11-13 20:43:09 +01:00
Alexander Harkness
bf5f4603d9 Add the first line back. 2013-10-14 16:57:57 +01:00
tonibm19
626c52929c Stairs crafting fixes
Fixes #233
Added Stone Brick Stairs crafting recipe and added alternative crafting recipes for Nether Brick Stairs and Quartz Stairs
2013-10-14 17:02:11 +02:00
tonibm19
be4e9d0ad4 Recipe Updates
Added almost all 1.6 recipes
2013-08-13 14:21:35 +02:00
Alexander Harkness
53e22b1185 Changed everyting to Unix line endings. 2013-07-29 12:13:03 +01:00
madmaxoft@gmail.com
3cfe865df3 Changed the crafting recipe for book to match vanilla since 1.3.1 (fix contributed by mgueydan)
Fixes FS #404

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1634 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-30 20:57:00 +00:00
nielsbreu@gmail.com
ce1a56836a ActivatorRail is craftable (Patch by tonibm19)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1625 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-24 19:02:14 +00:00
nielsbreu@gmail.com
4212c4ba12 Fixed piston crafting and redstone blocks can be crafted. (Patch by tonibm19)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1623 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-24 12:14:30 +00:00
nielsbreu@gmail.com
bbb8fdf21a Added missing crafting recipes.
Quartz Slabs, Chiseled Quartz Block and Pillar Quartz Block

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1343 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-04-01 10:39:40 +00:00
madmaxoft
666a718db1 Block and recipe update by STR_Warrior.
Adds missing fuels
Adds missing furnace recipes (FS #304)
Fixes some recipes (FS #305)
Adds current 1.5 weekly snapshot blocks and items.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1215 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-02-15 15:26:33 +00:00
madmaxoft@gmail.com
a31d55c8fc Added Netherbrick slab (patch contributed by STR_Warrior)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1098 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-12-22 14:17:14 +00:00
luksor111@gmail.com
8ca150b700 Added initial adventure mode support
Added missing Emerald crafting recipe
You get more fall damage when jumping
Torch no longer protects players from fall damage
Fixed Ender Chest drops

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1070 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-11-27 19:55:23 +00:00
madmaxoft@gmail.com
47fbda1446 Recipe update by STR_Warrior
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1056 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-11-20 20:37:30 +00:00
madmaxoft@gmail.com
18b73e471f Updated crafting and items to 1.4.4 (initial patch by STR_Warrior)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1051 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-11-17 09:27:27 +00:00
madmaxoft@gmail.com
0c70ac983d Fixed axe crafting (cannot use asterisk)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@907 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-29 15:06:16 +00:00
madmaxoft@gmail.com
0598fbba0c Crafting recipes for 1.3.2 (patch submitted by STR_Warrior)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@903 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-29 14:51:51 +00:00