-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #436 from MuteTiefling/more-feedback
E9E Feedback
- Loading branch information
Showing
18 changed files
with
347 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 70 additions & 0 deletions
70
config/configswapper/expert/config/ars_nouveau-common.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
|
||
#General settings | ||
[general] | ||
#Dimensions where hostile mobs will not spawn. Ex: ["minecraft:overworld", "undergarden:undergarden"]. . Run /forge dimensions for a list. | ||
dimensionBlacklist = [] | ||
#Spawn a book in the players inventory on login | ||
spawnBook = false | ||
#How much mana whirlisprigs consume per generation | ||
#Range: 0 ~ 10000 | ||
sylphManaCost = 250 | ||
#How much progress whirlisprigs must accumulate before creating resources | ||
#Range: 0 ~ 10000 | ||
whirlisprigProgress = 250 | ||
#Should the Wilden Hunter attack animals? | ||
hunterHuntsAnimals = true | ||
#Should the Wilden Stalker attack animals? | ||
stalkerHuntsAnimals = false | ||
#Should the Wilden Defender attack animals? | ||
defenderHuntsAnimals = false | ||
#Archwood forest spawn weight | ||
#Range: > 0 | ||
archwoodForest = 2 | ||
#Inform the player of Dynamic lights once. | ||
informLights = true | ||
#Should the Wilden Chimera dive bomb destroy blocks? | ||
destructiveDiveBomb = false | ||
#How many inventories can lectern support per bookwyrm | ||
#Range: > 1 | ||
bookwyrmLimit = 8 | ||
|
||
[drygmy_production] | ||
#How much source drygmys consume per generation | ||
#Range: 0 ~ 10000 | ||
drygmyManaCost = 1000 | ||
#How many channels must occur before a drygmy produces loot | ||
#Range: 0 ~ 300 | ||
drygmyMaxProgress = 20 | ||
#Bonus number of items a drygmy produces per unique mob | ||
#Range: 0 ~ 300 | ||
drygmyUniqueBonus = 2 | ||
#Base number of items a drygmy produces per cycle before bonuses. | ||
#Range: > -2147483648 | ||
drygmyBaseItems = 1 | ||
#Max Bonus number of items a drygmy produces from nearby entities. Each entity equals 1 item. | ||
#Range: 0 ~ 300 | ||
drygmyQuantityCap = 5 | ||
|
||
#Items | ||
[item] | ||
#Spawn Caster Tomes in Dungeon Loot? | ||
spawnTomes = true | ||
|
||
#Debug | ||
[debug] | ||
#Max number of log events to keep on entities. Lowering this number may make it difficult to debug why your entities are stuck. | ||
#Range: > 0 | ||
maxLogEvents = 100 | ||
|
||
#Blocks | ||
[block] | ||
#How much potion a melder takes from each input jar. 100 = 1 potion | ||
#Range: > 100 | ||
melderInputCost = 100 | ||
#How much potion a melder outputs per cycle. 100 = 1 potion | ||
#Range: > 100 | ||
melderOutput = 200 | ||
#How much source a melder takes per cycle | ||
#Range: > 0 | ||
melderSourceCost = 100 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 70 additions & 0 deletions
70
config/configswapper/normal/config/ars_nouveau-common.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
|
||
#General settings | ||
[general] | ||
#Dimensions where hostile mobs will not spawn. Ex: ["minecraft:overworld", "undergarden:undergarden"]. . Run /forge dimensions for a list. | ||
dimensionBlacklist = [] | ||
#Spawn a book in the players inventory on login | ||
spawnBook = false | ||
#How much mana whirlisprigs consume per generation | ||
#Range: 0 ~ 10000 | ||
sylphManaCost = 250 | ||
#How much progress whirlisprigs must accumulate before creating resources | ||
#Range: 0 ~ 10000 | ||
whirlisprigProgress = 250 | ||
#Should the Wilden Hunter attack animals? | ||
hunterHuntsAnimals = true | ||
#Should the Wilden Stalker attack animals? | ||
stalkerHuntsAnimals = false | ||
#Should the Wilden Defender attack animals? | ||
defenderHuntsAnimals = false | ||
#Archwood forest spawn weight | ||
#Range: > 0 | ||
archwoodForest = 2 | ||
#Inform the player of Dynamic lights once. | ||
informLights = true | ||
#Should the Wilden Chimera dive bomb destroy blocks? | ||
destructiveDiveBomb = true | ||
#How many inventories can lectern support per bookwyrm | ||
#Range: > 1 | ||
bookwyrmLimit = 8 | ||
|
||
[drygmy_production] | ||
#How much source drygmys consume per generation | ||
#Range: 0 ~ 10000 | ||
drygmyManaCost = 1000 | ||
#How many channels must occur before a drygmy produces loot | ||
#Range: 0 ~ 300 | ||
drygmyMaxProgress = 20 | ||
#Bonus number of items a drygmy produces per unique mob | ||
#Range: 0 ~ 300 | ||
drygmyUniqueBonus = 2 | ||
#Base number of items a drygmy produces per cycle before bonuses. | ||
#Range: > -2147483648 | ||
drygmyBaseItems = 1 | ||
#Max Bonus number of items a drygmy produces from nearby entities. Each entity equals 1 item. | ||
#Range: 0 ~ 300 | ||
drygmyQuantityCap = 5 | ||
|
||
#Items | ||
[item] | ||
#Spawn Caster Tomes in Dungeon Loot? | ||
spawnTomes = true | ||
|
||
#Debug | ||
[debug] | ||
#Max number of log events to keep on entities. Lowering this number may make it difficult to debug why your entities are stuck. | ||
#Range: > 0 | ||
maxLogEvents = 100 | ||
|
||
#Blocks | ||
[block] | ||
#How much potion a melder takes from each input jar. 100 = 1 potion | ||
#Range: > 100 | ||
melderInputCost = 200 | ||
#How much potion a melder outputs per cycle. 100 = 1 potion | ||
#Range: > 100 | ||
melderOutput = 100 | ||
#How much source a melder takes per cycle | ||
#Range: > 0 | ||
melderSourceCost = 300 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
148 changes: 148 additions & 0 deletions
148
kubejs/server_scripts/base/loot_tables/blocks/minecraft/oak_leaves.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
ServerEvents.blockLootTables((event) => { | ||
event.addBlock(`minecraft:oak_leaves`, (table) => { | ||
table.addPool((pool) => { | ||
pool.rolls = 1.0; | ||
pool.bonusRolls = 0.0; | ||
pool.addEntry({ | ||
type: 'minecraft:alternatives', | ||
children: [ | ||
{ | ||
type: 'minecraft:item', | ||
conditions: [ | ||
{ | ||
condition: 'minecraft:alternative', | ||
terms: [ | ||
{ | ||
condition: 'minecraft:match_tool', | ||
predicate: { items: ['minecraft:shears'] } | ||
}, | ||
{ | ||
condition: 'minecraft:match_tool', | ||
predicate: { | ||
enchantments: [ | ||
{ | ||
enchantment: 'minecraft:silk_touch', | ||
levels: { min: 1 } | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
], | ||
name: 'minecraft:oak_leaves' | ||
}, | ||
{ | ||
type: 'minecraft:item', | ||
conditions: [ | ||
{ condition: 'minecraft:survives_explosion' }, | ||
{ | ||
chances: [0.05, 0.0625, 0.083333336, 0.1], | ||
condition: 'minecraft:table_bonus', | ||
enchantment: 'minecraft:fortune' | ||
} | ||
], | ||
name: 'minecraft:oak_sapling' | ||
} | ||
] | ||
}); | ||
}); | ||
|
||
table.addPool((pool) => { | ||
pool.rolls = 1.0; | ||
pool.bonusRolls = 0.0; | ||
pool.addEntry({ | ||
type: 'minecraft:item', | ||
conditions: [ | ||
{ | ||
chances: [0.02, 0.022222223, 0.025, 0.033333335, 0.1], | ||
condition: 'minecraft:table_bonus', | ||
enchantment: 'minecraft:fortune' | ||
} | ||
], | ||
functions: [ | ||
{ | ||
add: false, | ||
count: { type: 'minecraft:uniform', max: 2.0, min: 1.0 }, | ||
function: 'minecraft:set_count' | ||
}, | ||
{ function: 'minecraft:explosion_decay' } | ||
], | ||
name: 'minecraft:stick' | ||
}); | ||
pool.addCondition({ | ||
condition: 'minecraft:inverted', | ||
term: { | ||
condition: 'minecraft:alternative', | ||
terms: [ | ||
{ | ||
condition: 'minecraft:match_tool', | ||
predicate: { | ||
items: ['minecraft:shears'] | ||
} | ||
}, | ||
{ | ||
condition: 'minecraft:match_tool', | ||
predicate: { | ||
enchantments: [ | ||
{ | ||
enchantment: 'minecraft:silk_touch', | ||
levels: { | ||
min: 1 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
}); | ||
}); | ||
|
||
table.addPool((pool) => { | ||
pool.rolls = [3, 5]; | ||
pool.bonusRolls = 0.0; | ||
pool.addEntry({ | ||
type: 'minecraft:item', | ||
conditions: [ | ||
{ | ||
condition: 'minecraft:survives_explosion' | ||
}, | ||
{ | ||
chances: [0.04, 0.044444446, 0.05, 0.066666667, 0.2], | ||
condition: 'minecraft:table_bonus', | ||
enchantment: 'minecraft:fortune' | ||
} | ||
], | ||
name: 'minecraft:apple' | ||
}); | ||
pool.addCondition({ | ||
condition: 'minecraft:inverted', | ||
term: { | ||
condition: 'minecraft:alternative', | ||
terms: [ | ||
{ | ||
condition: 'minecraft:match_tool', | ||
predicate: { | ||
items: ['minecraft:shears'] | ||
} | ||
}, | ||
{ | ||
condition: 'minecraft:match_tool', | ||
predicate: { | ||
enchantments: [ | ||
{ | ||
enchantment: 'minecraft:silk_touch', | ||
levels: { | ||
min: 1 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
}); | ||
}); | ||
}); | ||
}); |
Oops, something went wrong.