Commit Graph

878 Commits

Author SHA1 Message Date
Wuzzy eca6cd30b6 Refactor throwable code even more, add mini API 2017-02-14 23:41:19 +01:00
Wuzzy 53409bfbec Refactor mcl_throwing throw function 2017-02-14 23:18:23 +01:00
Wuzzy b057a20b2a Diffrent fireballs for ghast and blaze 2017-02-14 23:09:59 +01:00
Wuzzy 66af53bc4f Fix blaze collision box 2017-02-14 22:48:25 +01:00
Wuzzy 3ca8f4c697 Fix blaze spawn 2017-02-14 22:42:34 +01:00
Wuzzy 2989427b5d Merge branch 'blaze' of https://gitlab.com/daufinsyd/MineClone2 2017-02-14 22:34:00 +01:00
Wuzzy 1bf5c51d37 Fix arrow yaw when shooting from dispenser 2017-02-14 22:28:40 +01:00
Wuzzy feca7cf694 Replace bow_0 and bow_1 after shoot 2017-02-14 22:13:54 +01:00
Wuzzy 64ae08073a Allow rightclicking for bows at any time 2017-02-14 22:09:00 +01:00
Wuzzy 4d0e1eb2e9 Kinda allow arrow shooting from dispensers 2017-02-14 22:04:37 +01:00
Wuzzy 27e6352704 Refactor mcl_throwing arrow launching code 2017-02-14 21:29:28 +01:00
Wuzzy 2ced567f88 Make daylight sensors walkable 2017-02-14 20:55:23 +01:00
Wuzzy a97b886f46 Thicker daylight sensor wield image 2017-02-14 20:52:34 +01:00
Wuzzy 3f3c4bae5b Fix broken iron armor images 2017-02-14 20:33:37 +01:00
Wuzzy 52e3f30eb4 Make armor stand entity immortal 2017-02-14 20:22:34 +01:00
Wuzzy 3a24690610 Remove outdated 3d_armor crafting guide 2017-02-14 19:59:10 +01:00
Wuzzy 2e14fd8d76 Dispenser now dispense armors onto players and armor stand 2017-02-14 19:45:02 +01:00
Wuzzy eb9c2efb82 Add bone meal support for dispenser 2017-02-14 18:20:54 +01:00
Wuzzy 06847c38d2 Prettify group highlighting in craftguide 2017-02-14 17:54:16 +01:00
Wuzzy 0f6bdc9921 Add proper tooltip for repair recipes 2017-02-14 17:17:49 +01:00
Wuzzy ea583a2d70 Show repairing recipes in craft guide 2017-02-14 16:35:25 +01:00
Wuzzy 3bb5ab67d6 Fix code typo in mcl_craftguide 2017-02-14 13:06:25 +01:00
Wuzzy b2ed3d7428 Remove redundant dispenser code 2017-02-14 13:01:59 +01:00
Wuzzy a477c5d20e Fix dispenser craft bug 2017-02-14 04:46:44 +01:00
Wuzzy fe6cf4de8f Require an intact bow for crafting a dispenser 2017-02-14 04:39:37 +01:00
Wuzzy 76e77cceb4 Place boats and minecarts with dispenser 2017-02-14 04:12:17 +01:00
Wuzzy 2350752aca Add support for lava/water bucket in dispenser 2017-02-14 03:53:50 +01:00
Wuzzy 35353c1d08 Add support for empty bucket in dispenser 2017-02-14 03:42:11 +01:00
Wuzzy eaeebd900b Add TNT support to dispenser 2017-02-14 03:30:10 +01:00
Wuzzy b92a220e49 Add basic dispensers (don't dispense most stuff) 2017-02-14 03:23:06 +01:00
Wuzzy c33991c1dc Rename mcl_dropper to mcl_droppers 2017-02-14 02:33:58 +01:00
Wuzzy 1d719c4a4f Make dropper a piston stopper 2017-02-14 02:22:14 +01:00
Wuzzy cebc46df62 Add dropper recipe back again 2017-02-14 02:20:40 +01:00
Wuzzy f08e23469f Allow dropper to be facing up- or downwards 2017-02-14 02:15:51 +01:00
Wuzzy 73a22d3de1 Hopper doesn't check for item entities with container above 2017-02-14 01:37:30 +01:00
Wuzzy fb82c61a92 Fix ABM neighbor check of hoppers 2017-02-14 01:32:13 +01:00
Wuzzy 2adc89cbad Make hoppers pull before push 2017-02-14 01:31:24 +01:00
Wuzzy b946ad3cef Make hoppers work with all containers
... by massively simplifying the ABM code and using mcl_util code
2017-02-14 01:25:02 +01:00
Wuzzy 77c458e4fa More powerful item movement util function 2017-02-14 00:44:23 +01:00
Wuzzy 23a6d123bc Allow droppers to put items into containers 2017-02-14 00:10:37 +01:00
Wuzzy d6a404ce92 Add container group for nodes with inventories 2017-02-13 19:06:12 +01:00
Wuzzy 3de20363b5 Add dropper
Missing feature: Top/bottom facing, "shoot" items, put into containers
2017-02-13 18:25:11 +01:00
Wuzzy 0bbb60bcf6 Apply semi-transparency to stained glass panes 2017-02-13 15:52:16 +01:00
Wuzzy 9ecae11f66 Move more mcl_core textures to correct mods 2017-02-13 14:52:37 +01:00
Wuzzy 7424f0ad0d Do some mcl_core texture cleanup 2017-02-13 14:38:18 +01:00
Wuzzy 7b726430c8 Fuels: Bookshelf, chest, wooden slab, saplings 2017-02-13 14:33:16 +01:00
Wuzzy 7320bc25aa Make porkchop cookable 2017-02-13 14:11:18 +01:00
Wuzzy 655d016f1e Add iron door metal sounds 2017-02-13 01:50:03 +01:00
Wuzzy bf056c95b2 No more snappy doors 2017-02-13 01:42:38 +01:00
Wuzzy 7eba54a345 Add new fencegate sounds from Minetest Game 2017-02-13 01:39:07 +01:00
Wuzzy e9c78c00e2 Add node sounds for doors 2017-02-13 01:34:13 +01:00
Wuzzy b7df3a9bd4 Trapdoors: Simplify nodeboxes, add metal sounds, refactor code 2017-02-13 01:28:36 +01:00
Wuzzy 2c282830b6 Only allow multiplayer bed skip if everyone's in bed 2017-02-13 00:03:34 +01:00
Sydney Gems 8c7ebcbf45 animate blaze + fix b3d file + remove light damages 2017-02-12 23:55:30 +01:00
Wuzzy 1eb89599bf Update beds code from Minetest Game 0.4.15 2017-02-12 23:43:30 +01:00
Sydney Gems 7d88bbb74c add blaze 2017-02-12 17:52:02 +01:00
Wuzzy 8fae394ee4 Use the word “Grey” consistently in descriptions 2017-02-12 00:00:17 +01:00
Wuzzy 3c54fed5b6 Make concrete powder recipe shapeless 2017-02-11 23:51:13 +01:00
Wuzzy cd5fb8322f Harden concrete powder with water 2017-02-11 23:46:41 +01:00
Wuzzy 6f31f3e815 Add concrete and concrete powder blocks
From Minecraft 17w06a
2017-02-11 23:33:06 +01:00
Wuzzy 2cb1f76c25 Rename mod: hardened_clay → mcl_colorblocks 2017-02-11 23:17:16 +01:00
Wuzzy 296520c06c Move slimeball to mcl_mobitems 2017-02-11 22:05:14 +01:00
Wuzzy 3cbb39b1fb Rename mcl_farming:wheat_harvested to mcl_farming:wheat_item 2017-02-11 21:38:25 +01:00
Wuzzy acb3127899 Rename bad dark oak wood slab itemstring 2017-02-11 21:19:57 +01:00
Wuzzy f905c32289 Rename *steel* itemstrings to *iron* 2017-02-11 21:14:40 +01:00
Wuzzy b5a4adc2e3 Rename mcl_core:dry_shrub to mcl_core:deadbush 2017-02-11 21:00:42 +01:00
Wuzzy 88888760f5 Rename mcl_core:grass to mcl_core:tallgrass 2017-02-11 20:57:56 +01:00
Wuzzy 896db07ebe Bone meal no longer affects sugarcane and cactus 2017-02-11 19:09:14 +01:00
Wuzzy dd26dcd6a9 Don't use up bone meal in creative mode 2017-02-11 19:06:21 +01:00
Wuzzy a2a9405570 Move bone meal function to mcl_dye 2017-02-11 19:03:26 +01:00
Wuzzy fcda60cc2e Move core sounds from mcl_core to mcl_sounds 2017-02-11 18:46:23 +01:00
Wuzzy 7ff49a165a Remove pointless aliases 2017-02-11 18:08:52 +01:00
Wuzzy 0106b1441b Move player out of mcl_core into mcl_player 2017-02-11 18:05:50 +01:00
Wuzzy 180ea8f60f Remove double tallgrass because its buggy 2017-02-11 17:29:41 +01:00
Wuzzy 8d66e50709 Use mcl_util.rotate_axis everywhere 2017-02-11 04:37:14 +01:00
Wuzzy 614c2fae98 Add mcl_util wrapper, like minetest.rotate_node 2017-02-11 04:33:06 +01:00
Wuzzy bf60a42341 Different pillar rotation algorithm, fixes pillar shading issues 2017-02-11 04:26:00 +01:00
Wuzzy 28d6d54967 Place-rotate purpur pillars 2017-02-11 01:29:22 +01:00
Wuzzy 65ceef0eb8 Fix annoying automatic furnace rotation 2017-02-10 22:09:17 +01:00
Wuzzy 817368f023 Add flower_pot group 2017-02-10 22:00:39 +01:00
Wuzzy 9c0a5373f9 Don't remove placed flower into flower pot in CM 2017-02-10 21:52:04 +01:00
Wuzzy b7589f5389 Make flower pots attached 2017-02-10 21:50:31 +01:00
Wuzzy fa6413aa67 Remove duplicate flowerpots texture 2017-02-10 21:39:06 +01:00
Wuzzy f800f876af Drop flower+pot after digging filled flower pots 2017-02-10 21:32:25 +01:00
Wuzzy 65fea54e1e Remove the old horribly broken flower pot 2017-02-10 21:15:36 +01:00
Wuzzy c4330c73f6 Import flowerpots mod by D00Med as mcl_flowerpots 2017-02-10 21:13:22 +01:00
Wuzzy a763dcd761 Remove debug message 2017-02-10 19:32:30 +01:00
Wuzzy fd581fa4b6 Fix workbench items not being dropped in creative 2017-02-10 19:31:59 +01:00
Wuzzy d01937d089 Faithful 1.11 texture for frosted ice 2017-02-10 19:15:08 +01:00
Wuzzy 6b258b416d Fix pumpkin seed placement issues 2017-02-10 18:57:32 +01:00
Wuzzy 5ace10882e Fix dig times of carrots and potatoes 2017-02-10 18:38:10 +01:00
Wuzzy 83433b0786 Make command blocks breakable in creative 2017-02-10 18:33:24 +01:00
Wuzzy 0ab3ca5477 Basic command block animation 2017-02-10 18:30:04 +01:00
Wuzzy d12cdef639 Change chorus fruit crafting 2017-02-10 17:16:47 +01:00
Wuzzy 3056ac58ab Remove potato and carrot crafting 2017-02-10 17:14:06 +01:00
Wuzzy 8857a4cbb8 Fix zombie drops 2017-02-10 17:10:37 +01:00
Wuzzy 859fd1e0be Add carrot temp craft 2017-02-10 17:10:24 +01:00
Wuzzy cd87de1718 Add seed helper recipes 2017-02-10 17:00:41 +01:00
Wuzzy a67f13c02f Rename “seed” items to “seeds” 2017-02-10 17:00:29 +01:00
Wuzzy cd62f29bb2 Add nether helper recipes 2017-02-10 16:38:41 +01:00
Wuzzy 0b8087a31a Fix outdated particle syntax 2017-02-10 16:03:38 +01:00
Wuzzy 839a07100e Fix wooden trapdoor texture 2017-02-10 15:48:35 +01:00
Wuzzy 971d4f3867 3D redstone torches 2017-02-10 15:38:53 +01:00
Wuzzy 41c7b4bd47 Fix bad wield scale of bed 2017-02-10 14:49:28 +01:00
Wuzzy 944c97e744 Fix torch selectionbox 2017-02-10 14:46:20 +01:00
Wuzzy b4c5a96d7c Rename torches mod to mcl_torches 2017-02-10 14:41:36 +01:00
Wuzzy 70e529be4d Add simple torch API 2017-02-10 14:30:53 +01:00
Wuzzy e477bbb891 Fix Z-fighting between waterlily and water 2017-02-10 07:35:45 +01:00
Wuzzy 8a9f8edf48 Vines light param 2017-02-10 06:02:09 +01:00
Wuzzy 3d7502f666 Automatically parse solid groups 2017-02-10 06:01:20 +01:00
Wuzzy c6223e5b3d Make vince buildable_to 2017-02-10 05:34:42 +01:00
Wuzzy 1c67f9aacc Improve fence connection logic 2017-02-10 05:33:49 +01:00
Wuzzy 861d5e2c55 Fix lighting for magma block 2017-02-10 04:31:02 +01:00
Wuzzy 957dc16a06 Fix broken nether wart placement 2017-02-10 04:26:06 +01:00
Wuzzy 95e904aceb Fix nether wart issues 2017-02-10 04:20:25 +01:00
Wuzzy 6efbb5f42f Add nether wart 2017-02-10 04:15:14 +01:00
Wuzzy 82564693b1 Rename brick stair/slab 2017-02-10 03:14:11 +01:00
Wuzzy aeaf62a559 No sunlight propagates through slab/stair 2017-02-10 03:13:29 +01:00
Wuzzy 7c14697745 Use regular selection box for chorus flowers 2017-02-10 02:46:12 +01:00
Wuzzy 3ffb0db6ba Add chorus plant node 2017-02-10 02:40:01 +01:00
Wuzzy b8708d93e6 Change dead chorus flower drop 2017-02-10 02:08:27 +01:00
Wuzzy 3195ba738e Add basic chorus flower node 2017-02-10 02:04:01 +01:00
Wuzzy a8429bde8e Add real list command, add seed command 2017-02-09 12:10:30 +01:00
Wuzzy 8160896e46 Add basic soul sand 2017-02-09 01:56:55 +01:00
Wuzzy 2baec5d5d7 Add magma block (basic function) 2017-02-09 00:51:43 +01:00
Wuzzy 626670aed0 Fix typo of lapis lazuli block 2017-02-09 00:10:37 +01:00
Wuzzy 950b0c09e3 Allow other mods to register fences 2017-02-08 23:43:13 +01:00
Wuzzy fa95ae4495 Tweak shulker box dropping in creative mode 2017-02-08 21:16:18 +01:00
Wuzzy 8fb1553083 Add nether brick fence 2017-02-08 20:26:04 +01:00
Wuzzy cbefdaa601 Add nether wart block 2017-02-08 20:07:54 +01:00
Wuzzy 6c10045b16 Add nether bricks and related stuff 2017-02-08 19:52:04 +01:00
Wuzzy 0033b87309 Fix drop of Nether Quartz Ore 2017-02-08 19:01:58 +01:00
Wuzzy 8f500c587c Fix is_ground content (Nether) 2017-02-08 19:00:41 +01:00
Wuzzy 787981c309 Tweak digging times of Nether stuff 2017-02-08 18:58:26 +01:00
Wuzzy 2ba067be86 Move all Nether stuff to new mod mcl_nether 2017-02-08 18:54:56 +01:00
Wuzzy 01a57090a0 Change drop rate of glowstone 2017-02-08 17:19:24 +01:00
Wuzzy 14eadfa805 Make glowstone sound like glass 2017-02-08 17:18:19 +01:00
Wuzzy 3af73463c5 Make clocks stackable to 64 2017-02-08 17:02:45 +01:00
Wuzzy 3c05f1a4fb Compass stack size 64, fix compass crashing w/ static_spawnpoint 2017-02-08 16:59:34 +01:00
Wuzzy 72fadd752e Fix redstone repeater recipe 2017-02-08 01:44:07 +01:00
Wuzzy 62cd0185cd Add sign sounds 2017-02-08 01:31:48 +01:00
Wuzzy ccd5260d92 Fix sign being used up in creative 2017-02-08 01:25:43 +01:00
Wuzzy 03351895f3 Add rail sounds 2017-02-08 01:22:38 +01:00
Wuzzy 307832e101 Fix immediate digging times for some nodes 2017-02-08 01:20:14 +01:00
Wuzzy 6028be2076 Fix errors when stacking sandstone/quartz slabs 2017-02-08 00:50:33 +01:00
Wuzzy 2de34ba69d Add double stone slab, extend stairs API 2017-02-08 00:34:30 +01:00
Wuzzy 0112c61c83 Remove stone stair 2017-02-07 19:55:49 +01:00
Wuzzy 10510d1ca8 Animate sea lantern 2017-02-07 19:43:05 +01:00
Wuzzy 68dd39cea1 Remove fake shapeless melon seeds recipe 2017-02-07 19:08:28 +01:00
Wuzzy 086b4daeeb Fix pig drops for real 2017-02-07 06:40:30 +01:00
Wuzzy ae7098895d Fix pig drops 2017-02-07 06:27:51 +01:00
Wuzzy 34a7108020 Make torch craftable again 2017-02-07 06:07:13 +01:00
Wuzzy 565ab99a23 Add more temp. helper recipes 2017-02-07 06:00:47 +01:00
Wuzzy c7ca25e003 Move helper recipes into new mod 2017-02-07 05:11:23 +01:00
Wuzzy cb2a65a25a Add more helper recipes to make more items accessible 2017-02-07 05:02:35 +01:00
Wuzzy 070ef3e003 Fix syntax error in gemalde 2017-02-07 04:39:43 +01:00
Wuzzy 98de471e71 Tweak gemalde selectionbox 2017-02-07 04:09:14 +01:00
Wuzzy 67adfa7c07 Add gemalde background 2017-02-07 04:00:52 +01:00
Wuzzy 9b38d28e75 Fix gemalde numbering 2017-02-07 03:44:42 +01:00
Wuzzy f21cb2ecb9 Change gemalde textures, use Faithful textures 2017-02-07 03:41:23 +01:00
Wuzzy 928e58346d Add more standard groups 2017-02-07 03:07:37 +01:00
Wuzzy 94f257028e Add stick group 2017-02-07 02:54:17 +01:00
Wuzzy bb7543923f Move fire charge to misc creative group 2017-02-07 02:51:00 +01:00
Wuzzy df94966c7a Transmit items through hoppers as well 2017-02-07 02:44:48 +01:00
Wuzzy a92e9f8417 Add some shulker box support for hoppers 2017-02-07 02:34:14 +01:00
Wuzzy d519eb6b4d Remove shulker box from inv. in creative mode 2017-02-07 02:22:41 +01:00
Wuzzy 93febcac90 Define shulker_box group 2017-02-07 02:19:25 +01:00
Wuzzy 7a4b4d1e2a Add colored shulker boxes 2017-02-07 02:17:06 +01:00
Wuzzy 4693a0cdd2 Remove facedir from shulker box 2017-02-07 01:33:05 +01:00
Wuzzy b5329e390b Fix purple dye issues 2017-02-07 01:31:40 +01:00
Wuzzy 494ed54785 Add purple shulker box 2017-02-07 01:17:00 +01:00
Wuzzy a7ed0bb7dd Use correct GUI label of ender chest 2017-02-06 22:10:20 +01:00
Wuzzy 1dd6f3cfbe Don't let light shine through ender chest 2017-02-06 21:39:22 +01:00
Wuzzy 21da583c51 Add ender chest 2017-02-06 21:33:38 +01:00
Wuzzy b85683ecdd Add shulker shell and dragon's breath 2017-02-06 20:54:35 +01:00
Wuzzy 97bd4fe734 Change wool coloring recipe 2017-02-06 20:09:03 +01:00
Wuzzy 0a2666c46e Grass sounds for grass path 2017-02-06 19:29:11 +01:00
Wuzzy edb2c81ecb Grass path is no soil 2017-02-06 19:26:08 +01:00
Wuzzy a152604816 Add grass path 2017-02-06 19:25:15 +01:00
Wuzzy 282e14cc18 Add beetroot items 2017-02-06 18:29:13 +01:00
Wuzzy db84957be4 Improve end rod texture 2017-02-06 18:05:07 +01:00
Wuzzy 9df7c7bbc8 Texture update: boats, big oak sapling, end stone bricks, sign 2017-02-06 17:58:26 +01:00
Wuzzy 9eb72e2703 Use Faithful textures for hopper 2017-02-06 17:33:43 +01:00
Wuzzy f1b8ee0151 Add bone block, chorus fruit, popped chorus fruit, update purpur block textures 2017-02-06 17:22:21 +01:00
Wuzzy d0207a6f69 Add new group: not_in_craft_guide 2017-02-06 14:51:52 +01:00
Wuzzy 64fe6f3f80 Fix craftguide not showing written book recipe 2017-02-06 14:38:56 +01:00
Wuzzy 899e8f6d30 Add crafting guide button on furnace 2017-02-06 01:42:28 +01:00
Wuzzy e7f49a54f2 Flip direction of crafting guide arrow 2017-02-06 00:32:14 +01:00
Wuzzy f48b34e3ca Refactor trapdoor crafting recipes 2017-02-06 00:12:52 +01:00
Wuzzy 3f5e4efe52 Remove fake pumpkin seeds shapeless recipe 2017-02-05 23:57:27 +01:00
Wuzzy f36f72da31 Rename craftguide to mcl_craftguide 2017-02-05 23:56:31 +01:00
Wuzzy 1084be72dc Flip shapeless icon in craftguide 2017-02-05 23:47:08 +01:00
Wuzzy 4c1caed41b Craftguide: Add icon for shapeless recipes 2017-02-05 23:43:15 +01:00
Wuzzy 7c3b41651a Make rabbit stew recipes flippable 2017-02-05 23:21:51 +01:00
Wuzzy b6a936c421 Craftguide: Fix some group stereotypes 2017-02-05 23:17:32 +01:00
Wuzzy 6caf054dc8 Craftguide: Squeeze shapeless recipes in 2×2 grid 2017-02-05 23:14:28 +01:00
Wuzzy c054915521 Better grammar for group tooltips in craftguide 2017-02-05 22:53:08 +01:00
Wuzzy 0bde9d73ab Add slight MCl2 craftguide styling 2017-02-05 22:45:25 +01:00
Wuzzy ccd63ec5b7 Add crafting help buttons, remove craftguide items 2017-02-05 22:23:44 +01:00
Wuzzy a9e382db84 Tweak crafting guide for MineClone 2 2017-02-05 22:09:01 +01:00
Wuzzy 0aa2a22a2c Import [craftguide] mod 2017-02-05 22:01:20 +01:00
Wuzzy fd0a7aa616 Fix iron trapdoor being non-usable 2017-02-05 18:03:32 +01:00
Wuzzy 4706fe243a Don't use up bucket contents in creative mode 2017-02-05 17:59:11 +01:00
Wuzzy 71a52de557 Make redstone stuff operable on rightclick 2017-02-05 17:57:33 +01:00
Wuzzy 708217b57d Fix bad tool definition of flint and steel 2017-02-03 02:20:47 +01:00
Wuzzy 4439ee3ff9 Remove pointless enter close in book GUI 2017-02-02 01:41:33 +01:00
Wuzzy 48b282d68b Improve GUI for written books 2017-02-02 01:35:44 +01:00
Wuzzy f6ce4eb484 Simplify book formspec stuff 2017-02-02 01:21:35 +01:00
Wuzzy 04168949ac Add simple book copy recipe 2017-02-02 01:04:31 +01:00
Wuzzy 996a4c6cbb Add book signing and written books 2017-02-02 00:54:51 +01:00
Wuzzy ea1eae674b Make book and quill react on rightclick 2017-02-01 23:36:53 +01:00
Wuzzy e1d94e27cc Reposition “Done” button in book and quill 2017-02-01 23:29:00 +01:00
Wuzzy 3092569729 Fix book and quill not saving text 2017-02-01 23:24:30 +01:00
Wuzzy 602b398a66 Increast max head stack size to 64 2017-02-01 23:18:09 +01:00
Wuzzy c0d2d5e5fb Revert adding max item count 2017-02-01 23:17:13 +01:00
Wuzzy 92274ae1fa Move book/bookshelf to new mod mcl_books 2017-02-01 23:15:23 +01:00
Wuzzy b6c603dc23 More Minecraft-like light levels 2017-02-01 22:12:08 +01:00
Wuzzy bf3af4b0e2 Fix grass drops 2017-02-01 21:19:30 +01:00
Wuzzy 6d34640728 Don't make mob spawner drop itself 2017-02-01 21:09:24 +01:00
Wuzzy d470472097 Don't wear out flintsteel+fire charges in creative 2017-02-01 19:50:39 +01:00
Wuzzy 166b06e265 Fix broken minecart 2017-02-01 19:47:58 +01:00
Wuzzy fe9de35032 Fix creative inventory blocks icon 2017-02-01 19:42:20 +01:00
Wuzzy 0c2ae9bac5 Fix wield image of raw porkchop 2017-02-01 19:20:16 +01:00
Wuzzy d4e22cd844 Fix cooking time of baked potato 2017-02-01 19:15:49 +01:00
Wuzzy 147a983956 Add flower pot craft, rename brick stuff 2017-02-01 18:51:26 +01:00
Wuzzy b8aec37c98 Make white wool craftable 2017-02-01 18:36:03 +01:00
Wuzzy b7b5f619ab Change internal prismarine crystals name 2017-02-01 18:31:02 +01:00
Wuzzy eeae732dba Remove double group definitions 2017-02-01 18:29:12 +01:00
Wuzzy 76cf02909b Move string and bone to mcl_mobitems 2017-02-01 17:59:15 +01:00
Wuzzy 357b6e01cb Fix pig follow behaviour 2017-02-01 17:29:54 +01:00
Wuzzy 8b428f1318 Carrot on a stick has now 26 uses 2017-02-01 17:27:18 +01:00
Wuzzy 4bc5320f95 Add carrot on a stick 2017-02-01 17:11:04 +01:00
Wuzzy 77e9502945 Also wear out flint and steel when used on TNT 2017-02-01 16:45:49 +01:00
Wuzzy 26d519065a Remove unused PNG 2017-02-01 16:45:18 +01:00
Wuzzy 08052b8968 Move fire functions away from mcl_core 2017-02-01 16:45:02 +01:00
Wuzzy 18cd2be89b Add fire charge 2017-02-01 16:39:51 +01:00
Wuzzy 1b76a91d6b Move flint and steel to fire mod 2017-02-01 16:31:27 +01:00
Wuzzy 3c1957b5b9 Rename mod: fire to mcl_fire 2017-02-01 16:26:43 +01:00
Wuzzy 5e609235bf Fix mob creative mode weapon wear thingy 2017-02-01 16:14:23 +01:00
Wuzzy ce2abd0f83 Add rabbit stew 2017-02-01 16:14:03 +01:00
Wuzzy f97453b3d9 Don't wear weapons in creative mode 2017-02-01 16:04:48 +01:00
Wuzzy a9939b8e4b Add wear to some fished items 2017-02-01 15:56:40 +01:00
Wuzzy d6f8da2ab4 Fix fishing pole fishing unknown items 2017-02-01 15:37:04 +01:00
Wuzzy 67f0eae19c Don't apply wear to creative fishing rod 2017-02-01 15:33:25 +01:00
Wuzzy 989f29fae6 Add clownfish, pufferfish, salmon 2017-02-01 15:30:44 +01:00
Wuzzy e3a3f97974 Move fishing stuff to mcl_fishing 2017-02-01 15:21:43 +01:00
Wuzzy 090a7d90e1 Add pumpkin pie 2017-02-01 15:00:22 +01:00
Wuzzy 292488e008 Rename Pumpkin Seed 2017-02-01 14:41:47 +01:00
Wuzzy 05b0978cd5 Minecraft-like flammability blocks 2017-02-01 13:44:36 +01:00
Wuzzy f2798ac11e Pseudo-add beetroot (no textures yet) 2017-02-01 13:29:24 +01:00