Heart of the Sea Animated Weapon Set

DISCUSSION Heart of the Sea Animated Weapon Set 1.0

No permission to download
Joined
Oct 21, 2019
Messages
2,045
Reaction Score
13,769
Shards
◆2,712
t0r submitted a new resource:

Heart of the Sea Animated Weapon Set - Heart of the Sea Animated Weapon Set


Included in the pack:

  • Axe
  • Backpack
  • Bow
  • Chest
  • Crossbow
  • Dagger
  • Fishing Rod
  • Greatsword
  • Hammer
  • Hat
  • Hoe
  • Key
  • Mace
  • Pickaxe
  • Shield
  • Shovel
  • Spear
  • Staff
  • Sword
  • Wing
  • Helmet
  • Chestplate
  • Leggings
  • Boots
Pre-Made Configurations

  • ItemsAdder drag and drop config
  • Oraxen drag and drop config
  • Nexo drag and drop config
  • CraftEngine drag and drop config
  • Vanilla...

Read more about this resource...
 
Do you know if you have any armour sets that support CraftEngine. I ported most of my armour and weapon sets into CraftEngine but I haven't done the crossbows as its the only 3D modelled crossbow. The 3d modelled crossbow has no craftengine configs.
There is no documentation for 3D Modelled Crossbows. This is the furthest I can get to but the pulling/charged states do not show:

YAML:
items:
  steamcross:electrofield_crossbow:
    material: CROSSBOW
    model:
      type: "minecraft:range_dispatch"
      property: "minecraft:crossbow/pull"
      entries:
        - pulling_0:
            type: minecraft:model
            path: "steamcross:electrofield_crossbow_0"
          threshold: 1.0
        - pulling_1:
            type: minecraft:model
            path: "steamcross:electrofield_crossbow_1"
          threshold: 1.0
        - pulling_2:
            type: minecraft:model
            path: "steamcross:electrofield_crossbow_2"
          threshold: 1.0
        - charged:
            type: minecraft:model
            path: "steamcross:electrofield_crossbow_charged"
          threshold: 1.0
      fallback:
        type: minecraft:model
        path: "steamcross:electrofield_crossbow"
 
Back
Top