Remove WIP and update descriptions.

master
Rootyjr 2019-07-30 22:24:27 -05:00
parent 379dd847ee
commit 3da1c551a1
5 changed files with 3 additions and 5 deletions

View File

@ -2,3 +2,4 @@ mcl_core
mcl_sounds
mcl_loot
mcl_mobs
mcl_throwing

View File

@ -1,7 +1,7 @@
# textdomain: mcl_fishing
Fishing Rod=
Fishing rods can be used to catch fish.=
Rightclick a water source to try to go fishing. Who knows what you're going to catch?=
Rightclick to launch the bobber. When it sinks right-click again to reel in an item. Who knows what you're going to catch?=
Raw Fish=
Raw fish is obtained by fishing and is a food item which can be eaten safely. Cooking it improves its nutritional value.=
Cooked Fish=

View File

@ -359,8 +359,6 @@ minetest.register_craft({
},
})
--[[
TODO: Re-enable this when fishing rod is available again
minetest.register_craft({
output = "mcl_mobitems:carrot_on_a_stick",
recipe = {
@ -376,7 +374,6 @@ minetest.register_craft({
{ "mcl_farming:carrot_item", "" },
},
})
]]
minetest.register_craft({
type = "shapeless",

View File

@ -1,3 +1,4 @@
mcl_core?
mcl_mobitems?
doc?
mcl_fishing

View File

@ -3,7 +3,6 @@
local S = minetest.get_translator("mcl_wip")
local wip_items = {
"mcl_fishing:fishing_rod",
"mcl_maps:empty_map",
"mcl_comparators:comparator_off_comp",
"mcl_minecarts:hopper_minecart",