Giter Club home page Giter Club logo

Comments (5)

SirFancyBacon avatar SirFancyBacon commented on June 10, 2024

Nevermind.. forgot to add it to the "Harvestables" list :D

from harvester.

SirFancyBacon avatar SirFancyBacon commented on June 10, 2024

Okay.. i stand corrected; I had it working but it would respawn to the default variant of the block, not the variant that i had broken.
Now that i have the variants constrained i once again cannot harvest them :(

harvestables.conf:

harvestables = [
  {
    type: "minecraft:coal_ore",
    respawnmin: 2,
    respawnmax: 5
  },
  {
    type: "conquest:stone_full_hard2",
    state {
      variant { value = "tin ore" }
    },
    respawnmin: 2,
    respawnmax: 5
  },
  {
    type: "conquest:stone_full_hard2",
    state {
      variant { value = "copper ore" }
    },
    respawnmin: 2,
    respawnmax: 5
  }
]

drops.conf:

default = [
  "minecraft:coal_ore",
  "minecraft:iron_ore",
  "minecraft:gold_ore",
  "minecraft:diamond_ore",
  "minecraft:wood",
  "conquest:stone_full_hard2"
]

from harvester.

Hbeau avatar Hbeau commented on June 10, 2024

Hi,
It work better than I expected. which version of forgeServer and spongeforge do you use?

from harvester.

Hbeau avatar Hbeau commented on June 10, 2024

I think your block state is wrong , use this list to set correct block state https://io.conquestreforged.com/idlist/ unfortunatly is not up to date with lastest block.

from harvester.

SirFancyBacon avatar SirFancyBacon commented on June 10, 2024

Worked like a charm!
thank you so much :D

For anyone else who stumbles upon this; Conquest uses the Nato Phonetic alphabet for their varients
NBT 0 = alpha
NBT 1 = bravo
NBT 3 = charlie
NBT 4 = delta

etc etc

mine being 9 and 10 were juliet and kilo respectively

from harvester.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.