forked from VoxeLibre/VoxeLibre
Remove WIP and update descriptions.
This commit is contained in:
parent
379dd847ee
commit
3da1c551a1
|
@ -2,3 +2,4 @@ mcl_core
|
|||
mcl_sounds
|
||||
mcl_loot
|
||||
mcl_mobs
|
||||
mcl_throwing
|
||||
|
|
|
@ -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=
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
mcl_core?
|
||||
mcl_mobitems?
|
||||
doc?
|
||||
mcl_fishing
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue