Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-01-06 | Golden Apple Fixes (#4130) | Alexander Harkness | 1 | -3/+2 | |
* Do not remove food item until player has been fed * Golden apples now ignore hunger when eating * Removed EnchantedGoldenApple recipe, as it was removed in 1.9 Reference: https://minecraft.gamepedia.com/1.9#Items_2 * Adjust golden apple effects, as they were changed in 1.9 Reference: https://minecraft.gamepedia.com/1.9#Items_2 | |||||
2017-07-07 | Added bed entity (#3823) | Lukas Pioch | 1 | -1/+21 | |
* Added bed entity * Export cBedEntity to lua * Set color of bed through item damage value * Added bed entity to APIDoc * NBT: Added loading and saving * Crafting recipes for the colored beds | |||||
2017-06-30 | Added 1.12 blocks (#3760) | Bond-009 | 1 | -0/+18 | |
2016-12-30 | Added 1.11 blocks, items and recipes (#3500) | mathiascode | 1 | -0/+263 | |
2016-11-12 | Added blocks and crafting recipes | Mathias | 1 | -6/+8 | |
2016-09-07 | remove hopper from dropper's recipe (#3374) | hangyas | 1 | -1/+1 | |
2016-08-10 | Fixed NetherBrick recipes (#3306) | jammet | 1 | -4/+4 | |
Again. | |||||
2016-05-20 | Some 1.9 Crafting Recipes and Items. (#3199) | Alexander Harkness | 1 | -139/+155 | |
2016-05-15 | Added "Chissled Stone Bricks" recipe (#3192) | LogicParrot | 1 | -0/+1 | |
2016-03-14 | Fixed melon block recipe | Mathias | 1 | -1/+1 | |
2016-01-17 | Alphabetically sorted configuration files | LogicParrot | 1 | -253/+253 | |
2016-01-17 | Update crafting.txt | jammet | 1 | -0/+1 | |
Added Mossy Cobblestone recipe | |||||
2015-12-26 | fix crafting recipe for snow layers | Gargaj | 1 | -1/+1 | |
2015-12-22 | Added 1.7 item names | Mathias | 1 | -1/+1 | |
2015-12-12 | Fixed a few crafting recipes | Mathias | 1 | -15/+19 | |
2015-11-23 | add Golden Carrot | Gargaj | 1 | -0/+1 | |
Yay! | |||||
2015-09-05 | Renamed output directory to Server | Mattes D | 1 | -0/+0 | |
2015-07-26 | Update crafting.txt | jammet | 1 | -1/+1 | |
Corrected red carpet recipe. | |||||
2015-07-19 | Update crafting.txt | jammet | 1 | -2/+2 | |
Corrected Pillar of Quartz and Chiseled Quartz. | |||||
2015-07-19 | Update crafting.txt | jammet | 1 | -1/+1 | |
Corrected QuartzBlock recipe | |||||
2015-07-15 | Leather Armor can now be dyed. | Samuel Barney | 1 | -0/+38 | |
* Created new color class to handle dye-related coloring | |||||
2015-06-16 | Update crafting.txt | jammet | 1 | -0/+2 | |
Some more block types you can create by mixing others. | |||||
2015-06-16 | Update crafting.txt | jammet | 1 | -0/+1 | |
You can make Andesite by combining Diorite and Cobblestone in Vanilla. The recipe was missing. | |||||
2015-05-31 | Update crafting.txt | jammet | 1 | -6/+1 | |
2015-05-31 | Fix Daylightsensor recipe | jammet | 1 | -1/+6 | |
Something like Woodslap^-1 didn't work here, so I split it up into individual recipes. | |||||
2015-05-26 | Corrected Cookie recipe | jammet | 1 | -1/+1 | |
You should get a batch of 8 cookies for 2 wheat and one cocoabean. | |||||
2015-05-08 | Corrected hopper recipe | jammet | 1 | -1/+1 | |
2015-05-03 | Crafting - Allow to craft torches with charcoals | Lukas Pioch | 1 | -1/+1 | |
2015-04-20 | Fixed a bad recipe. | Mattes D | 1 | -1/+1 | |
2015-04-20 | Fixing dyeing | jammet | 1 | -1/+1 | |
Getting yellow dye and a lot of dye mixes were not working when it was just called "Flower". | |||||
2015-04-19 | Add StainedClay | jammet | 1 | -0/+19 | |
For some reason StainedClay was entirely missing, so here it is. | |||||
2015-04-16 | Recipes match zero DamageValue strictly. | Mattes D | 1 | -53/+56 | |
To match any DamageValue for the ingredient, an explicit "-1" as the DamageValue must be specified. Fixes #1859. | |||||
2015-04-16 | Fixed PolishedGranite et al crafting recipes. | Mattes D | 1 | -3/+3 | |
Fixes #1774. Ref.: #1859 | |||||
2014-12-14 | Fixed fence/-gates and door recipes and added baked potato recipe | Masy98 | 1 | -3/+3 | |
2014-11-29 | Removed duplicate. | M10360 | 1 | -1/+0 | |
2014-09-12 | Added slime block to slime balls recipe | Masy98 | 1 | -0/+1 | |
2014-09-10 | Fixed spacing | Masy98 | 1 | -1/+1 | |
2014-09-10 | Fixed sign recipe | Masy98 | 1 | -1/+1 | |
2014-09-02 | Fixed typo! | Masy98 | 1 | -1/+1 | |
2014-09-02 | Added missing recipes! | Masy98 | 1 | -6/+21 | |
2014-09-02 | Added new recipes! | Masy98 | 1 | -4/+19 | |
2014-09-02 | Seperated "custom" names list from the normal list in items.ini! | Masy98 | 1 | -2/+2 | |
2014-09-01 | Added missing leather recipe! | Masy98 | 1 | -0/+1 | |
2014-09-01 | Fixed spacing and light gray wool name! | Masy98 | 1 | -38/+38 | |
2014-08-31 | Added missing mossy stonebrick recipe! | Masy98 | 1 | -0/+1 | |
2014-08-31 | Added 1.8 recipes! | Masy98 | 1 | -4/+62 | |
2014-08-29 | Hotfixed recipe.txt loading. | Hownaer | 1 | -1/+1 | |
2014-08-21 | Added missing recipes for stairs and slabs! | Masy98 | 1 | -4/+4 | |
2014-08-21 | Added missing recipes for stairs and slabs! | Masy98 | 1 | -12/+30 | |
2014-03-09 | Added extra dye rules to crafting.txt | Tiger Wang | 1 | -1/+8 | |
2014-02-27 | Implemented ballistic missiles (fireworks) | Tiger Wang | 1 | -3/+46 | |
+ Added fireworks | |||||
2014-02-14 | EmptyMap item handler | andrew | 1 | -1/+1 | |
2013-11-13 | Update crafting.txt with StainedGlass and StainedGlassPane | nesco | 1 | -2/+38 | |
2013-10-14 | Add the first line back. | Alexander Harkness | 1 | -0/+1 | |
2013-10-14 | Stairs crafting fixes | tonibm19 | 1 | -1/+4 | |
Fixes #233 Added Stone Brick Stairs crafting recipe and added alternative crafting recipes for Nether Brick Stairs and Quartz Stairs | |||||
2013-08-13 | Recipe Updates | tonibm19 | 1 | -3/+10 | |
Added almost all 1.6 recipes | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -392/+392 | |
2013-06-30 | Changed the crafting recipe for book to match vanilla since 1.3.1 (fix contributed by mgueydan) | madmaxoft@gmail.com | 1 | -1/+1 | |
Fixes FS #404 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1634 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-24 | ActivatorRail is craftable (Patch by tonibm19) | nielsbreu@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1625 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-24 | Fixed piston crafting and redstone blocks can be crafted. (Patch by tonibm19) | nielsbreu@gmail.com | 1 | -1/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1623 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-01 | Added missing crafting recipes. | nielsbreu@gmail.com | 1 | -1/+4 | |
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-02-15 | Block and recipe update by STR_Warrior. | madmaxoft | 1 | -3/+13 | |
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 | |||||
2012-12-22 | Added Netherbrick slab (patch contributed by STR_Warrior) | madmaxoft@gmail.com | 1 | -0/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1098 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-11-27 | Added initial adventure mode support | luksor111@gmail.com | 1 | -0/+1 | |
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-20 | Recipe update by STR_Warrior | madmaxoft@gmail.com | 1 | -2/+5 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1056 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-11-17 | Updated crafting and items to 1.4.4 (initial patch by STR_Warrior) | madmaxoft@gmail.com | 1 | -1/+7 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1051 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-29 | Fixed axe crafting (cannot use asterisk) | madmaxoft@gmail.com | 1 | -5/+10 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@907 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-29 | Crafting recipes for 1.3.2 (patch submitted by STR_Warrior) | madmaxoft@gmail.com | 1 | -20/+25 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@903 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-20 | Moved files used by MCServer to a special MCServer folder | faketruth | 1 | -0/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@763 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-05 | Fixed previous commit's recipes and items. | madmaxoft@gmail.com | 1 | -6/+6 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@557 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-05 | Added crafting recipes and items, courtesy of Taugeshtu | madmaxoft@gmail.com | 1 | -11/+251 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@556 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-04 | Added specific wood types, modified recipes accordingly | madmaxoft@gmail.com | 1 | -9/+9 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@555 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-04 | Added the new recipe parser, parsing the crafting.txt file. Included are a few recipes. The old parser still works, but will be replaced soon. | madmaxoft@gmail.com | 1 | -0/+117 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@549 0a769ca7-a7f5-676a-18bf-c427514a06d6 |