Skip to content

Conversation

@Akiyama64
Copy link

This is a copy of this pull ttk2#85

In honor of this thread http://www.reddit.com/r/Civcraft/comments/35etth/alliums/ , since alliums and flower forests do not exist on Civcraft, let's make a recipe for it in the Biolab, please.

This is a copy of this pull ttk2#85

In honor of this thread http://www.reddit.com/r/Civcraft/comments/35etth/alliums/ , since alliums and flower forests do not exist on Civcraft, let's make a recipe for it in the Biolab, please.
@ttk2
Copy link

ttk2 commented May 18, 2015

is this still needed?

@Akiyama64
Copy link
Author

Well, there's no other source for alliums, so this pull seems to still be needed.

I'll probably write a recipe for red sand later since that stuff doesn't seem to spawn either.

@WildWeazel
Copy link

The red sand recipe will need to include at least 1 sand input per red sand output, otherwise glass will be renewable

@ttk2
Copy link

ttk2 commented May 18, 2015

Is that handled in this Travis?

On Mon, May 18, 2015, 10:06 AM Travis Christian [email protected]
wrote:

The red sand recipe will need to include at least 1 sand input per red
sand output, otherwise glass will be renewable


Reply to this email directly or view it on GitHub
#65 (comment).

@Akiyama64
Copy link
Author

"Is that handled in this Travis?"

This pull is only for one flower, the allium.

ttk2 added a commit that referenced this pull request May 19, 2015
@ttk2 ttk2 merged commit 3801916 into Civcraft:master May 19, 2015
@ribagi
Copy link

ribagi commented May 19, 2015

Did you see if this was valid yaml?

@ttk2
Copy link

ttk2 commented May 20, 2015

its on Civtest, no errors.

On Tue, May 19, 2015 at 6:29 PM ribagi [email protected] wrote:

Did you see if this was valid yaml?


Reply to this email directly or view it on GitHub
#65 (comment).

@ttk2
Copy link

ttk2 commented May 20, 2015

never mind, its invalid.

org.bukkit.configuration.InvalidConfigurationException: mapping values are
not allowed here
│·········································
in 'string', line 7444, column 12:

│·········································
inputs:

│·········································
^

│·········································

│·········································
at
org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57)
~[spigot.jar:git-Spigot-1d14d5f-7│·········································
722428]

│·········································
at
org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226)
~[spigot.jar:git-Spigot-1d14d5f-7722428]
│·········································
at
org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169)
~[spigot.jar:git-Spigot-1d14d5f-7722428]
│·········································
at
org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180)
[spigot.jar:git-Spigot-1d14d5│·········································
f-7722428]

│·········································
at
org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188)
[spigot.jar:git-Spigot-1d14d5f-7722428]
│·········································
at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162)
[spigot.jar:git-Spigot-1d14d5f-7722428]
│·········································
at
com.github.igotyou.FactoryMod.FactoryModPlugin.initConfig(FactoryModPlugin.java:122)
[FactoryMod-1.3.4-97.jar:?]
│·········································
at
com.github.igotyou.FactoryMod.FactoryModPlugin.onEnable(FactoryModPlugin.java:90)
[FactoryMod-1.3.4-97.jar:?]
│·········································
at
org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[spigot.jar:git-Spigot-1d14d5f-7722428]
│·········································
at
org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335)
[spigot.jar:git-Spigot-1d14d5f-7722428]
│·········································
at
org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[spigot.jar:git-Spigot-1d14d5f-7722428]
│·········································
at
org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:356)
[spigot.jar:git-Spigot-1d14d5f-7722428]
│·········································
at
org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:316)
[spigot.jar:git-Spigot-1d14d5f-7722428]
│·········································
at
net.minecraft.server.v1_8_R2.MinecraftServer.r(MinecraftServer.java:416)
[spigot.jar:git-Spigot-1d14d5f-7722428]
│·········································
at
net.minecraft.server.v1_8_R2.MinecraftServer.k(MinecraftServer.java:382)
[spigot.jar:git-Spigot-1d14d5f-7722428]
│·········································
at
net.minecraft.server.v1_8_R2.MinecraftServer.a(MinecraftServer.java:337)
[spigot.jar:git-Spigot-1d14d5f-7722428]
│·········································
at
net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:257)
[spigot.jar:git-Spigot-1d14d5f-7722428]
│·········································
at
net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522)
[spigot.jar:git-Spigot-1d14d5f-7722428]
│·········································
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45-internal]

On Tue, May 19, 2015 at 8:16 PM justin kilpatrick <
[email protected]> wrote:

its on Civtest, no errors.

On Tue, May 19, 2015 at 6:29 PM ribagi [email protected] wrote:

Did you see if this was valid yaml?


Reply to this email directly or view it on GitHub
#65 (comment).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I misspelled durability.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just make a pull for a fix. No biggie.

On Wed, May 20, 2015, 11:21 AM Akiyama64 [email protected] wrote:

In config.yml
#65 (comment):

@@ -7427,6 +7428,21 @@ production_recipes:
material: SPONGE
amount: 32
display_name: Bastion

  • Sequencing_Allium:
  • name: Sequencing Allium
  • inputs:
    
  •  Poppy:
    
  •    material: RED_ROSE
    
  •     amount: 8
    
  •  Blue Orchid:
    
  •    material: RED_ROSE
    
  •     amount: 8
    
  •    durablity: 1
    

I misspelled durability.


Reply to this email directly or view it on GitHub
https://github.com/Civcraft/FactoryMod/pull/65/files#r30720229.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants