Skip to content

Commit

Permalink
Merge pull request #841 from bitpredator/dev
Browse files Browse the repository at this point in the history
refactor:  removal of port map and relocation of fish processing
  • Loading branch information
bitpredator authored Sep 24, 2024
2 parents 1938aba + 23808de commit d5827b6
Show file tree
Hide file tree
Showing 31 changed files with 10,091 additions and 11,770 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ INSERT INTO `bpt_items` (`name`, `label`) VALUES
('diamond_tip', 'Diamond tip'),
('diamond', 'Diamond'),
('marijuana_extract', 'Marijuana extract'),
('medikit', 'Medikit')
('medikit', 'Medikit'),
('salmon_fillet', 'Salmon Fillet')
;
13 changes: 3 additions & 10 deletions server-data/resources/[bpt_addons]/bpt_crafting/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Config = {
["fisherman"] = {
Label = "fisherman",
Image = "fisherman",
Jobs = { "fisherman" },
Jobs = { "unicorn" },
},
["ammunation"] = {
Label = "Munizioni",
Expand Down Expand Up @@ -490,7 +490,7 @@ Config = {
Level = 0,
Category = "fisherman",
isGun = false,
Jobs = { "fisherman" },
Jobs = { "unicorn" },
JobGrades = {},
Amount = 2,
SuccessRate = 100,
Expand Down Expand Up @@ -567,7 +567,7 @@ Config = {
coords = vector3(129.217590, -1283.802246, 29.263062),
jobs = { "unicorn" },
blip = false,
recipes = { "almondmilk", "slicedchips", "bread_deer" },
recipes = { "almondmilk", "slicedchips", "bread_deer", "salmon_fillet" },
radius = 1.0,
},
{
Expand All @@ -584,13 +584,6 @@ Config = {
recipes = { "flour", "bread" },
radius = 1.0,
},
{
coords = vector3(-316.549438, -2781.217529, 4.982422),
jobs = { "fisherman" },
blip = false,
recipes = { "salmon_fillet" },
radius = 1.0,
},
},
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ INSERT INTO `bpt_items` (`name`, `label`) VALUES
('diamond_tip', 'Punta di diamante'),
('diamond', 'Diamond'),
('marijuana_extract', 'Estratto di marijuana'),
('medikit', 'Medikit')
('medikit', 'Medikit'),
('salmon_fillet', 'Filetto di salmone')
;
674 changes: 0 additions & 674 deletions server-data/resources/[bpt_addons]/bpt_fisherman/LICENSE

This file was deleted.

23 changes: 0 additions & 23 deletions server-data/resources/[bpt_addons]/bpt_fisherman/README.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit d5827b6

Please sign in to comment.