Mods / Hide and Fabric net7
Category:
Author: SirFell
Side: Both
Created: Jun 14th at 9:34 PM
Last modified: Jun 14th at 9:36 PM
Downloads: 358
Follow Unfollow 9
Author: SirFell
Side: Both
Created: Jun 14th at 9:34 PM
Last modified: Jun 14th at 9:36 PM
Downloads: 358
Follow Unfollow 9
Latest file for v1.19.8:
HideAndFabric-1.3.1-dNET7-Unofficial.zip
1-click install
An unofficial port of Hide And Fabric 1.3.0 to net7, a quick and dirty hack so may have issues. This will likely be taken down as soon as Catasteroid updates his original mod or if I receive request from him to do so.
Really only uploaded because friend was too lazy to put it in his mods folder.
Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
v1.3.1 | 358 | Jun 14th at 9:36 PM | Show | HideAndFabric-1.3.1-dNET7-Unofficial.zip | Install now |
I was able to get compatability with a quick edit in Ancient Tools. If you are comfortable going into the json files.
I am not a modder so your milage may vary.
not sure if there is a conflict with another mod but switching to this from the original 1.3.0 I do not show any wool in the guide book and there is no tool tip for shearing sheep.
SirFell Hi, not sure if you have the time/muse to fix a problem but i am getting this issue when booting up the server.
Not sure if you need to fix it or if i can do it myself.
Server is on 1.19.8.
4.11.2024 10:34:51 [Server Error] Failed registering item hideandfabric:hide-huge-bear-brown:
4.11.2024 10:34:51 [Server Error] Exception: Attempted to register Item with code hideandfabric:hide-huge-bear-brown, but an item with such code already exists. Must use a unique code
at Vintagestory.Server.ServerMain.RegisterItem(Item item) in VintagestoryLib\Server\ServerMain.cs:line 1760
at Vintagestory.ServerMods.NoObf.ModRegistryObjectTypeLoader.b__14_0(List`1 variants) in VSEssentials\Loading\RegistryObjectTypeLoader.cs:line 247
4.11.2024 10:34:51 [Server Error] Failed registering item hideandfabric:hide-huge-bear-black:
4.11.2024 10:34:51 [Server Error] Exception: Attempted to register Item with code hideandfabric:hide-huge-bear-black, but an item with such code already exists. Must use a unique code
at Vintagestory.Server.ServerMain.RegisterItem(Item item) in VintagestoryLib\Server\ServerMain.cs:line 1760
at Vintagestory.ServerMods.NoObf.ModRegistryObjectTypeLoader.b__14_0(List`1 variants) in VSEssentials\Loading\RegistryObjectTypeLoader.cs:line 247
4.11.2024 10:34:51 [Server Error] Failed registering item hideandfabric:hide-huge-bear-polar:
4.11.2024 10:34:51 [Server Error] Exception: Attempted to register Item with code hideandfabric:hide-huge-bear-polar, but an item with such code already exists. Must use a unique code
Edit:
This section i am not sure if this is from your mod or from ancient tools.
4.11.2024 19:01:29 [Server Error] Patch 1 (target: game:entities/land/bear.json) in ancienttools:patches/entity/land/bear.json failed because supplied path /server/behaviors/6/drops/- is invalid: The json path /server/behaviors/6/drops/- was not found. Could traverse until /server/behaviors/6, but then 'drops' does not exist. Full json at this path: {
"code": "harvestable",
"dropsByType": {
"*-black": [
{
"type": "item",
"code": "game:bushmeat-raw",
"quantity": {
"avg": 12,
"var": 2
}
},
{
"type": "item",
"code": "hideandfabric:hide-huge-bear-black",
"quantity": {
"avg": 2,
"var": 0
}
},
{
"type": "item",
"code": "game:fat",
"quantity": {
"avg": 2,
"var": 1
}
},
{
"type": "item",
"code": "game:bone",
"quantity": {
"avg": 4,
"var": 0.5
}
}
],
"*-brown": [
{
"type": "item",
"code": "game:bushmeat-raw",
"quantity": {
"avg": 16,
"var": 2
}
},
{
"type": "item",
"code": "hideandfabric:hide-huge-bear-brown",
"quantity": {
"avg": 2,
"var": 0
}
},
{
"type": "item",
"code": "game:fat",
"quantity": {
"avg": 2,
"var": 1
}
},
{
"type": "item",
"code": "game:bone",
"quantity": {
"avg": 4,
"var": 0.5
}
}
],
"*-sun": [
{
"type": "item",
"code": "game:bushmeat-raw",
"quantity": {
"avg": 9,
"var": 2
}
},
{
"type": "item",
"code": "hideandfabric:hide-huge-bear-sun",
"quantity": {
"avg": 2,
"var": 0
}
},
{
"type": "item",
"code": "game:fat",
"quantity": {
"avg": 1,
"var": 1
}
},
{
"type": "item",
"code": "game:bone",
"quantity": {
"avg": 4,
"var": 0.5
}
}
],
"*-panda": [
{
"type": "item",
"code": "game:bushmeat-raw",
"quantity": {
"avg": 10,
"var": 2
}
},
{
"type": "item",
"code": "hideandfabric:hide-huge-bear-panda",
"quantity": {
"avg": 2,
"var": 0
}
},
{
"type": "item",
"code": "game:fat",
"quantity": {
"avg": 2,
"var": 1
}
},
{
"type": "item",
"code": "game:bone",
"quantity": {
"avg": 4,
"var": 0.5
}
}
],
"*-polar": [
{
"type": "item",
"code": "game:bushmeat-raw",
"quantity": {
"avg": 22,
"var": 2
}
},
{
"type": "item",
"code": "hideandfabric:hide-huge-bear-polar",
"quantity": {
"avg": 3,
"var": 0
}
},
{
"type": "item",
"code": "game:fat",
"quantity": {
"avg": 4,
"var": 1
}
},
{
"type": "item",
"code": "game:bone",
"quantity": {
"avg": 4,
"var": 0.5
}
}
]
},
"quantitySlots": 8
}