Jump to content

DArkHekRoMaNT

Vintarian
  • Posts

    572
  • Joined

  • Last visited

  • Days Won

    18

DArkHekRoMaNT last won the day on February 18 2023

DArkHekRoMaNT had the most liked content!

6 Followers

About DArkHekRoMaNT

  • Birthday April 25

Recent Profile Visitors

1,507 profile views

DArkHekRoMaNT's Achievements

Steel Worker

Steel Worker (8/9)

232

Reputation

  1. You can also try your current version, most likely it will still work on 1.19
  2. Medieval Fashion used some assets from another mod (models, textures), for which the author did not receive permission. Because he refused to remove other people's assets, the mod was removed entirely.
  3. Patch the recipe with "dependsOn": [{ "modid": "othermodid" }] or add a new recipe to assets/yourmodid/compatibility/othermodid/recipes/.../newrecipe.json . In the patch you can use "file": "othermodid:recipes/../originalrecipe.json"
  4. CompatibilityLib only adds mod-dependent patches or overrides. But it still follows the load order and undefined behavior to patch other patch
  5. @ZergMazter If the author doesn't change this, then you have only a couple of options: 1. You're lucky and your mod loads after MoreMolds. So you can create an empty file assets/moremolds/patches/moremolds-recipes-grid-plank-removal.json in your mod, this will overwrite the original patch. 2. Make a patch via C# 3. Modify mod files directly 4. Do nothing and just get over it
  6. @Quixjote I don't know if you will update the mod, but why you do a patch for this? You can simply create your own recipe
  7. Room way is right. Didn't you add references? I don't remember exactly where the rooms are, maybe in VSEssentials
  8. There are plans to integrate mddb into the game, this has already been partially implemented. But the use of CurseForge and this topic in general have long been irrelevant. This was three years ago.
  9. No longer relevant. VintageStory has its own modhub now. https://mods.vintagestory.at
  10. Usually you don't need to work with json directly from C# code. The game itself does this
  11. Iterate api.World.Block and get all with code "game:bed-*". Or attach custom BlockBehavior/BlockEntityBehavior via patch bed blocktype json and do code there
  12. What do you even want to do? What is the goal?
  13. You shouldn't work with json files directly as you would with strings. Either use a ready-made block/item from the game, or a patch. Patches are made through a fork of the Tavis.JsonPatch library using other json or C# code.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.