Commit Graph

539 Commits

Author SHA1 Message Date
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
Wuzzy 3371479ff7 Flip bottom waterlily texture 2017-02-01 00:35:04 +01:00
Wuzzy 02fe45bca2 Rename mod: default to mcl_core 2017-01-31 23:32:56 +01:00
Wuzzy d0ecf0c66c Fix hardened_clay alias 2017-01-31 12:37:18 +01:00
Wuzzy 1314e31abc Rename farming mod to mcl_farming 2017-01-31 12:35:59 +01:00
Wuzzy 89b30ae108 Rename mod: flowers to mcl_flowers 2017-01-31 12:03:18 +01:00
Wuzzy 7c62c8fe6c Rename mod: commands to mcl_commands 2017-01-31 10:06:55 +01:00
Wuzzy 823321b570 Rename head mod to mcl_heads 2017-01-31 10:05:32 +01:00
Wuzzy 8417b246b5 Rename dye to mcl_dye 2017-01-30 15:33:04 +01:00
Wuzzy fe283986ba Rename wool mod to mcl_wool 2017-01-30 15:25:24 +01:00
Wuzzy bd436aa9b0 Fix horse drop 2017-01-28 12:44:41 +01:00
Wuzzy 5035ef9438 Update piston stoppers 2017-01-28 12:30:06 +01:00
Wuzzy b67fb1db6c Make inverted daylight sensor non-craftable 2017-01-28 12:21:43 +01:00
Wuzzy fcb50593e7 Simplify dragon egg selection box 2017-01-28 11:58:57 +01:00
Wuzzy 8c33757f0b Disable random_struct for good 2017-01-28 03:45:14 +01:00
Wuzzy bd125d3ddf Remove wall debug text 2017-01-28 02:43:58 +01:00
Wuzzy 78dd7f4826 End stuff is not ground content 2017-01-28 01:58:17 +01:00
Wuzzy d737108e4e Add end rod FIXME 2017-01-28 01:30:58 +01:00
Wuzzy 4647bbcad9 Remove chorus fruit b/c of missing texture 2017-01-28 01:14:19 +01:00
Wuzzy d25f3b51b6 Add chorus fruit/popped chorus fruit 2017-01-28 01:13:31 +01:00
Wuzzy 397cd97ae9 Add end rod 2017-01-28 01:01:10 +01:00
Wuzzy 6b2a10a78f Add dragon egg sounds 2017-01-28 00:10:27 +01:00
Wuzzy dae21ed777 Add dragon egg 2017-01-28 00:08:10 +01:00
Wuzzy 7dc275365c Remove AnimTicksPerSecond in .x files 2017-01-27 23:31:51 +01:00
Wuzzy f5fd5e400f Fix error messages about missing mob textures 2017-01-27 19:07:38 +01:00
Wuzzy f000347380 Rename wallet mod to mcl_walls 2017-01-27 18:15:36 +01:00
Wuzzy 3613fb1f43 Disable random_struct 2017-01-27 14:37:06 +01:00
Wuzzy 61bdd40e8a Fix cacti and dead bushes not spawning 2017-01-27 14:12:46 +01:00
Wuzzy 34e1d83225 Add more mapgen aliases 2017-01-27 14:04:30 +01:00
Wuzzy fd1845029e Refactor default mod and get rid of many globals 2017-01-27 13:45:21 +01:00
Wuzzy 8ee0184a1d Update old default:furnace stuff 2017-01-27 12:44:05 +01:00
Wuzzy 191b09f62a Move chests to new mcl_chests mod 2017-01-27 12:42:05 +01:00
Wuzzy 1e540a0746 Remove legacy nodeupdate 4 core.check_for_falling 2017-01-26 19:14:07 +01:00
Wuzzy 0bc7f6e912 Rename TNT smoke texture 2017-01-26 19:09:22 +01:00
Wuzzy 21638f053c Decrease throwing speed 2017-01-26 19:07:30 +01:00
Wuzzy 7e7d3acb08 Make throwables only collide on solid nodes 2017-01-26 19:05:25 +01:00
Wuzzy 460f7a1962 Save staticdata in throwables 2017-01-26 18:59:57 +01:00
Wuzzy a7ed0520b5 Don't remove throwables in creative 2017-01-26 18:50:06 +01:00
Wuzzy 92c68792e2 Make throwable items fly faster 2017-01-26 18:44:52 +01:00
Wuzzy 0f535df79a Disallow torch placement on ceiling 2017-01-26 18:06:31 +01:00
Wuzzy 1828a54374 Fix TNT texture names 2017-01-26 11:27:20 +01:00
Wuzzy 5722535e07 Rename tnt mod to mcl_tnt 2017-01-26 11:24:50 +01:00
Wuzzy 08ebd54edd Move furnaces to new mcl_furnaces mod 2017-01-25 19:07:59 +01:00
Wuzzy 5c5cd6822b Restrict creative inventory to one player 2017-01-25 12:20:21 +01:00
Wuzzy 53800c561a Update ender pearl itemstring 2017-01-25 11:47:44 +01:00
Wuzzy caf05770c5 Make ender pearl throwable and teleport player 2017-01-25 11:45:17 +01:00
Wuzzy 55145a4e17 Tweak creative slider size 2017-01-24 22:19:42 +01:00
Wuzzy e70ef935d4 Much more efficient creative search tab 2017-01-24 21:58:11 +01:00
Wuzzy bc9bbdd399 Escape creative search field 2017-01-24 21:23:30 +01:00
Wuzzy 53802c3da2 Add unprintable escape char to creative search 2017-01-24 21:22:23 +01:00
Wuzzy 5c61d0dd19 Creative: Fix inventory fuckup after scrolling 2017-01-24 21:18:42 +01:00
Wuzzy 71420f907b Add thin squares to creative tab buttons 2017-01-24 12:45:37 +01:00
Wuzzy 32dfd627b8 Add choppy to creative diggable groups 2017-01-24 09:08:54 +01:00
Wuzzy ddec451cad Fix crash after digging door 2017-01-24 09:04:13 +01:00
Wuzzy 9c6998946f Remove scroll background in survival inv. in C.M. 2017-01-24 08:58:52 +01:00
Wuzzy 2ba58c782a Remove scrollbar from survival inv. in creative 2017-01-24 08:50:31 +01:00
Wuzzy bc9491ffdd Get rid of a ton of global variables 2017-01-24 02:31:49 +01:00
Wuzzy 06933135b4 Add armor preview images 2017-01-23 13:22:48 +01:00
Wuzzy 1a88bce60d Rename painting description 2017-01-23 12:23:37 +01:00
Wuzzy 827d7c7eb2 Fix diamond armor item names 2017-01-23 12:06:07 +01:00
Wuzzy 558d54befc Make creative more convenient to use 2017-01-23 01:09:46 +01:00
Wuzzy 19cd922396 Creative: Add brewing category 2017-01-23 00:02:58 +01:00
Wuzzy 2772b9357b Finally fix creative tabs highlighting 2017-01-22 23:56:10 +01:00
Wuzzy e6ff6a8110 Fix some issues with creative tabs 2017-01-22 17:42:41 +01:00
Wuzzy 3278085904 More Minecraft-like hunger system (partially) 2017-01-21 15:10:08 +01:00
Wuzzy 15d569b769 Don't change mob name tag color 2017-01-21 14:42:55 +01:00
Wuzzy 5d1bb3a8e8 Fix TNT being undiggable, fix TNT drop 2017-01-21 14:33:00 +01:00
Wuzzy 27d7775e98 More Minecraft-like mob health 2017-01-20 21:24:56 +01:00
Wuzzy 709079f407 Add saddle, fix mob texture names 2017-01-20 21:09:29 +01:00
Wuzzy 7ac1d3ec35 Remove redundant death callback 2017-01-20 19:03:41 +01:00
Wuzzy 30d3e66e7f Update fishing rod drops 2017-01-20 18:56:38 +01:00
Wuzzy e614ae73aa Fix item replacement for mushroom stew 2017-01-20 18:38:12 +01:00
Wuzzy d80e2d0bf9 Prevent easy jumping over fence gates 2017-01-20 18:31:24 +01:00
Wuzzy d58d9c7641 More brewitems 2017-01-20 11:37:18 +01:00
Wuzzy 354ce3171d More creative category cleanup 2017-01-20 11:34:43 +01:00
Wuzzy 10bb0efe5c Move seeds to material creative category 2017-01-20 11:24:39 +01:00
Wuzzy 95bef458bb Move glistering melon to mcl_potions 2017-01-20 11:21:55 +01:00
Wuzzy 5aba29d076 Move glass bottle to mcl_potions+remove vesselsmod 2017-01-20 11:11:33 +01:00
Wuzzy 09b09b1c44 Massive rework of creative inventory categories 2017-01-20 05:02:08 +01:00
Wuzzy 1275af7903 Fix jukebox "Now playing" not disappearing 2017-01-20 03:28:53 +01:00
Wuzzy 326b0971f5 Fix more global fuckups 2017-01-20 02:03:01 +01:00
Wuzzy b4909bcb97 Fix some global variable fuckups 2017-01-20 01:51:17 +01:00
Wuzzy f832f47531 Remove old nodebox def parts in fence gate 2017-01-20 01:28:02 +01:00
Wuzzy 361022ce46 Proper formspec for large chest 2017-01-17 19:42:59 +01:00
Wuzzy 6a2bffb078 Place hopper placement sound 2017-01-17 18:42:22 +01:00
Wuzzy 9199ab2647 Rename hopper mod to mcl_hoppers 2017-01-17 18:41:25 +01:00
Wuzzy e7a8d3a12e Make sure hoppers cannot be pushed 2017-01-17 18:32:46 +01:00
Wuzzy c7333c0b82 Make hopper drop contents after digging 2017-01-17 18:30:35 +01:00
Wuzzy eb128cb4c1 Add partial support for large chests 2017-01-17 18:21:51 +01:00
Wuzzy 3deb0213a3 Add Minecraft-style hopper inventory 2017-01-17 18:17:53 +01:00
Wuzzy 570d867157 Clean up hopper names and creative 2017-01-17 17:56:18 +01:00
Wuzzy e7a2a70bca Import hopper mod by jordan4ibanez 2017-01-17 17:50:56 +01:00
Wuzzy 103fd17a93 Pressure plates are now attached nodes 2017-01-17 17:43:39 +01:00
Wuzzy b8eeda3df0 Add missing mesecon node sounds 2017-01-17 17:41:04 +01:00
Wuzzy 3c8f5e92a5 Make redstone be dug by water 2017-01-17 17:36:49 +01:00
Wuzzy dd5c8ddd23 Consistent renaming to redstone 2017-01-17 17:29:14 +01:00
Wuzzy dfac6f9df7 Rename leather armor 2017-01-17 06:56:51 +01:00
Wuzzy 0e8126b9fa Hide mob spawner in creative 2017-01-17 05:28:06 +01:00
Wuzzy ecebe57fec Fix itemframe craft 2017-01-17 05:06:07 +01:00
Wuzzy d636aa1e79 Add sounds to fence gates 2017-01-17 04:19:37 +01:00
Wuzzy 0566bd29ad Fix fence item images 2017-01-17 04:18:36 +01:00
Wuzzy 94d20838bc Fix fence gate magically changing the wood 2017-01-17 04:03:43 +01:00
Wuzzy eb4e776954 Generalize fences code and add new fence types 2017-01-17 04:01:29 +01:00
Wuzzy e3600d77c4 Rename fences mod to “mcl_fences” 2017-01-17 03:03:43 +01:00
Wuzzy 322d2eda4c Greatly simplify fence definition 2017-01-17 02:55:27 +01:00
Wuzzy a7953d526b Fix wall collision box going too deep 2017-01-17 02:10:29 +01:00
Wuzzy 0cb2c2eb8c Add wall sounds 2017-01-17 02:08:41 +01:00
Wuzzy b439e08325 Fix furnace inventory sizes 2017-01-17 01:57:54 +01:00
Wuzzy 31f1126487 Make furnaces always diggable 2017-01-17 01:57:22 +01:00
Wuzzy 5895fcb4b9 More creative fixes 2017-01-17 01:46:38 +01:00
Wuzzy 990ffb139a Make creative hand much faster 2017-01-17 01:36:45 +01:00
Wuzzy e563a705c6 Remove health display of mobs 2017-01-17 01:19:03 +01:00
Wuzzy 38cda7566e Add milk 2017-01-17 01:09:11 +01:00
Wuzzy 4fdfe8d60e Make hoes usable as weapons 2017-01-17 00:44:37 +01:00
Wuzzy a2f5cd99ae Adjust weapon damage and attack delay 2017-01-17 00:38:07 +01:00
Wuzzy 85a7b146b3 Better spawn egg images 2017-01-17 00:19:03 +01:00
Wuzzy 9d6feb0ba0 Change Wither Skeleton spawn egg texture 2017-01-17 00:09:23 +01:00
Wuzzy 34b8263c68 Rename spawn eggs, add wither skeleton egg 2017-01-17 00:05:12 +01:00
Wuzzy d9fd5acdad Add spawner sounds 2017-01-16 23:59:59 +01:00
Wuzzy 6ddf602c01 Make mobs Minecraft tweaks 2017-01-16 23:58:09 +01:00
Wuzzy b3e595e62e Fix crafts 2017-01-16 23:49:09 +01:00
Wuzzy 8633ff3aa5 Fix leather recipes 2017-01-16 23:43:26 +01:00
Wuzzy b73ba9b270 Adjust stack sizes of many items 2017-01-16 23:34:40 +01:00
Wuzzy b6575ab192 Rework throwing code, add egg 2017-01-16 23:11:04 +01:00
Wuzzy e85a830a01 Make snowball a ranged weapon 2017-01-16 21:43:48 +01:00
Wuzzy 5e94d2bdff Make cake eatable 2017-01-16 21:40:59 +01:00
Wuzzy 556d0e6ee1 Add minecart group 2017-01-16 21:21:47 +01:00
Wuzzy ac094daedb Rename cake mod 2017-01-16 21:13:26 +01:00
Wuzzy 22cb7930b6 More Minecraft-like cake behaviour 2017-01-16 21:10:55 +01:00
Wuzzy fa9937d55a Use cake inventory image 2017-01-16 20:59:07 +01:00
Wuzzy c5aa2e612c Adjust health and drops of mobs 2017-01-16 20:52:09 +01:00
Wuzzy 4af543d920 Add ender pearl dummy item 2017-01-16 19:14:39 +01:00
Wuzzy 22d8aa7a41 Add different boat types 2017-01-16 19:10:18 +01:00
Wuzzy f2b5d5a5ad Remove weird schedule_removal in mcl_boats 2017-01-16 18:56:40 +01:00
Wuzzy 49020c7116 Rename boat mod to “mcl_boats” 2017-01-16 18:51:25 +01:00
Wuzzy 6e5b03fa33 Standardize boat entity naming 2017-01-16 18:47:04 +01:00
Wuzzy 6848f2847c Fix arrow textures 2017-01-16 18:40:56 +01:00
Wuzzy 041c3b7be2 Fix some mob naming issues 2017-01-16 18:28:48 +01:00
Wuzzy a0999c2141 Change default spawner settings 2017-01-16 18:23:52 +01:00
Wuzzy 7fa7afba54 mobs_mc: Item names 2017-01-16 18:21:42 +01:00