Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem] OtherDrops


Rekomendowane odpowiedzi

Opublikowano

Witam czy ktoś może pomóc z otherdropsem z powodów że nic nie chce dropić:
Oto kod
 

include-files:
aliases:
defaults:
otherdrops:
   DIAMOND_ORE
     - replacementblock: STONE
       drop: NOTHING
       tool: [ANY]
       message: Drop z kamienia
   GOLD_ORE
     - replacementblock: STONE
       drop: NOTHING
       tool: [ANY]
       message: Drop z kamienia
   IRON_ORE
     - replacementblock: STONE
       drop: NOTHING
       tool: [ANY]
       message: Drop z kamienia
   EMERALD_ORE
     - replacementblock: STONE
       drop: NOTHING
       tool: [ANY]
       message: Drop z kamienia
   STONE:
    - drop: DIAMOND
      tool: [ANY_PICKAXE]
      chance: 10.0
      quantity: 1
      message: &3Masz diaxa
    - drop: EMERALD
      tool: [ANY_PICKAXE]
      chance: 9.0
      quantity: 1
      message: &3Masz emeralda
    - drop: GOLD_INGOT
      tool: [ANY_PICKAXE]
      chance: 11.0
      quantity: 1
      message: &3Masz zloto
    - drop: IRON_INGOT
      tool: [ANY_PICKAXE]
      quantity: 1
      chance: 15.0
      message: &3Masz zelazo
    - drop: BREAD
      tool: [ANY_PICKAXE]
      chance: 25.0
      quantity: 1
      message: &3Masz chleb
    - drop: BEACON
      tool: [ANY_PICKAXE]
      chance: 0.35
      quantity: 1
      message: &3Masz beacona
    - drop: SUGAR_CANES
      tool: [ANY_PICKAXE]
      chance: 3.0
      quantity: 1
      message: &3Masz trzcine
    - drop: APPLE
      tool: [ANY_PICKAXE]
      chance: 5.0
      quantity: 1
      message: &3Masz jablko
Opublikowano

Ja mam ten sam problem lecz ja poradziłem sb w inny sposób: Zamieniłem otherdrops na eastDrop! Naprawdę jest świetny i można ustawić drop bezpośrednio do eq, komęde cobble (on/off drop cobbla) Polecam!

Opublikowano

Wgraj to i zobacz czy działa:

include-files:
aliases:
defaults:
otherdrops:
   DIAMOND_ORE:
     - replacementblock: STONE
       drop: NOTHING
       tool: [ANY]
       message: 'Drop z kamienia'
   GOLD_ORE:
     - replacementblock: STONE
       drop: NOTHING
       tool: [ANY]
       message: 'Drop z kamienia'
   IRON_ORE:
     - replacementblock: STONE
       drop: NOTHING
       tool: [ANY]
       message: 'Drop z kamienia'
   EMERALD_ORE:
     - replacementblock: STONE
       drop: NOTHING
       tool: [ANY]
       message: 'Drop z kamienia'
   STONE:
    - drop: DIAMOND
      tool: [ANY_PICKAXE]
      chance: 10.0
      quantity: 1
      message: '&3Masz diaxa'
    - drop: EMERALD
      tool: [ANY_PICKAXE]
      chance: 9.0
      quantity: 1
      message: '&3Masz emeralda'
    - drop: GOLD_INGOT
      tool: [ANY_PICKAXE]
      chance: 11.0
      quantity: 1
      message: '&3Masz zloto'
    - drop: IRON_INGOT
      tool: [ANY_PICKAXE]
      quantity: 1
      chance: 15.0
      message: '&3Masz zelazo'
    - drop: BREAD
      tool: [ANY_PICKAXE]
      chance: 25.0
      quantity: 1
      message: '&3Masz chleb'
    - drop: BEACON
      tool: [ANY_PICKAXE]
      chance: 0.35
      quantity: 1
      message: '&3Masz beacona'
    - drop: SUGAR_CANES
      tool: [ANY_PICKAXE]
      chance: 3.0
      quantity: 1
      message: '&3Masz trzcine'
    - drop: APPLE
      tool: [ANY_PICKAXE]
      chance: 5.0
      quantity: 1
      message: '&3Masz jablko'

Members ---> Pro User ---> Postmaker ---> Black Member ---> MPC Champion ---> MPC Gold Member ---> MPC Winner

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...